mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -311,6 +311,9 @@ epsilonWallFunctionFvPatchScalarField::epsilonWallFunctionFvPatchScalarField
|
|||||||
cornerWeights_()
|
cornerWeights_()
|
||||||
{
|
{
|
||||||
checkType();
|
checkType();
|
||||||
|
|
||||||
|
// apply zero-gradient condition on start-up
|
||||||
|
this->operator==(patchInternalField());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -324,6 +324,9 @@ omegaWallFunctionFvPatchScalarField::omegaWallFunctionFvPatchScalarField
|
|||||||
cornerWeights_()
|
cornerWeights_()
|
||||||
{
|
{
|
||||||
checkType();
|
checkType();
|
||||||
|
|
||||||
|
// apply zero-gradient condition on start-up
|
||||||
|
this->operator==(patchInternalField());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -311,6 +311,9 @@ epsilonWallFunctionFvPatchScalarField::epsilonWallFunctionFvPatchScalarField
|
|||||||
cornerWeights_()
|
cornerWeights_()
|
||||||
{
|
{
|
||||||
checkType();
|
checkType();
|
||||||
|
|
||||||
|
// apply zero-gradient condition on start-up
|
||||||
|
this->operator==(patchInternalField());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -322,6 +322,9 @@ omegaWallFunctionFvPatchScalarField::omegaWallFunctionFvPatchScalarField
|
|||||||
cornerWeights_()
|
cornerWeights_()
|
||||||
{
|
{
|
||||||
checkType();
|
checkType();
|
||||||
|
|
||||||
|
// apply zero-gradient condition on start-up
|
||||||
|
this->operator==(patchInternalField());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user