Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
fc58d517
Commit
fc58d517
authored
Jun 12, 2019
by
mattijs
Committed by
Andrew Heather
Jun 12, 2019
Browse files
STYLE: dictionary: use get() method
parent
1fdc8866
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/temperatureCoupledBase/temperatureCoupledBase.C
View file @
fc58d517
...
...
@@ -70,7 +70,7 @@ Foam::temperatureCoupledBase::temperatureCoupledBase
)
:
patch_
(
patch
),
method_
(
KMethodTypeNames_
.
lookup
(
"kappaMethod"
,
dict
)),
method_
(
KMethodTypeNames_
.
get
(
"kappaMethod"
,
dict
)),
kappaName_
(
dict
.
lookupOrDefault
<
word
>
(
"kappa"
,
"none"
)),
alphaAniName_
(
dict
.
lookupOrDefault
<
word
>
(
"alphaAni"
,
"none"
))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment