Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev

This commit is contained in:
laurence
2013-06-20 11:36:07 +01:00
4 changed files with 12 additions and 0 deletions

View File

@ -311,6 +311,9 @@ epsilonWallFunctionFvPatchScalarField::epsilonWallFunctionFvPatchScalarField
cornerWeights_() cornerWeights_()
{ {
checkType(); checkType();
// apply zero-gradient condition on start-up
this->operator==(patchInternalField());
} }

View File

@ -324,6 +324,9 @@ omegaWallFunctionFvPatchScalarField::omegaWallFunctionFvPatchScalarField
cornerWeights_() cornerWeights_()
{ {
checkType(); checkType();
// apply zero-gradient condition on start-up
this->operator==(patchInternalField());
} }

View File

@ -311,6 +311,9 @@ epsilonWallFunctionFvPatchScalarField::epsilonWallFunctionFvPatchScalarField
cornerWeights_() cornerWeights_()
{ {
checkType(); checkType();
// apply zero-gradient condition on start-up
this->operator==(patchInternalField());
} }

View File

@ -322,6 +322,9 @@ omegaWallFunctionFvPatchScalarField::omegaWallFunctionFvPatchScalarField
cornerWeights_() cornerWeights_()
{ {
checkType(); checkType();
// apply zero-gradient condition on start-up
this->operator==(patchInternalField());
} }