Skip to content
GitLab
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
c27f9855
Commit
c27f9855
authored
Jun 18, 2008
by
Andrew Heather
Committed by
graham
Jun 18, 2008
Browse files
adding selection message (as in other run-time selectable models)
parent
5b9673c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/turbulenceModels/LES/compressible/LESmodel/newLESmodel.C
View file @
c27f9855
...
...
@@ -64,6 +64,8 @@ autoPtr<LESmodel> LESmodel::New
turbulencePropertiesDict
.
lookup
(
"LESmodel"
)
>>
LESmodelTypeName
;
}
Info
<<
"Selecting turbulence model "
<<
LESmodelTypeName
<<
endl
;
dictionaryConstructorTable
::
iterator
cstrIter
=
dictionaryConstructorTablePtr_
->
find
(
LESmodelTypeName
);
...
...
src/turbulenceModels/LES/incompressible/LESmodel/newLESmodel.C
View file @
c27f9855
...
...
@@ -63,6 +63,8 @@ autoPtr<LESmodel> LESmodel::New
turbulencePropertiesDict
.
lookup
(
"LESmodel"
)
>>
LESmodelTypeName
;
}
Info
<<
"Selecting turbulence model "
<<
LESmodelTypeName
<<
endl
;
dictionaryConstructorTable
::
iterator
cstrIter
=
dictionaryConstructorTablePtr_
->
find
(
LESmodelTypeName
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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