mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
minor formatting change
This commit is contained in:
@ -45,8 +45,7 @@ void LESmodel::printCoeffs()
|
|||||||
{
|
{
|
||||||
if (printCoeffs_)
|
if (printCoeffs_)
|
||||||
{
|
{
|
||||||
Info<< type() << "Coeffs" << nl
|
Info<< type() << "Coeffs" << LESmodelProperties_ << endl;
|
||||||
<< LESmodelProperties_;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -45,8 +45,7 @@ void LESmodel::printCoeffs()
|
|||||||
{
|
{
|
||||||
if (printCoeffs_)
|
if (printCoeffs_)
|
||||||
{
|
{
|
||||||
Info<< type() << "Coeffs" << nl
|
Info<< type() << "Coeffs" << LESmodelProperties_ << endl;
|
||||||
<< LESmodelProperties_;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -47,8 +47,7 @@ void RASmodel::printCoeffs()
|
|||||||
{
|
{
|
||||||
if (printCoeffs_)
|
if (printCoeffs_)
|
||||||
{
|
{
|
||||||
Info<< type() << "Coeffs" << nl
|
Info<< type() << "Coeffs" << RASmodelCoeffs_ << endl;
|
||||||
<< RASmodelCoeffs_;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -45,8 +45,7 @@ void RASmodel::printCoeffs()
|
|||||||
{
|
{
|
||||||
if (printCoeffs_)
|
if (printCoeffs_)
|
||||||
{
|
{
|
||||||
Info<< type() << "Coeffs" << nl
|
Info<< type() << "Coeffs" << RASmodelCoeffs_ << endl;;
|
||||||
<< RASmodelCoeffs_;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user