ENH: Turbulence wal functions - apply zero-gradient condition on start-up
This commit is contained in:
@ -311,6 +311,9 @@ epsilonWallFunctionFvPatchScalarField::epsilonWallFunctionFvPatchScalarField
|
||||
cornerWeights_()
|
||||
{
|
||||
checkType();
|
||||
|
||||
// apply zero-gradient condition on start-up
|
||||
this->operator==(patchInternalField());
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -324,6 +324,9 @@ omegaWallFunctionFvPatchScalarField::omegaWallFunctionFvPatchScalarField
|
||||
cornerWeights_()
|
||||
{
|
||||
checkType();
|
||||
|
||||
// apply zero-gradient condition on start-up
|
||||
this->operator==(patchInternalField());
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -311,6 +311,9 @@ epsilonWallFunctionFvPatchScalarField::epsilonWallFunctionFvPatchScalarField
|
||||
cornerWeights_()
|
||||
{
|
||||
checkType();
|
||||
|
||||
// apply zero-gradient condition on start-up
|
||||
this->operator==(patchInternalField());
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -322,6 +322,9 @@ omegaWallFunctionFvPatchScalarField::omegaWallFunctionFvPatchScalarField
|
||||
cornerWeights_()
|
||||
{
|
||||
checkType();
|
||||
|
||||
// apply zero-gradient condition on start-up
|
||||
this->operator==(patchInternalField());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user