BUGFIX: infinite loop when omega.evaluate() is called
This commit is contained in:
parent
7f259a3ded
commit
902bf392f5
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ void omegaWallFunctionFvPatchScalarField::updateCoeffs()
|
|||
// HJ, 20/Mar/2011
|
||||
if (!db().foundObject<volScalarField>(GName_))
|
||||
{
|
||||
zeroGradientFvPatchScalarField::evaluate();
|
||||
zeroGradientFvPatchScalarField::updateCoeffs();
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Reference in a new issue