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
5b9673c5
Commit
5b9673c5
authored
Jun 18, 2008
by
Andrew Heather
Committed by
graham
Jun 18, 2008
Browse files
minor formatting change
parent
196b5226
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/turbulenceModels/LES/compressible/LESmodel/LESmodel.C
View file @
5b9673c5
...
...
@@ -45,8 +45,7 @@ void LESmodel::printCoeffs()
{
if
(
printCoeffs_
)
{
Info
<<
type
()
<<
"Coeffs"
<<
nl
<<
LESmodelProperties_
;
Info
<<
type
()
<<
"Coeffs"
<<
LESmodelProperties_
<<
endl
;
}
}
...
...
src/turbulenceModels/LES/incompressible/LESmodel/LESmodel.C
View file @
5b9673c5
...
...
@@ -45,8 +45,7 @@ void LESmodel::printCoeffs()
{
if
(
printCoeffs_
)
{
Info
<<
type
()
<<
"Coeffs"
<<
nl
<<
LESmodelProperties_
;
Info
<<
type
()
<<
"Coeffs"
<<
LESmodelProperties_
<<
endl
;
}
}
...
...
src/turbulenceModels/RAS/compressible/RASmodel/RASmodel.C
View file @
5b9673c5
...
...
@@ -47,8 +47,7 @@ void RASmodel::printCoeffs()
{
if
(
printCoeffs_
)
{
Info
<<
type
()
<<
"Coeffs"
<<
nl
<<
RASmodelCoeffs_
;
Info
<<
type
()
<<
"Coeffs"
<<
RASmodelCoeffs_
<<
endl
;
}
}
...
...
src/turbulenceModels/RAS/incompressible/RASmodel/RASmodel.C
View file @
5b9673c5
...
...
@@ -45,8 +45,7 @@ void RASmodel::printCoeffs()
{
if
(
printCoeffs_
)
{
Info
<<
type
()
<<
"Coeffs"
<<
nl
<<
RASmodelCoeffs_
;
Info
<<
type
()
<<
"Coeffs"
<<
RASmodelCoeffs_
<<
endl
;;
}
}
...
...
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