Formatting and type
This commit is contained in:
parent
6af575dbe1
commit
8622f1fd19
6 changed files with 7 additions and 6 deletions
|
@ -119,7 +119,8 @@ turbulentMixingLengthDissipationRateInletFvPatchScalarField
|
|||
|
||||
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
|
||||
|
||||
void turbulentMixingLengthDissipationRateInletFvPatchScalarField::updateCoeffs()
|
||||
void
|
||||
turbulentMixingLengthDissipationRateInletFvPatchScalarField::updateCoeffs()
|
||||
{
|
||||
if (updated())
|
||||
{
|
||||
|
|
|
@ -32,7 +32,7 @@ Description
|
|||
\verbatim
|
||||
inlet
|
||||
{
|
||||
type compressible::turbulentMixingLengthDissipationRateInlet;
|
||||
type compressible::turbulentMixingLengthDissipationRateInlet;
|
||||
mixingLength 0.005; // 5 mm
|
||||
value uniform 200; // placeholder
|
||||
}
|
||||
|
|
|
@ -177,7 +177,7 @@ void epsilonWallFunctionFvPatchScalarField::updateCoeffs()
|
|||
if (!db().foundObject<volScalarField>(GName_))
|
||||
{
|
||||
InfoIn("void epsilonWallFunctionFvPatchScalarField::updateCoeffs()")
|
||||
<< "Cannot access " << GName_ << " field. for patch "
|
||||
<< "Cannot access " << GName_ << " field for patch "
|
||||
<< patch().name() << ". Evaluating as zeroGradient"
|
||||
<< endl;
|
||||
|
||||
|
|
|
@ -182,7 +182,7 @@ void omegaWallFunctionFvPatchScalarField::updateCoeffs()
|
|||
if (!db().foundObject<volScalarField>(GName_))
|
||||
{
|
||||
InfoIn("void omegaWallFunctionFvPatchScalarField::updateCoeffs()")
|
||||
<< "Cannot access " << GName_ << " field. for patch "
|
||||
<< "Cannot access " << GName_ << " field for patch "
|
||||
<< patch().name() << ". Evaluating as zeroGradient"
|
||||
<< endl;
|
||||
|
||||
|
|
|
@ -172,7 +172,7 @@ void epsilonWallFunctionFvPatchScalarField::updateCoeffs()
|
|||
if (!db().foundObject<volScalarField>(GName_))
|
||||
{
|
||||
InfoIn("void epsilonWallFunctionFvPatchScalarField::updateCoeffs()")
|
||||
<< "Cannot access " << GName_ << " field. for patch "
|
||||
<< "Cannot access " << GName_ << " field for patch "
|
||||
<< patch().name() << ". Evaluating as zeroGradient"
|
||||
<< endl;
|
||||
|
||||
|
|
|
@ -177,7 +177,7 @@ void omegaWallFunctionFvPatchScalarField::updateCoeffs()
|
|||
if (!db().foundObject<volScalarField>(GName_))
|
||||
{
|
||||
InfoIn("void omegaWallFunctionFvPatchScalarField::updateCoeffs()")
|
||||
<< "Cannot access " << GName_ << " field. for patch "
|
||||
<< "Cannot access " << GName_ << " field for patch "
|
||||
<< patch().name() << ". Evaluating as zeroGradient"
|
||||
<< endl;
|
||||
|
||||
|
|
Reference in a new issue