Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
461c5bff
Commit
461c5bff
authored
Jun 18, 2008
by
Andrew Heather
Browse files
adding selection message (as in other run-time selectable models)
parent
27d36c9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/turbulenceModels/LES/compressible/LESmodel/newLESmodel.C
View file @
461c5bff
...
...
@@ -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 @
461c5bff
...
...
@@ -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
Markdown
is supported
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