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
ee06e8de
Commit
ee06e8de
authored
Jun 08, 2018
by
sergio
Browse files
STY: Cleaning Info statement in BC constructor
parent
fdfc5bd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/TurbulenceModels/compressible/turbulentFluidThermoModels/derivedFvPatchFields/outletMachNumberPressure/outletMachNumberPressureFvPatchScalarField.C
View file @
ee06e8de
...
...
@@ -71,10 +71,7 @@ outletMachNumberPressureFvPatchScalarField
UName_
(
dict
.
lookupOrDefault
<
word
>
(
"U"
,
"U"
)),
choked_
(
dict
.
lookup
(
"choked"
)),
relax_
(
dict
.
lookupOrDefault
<
scalar
>
(
"relax"
,
0
))
{
Info
<<
"The outletMachNumber pressure BC is using the flag choked: "
<<
choked_
<<
endl
;
}
{}
Foam
::
outletMachNumberPressureFvPatchScalarField
::
...
...
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