ENH: Integrated OpenFOAM.org developments for wall functions
OpenFOAM.org commits for src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions were reviewed. The parts of the commits made by OpenFOAM.org removing various code duplications across wall functions were picked up by keeping the remaining functionalities the same. The duplications were mainly due to: - wall function model coefficients - yPlusLam(), checkPatch(), write() methods The duplications were united under the base nutWallFunction.
Showing
- src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C 16 additions, 82 deletions...silonWallFunction/epsilonWallFunctionFvPatchScalarField.C
- src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.H 3 additions, 27 deletions...silonWallFunction/epsilonWallFunctionFvPatchScalarField.H
- src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/fWallFunctions/fWallFunction/fWallFunctionFvPatchScalarField.C 17 additions, 103 deletions...Functions/fWallFunction/fWallFunctionFvPatchScalarField.C
- src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/fWallFunctions/fWallFunction/fWallFunctionFvPatchScalarField.H 4 additions, 40 deletions...Functions/fWallFunction/fWallFunctionFvPatchScalarField.H
- src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kLowReWallFunction/kLowReWallFunctionFvPatchScalarField.C 19 additions, 92 deletions...kLowReWallFunction/kLowReWallFunctionFvPatchScalarField.C
- src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kLowReWallFunction/kLowReWallFunctionFvPatchScalarField.H 3 additions, 26 deletions...kLowReWallFunction/kLowReWallFunctionFvPatchScalarField.H
- src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.C 6 additions, 36 deletions...llFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.C
- src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/kqRWallFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.H 2 additions, 8 deletions...llFunctions/kqRWallFunction/kqRWallFunctionFvPatchField.H
- src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutLowReWallFunction/nutLowReWallFunctionFvPatchScalarField.H 2 additions, 2 deletions...owReWallFunction/nutLowReWallFunctionFvPatchScalarField.H
- src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.C 16 additions, 1 deletion...tions/nutWallFunction/nutWallFunctionFvPatchScalarField.C
- src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.H 27 additions, 2 deletions...tions/nutWallFunction/nutWallFunctionFvPatchScalarField.H
- src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutkRoughWallFunction/nutkRoughWallFunctionFvPatchScalarField.C 1 addition, 1 deletion...ughWallFunction/nutkRoughWallFunctionFvPatchScalarField.C
- src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutkRoughWallFunction/nutkRoughWallFunctionFvPatchScalarField.H 2 additions, 2 deletions...ughWallFunction/nutkRoughWallFunctionFvPatchScalarField.H
- src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutkWallFunction/nutkWallFunctionFvPatchScalarField.C 1 addition, 1 deletion...ons/nutkWallFunction/nutkWallFunctionFvPatchScalarField.C
- src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutkWallFunction/nutkWallFunctionFvPatchScalarField.H 2 additions, 2 deletions...ons/nutkWallFunction/nutkWallFunctionFvPatchScalarField.H
- src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.C 14 additions, 70 deletions...s/omegaWallFunction/omegaWallFunctionFvPatchScalarField.C
- src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.H 8 additions, 25 deletions...s/omegaWallFunction/omegaWallFunctionFvPatchScalarField.H
- src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/v2WallFunctions/v2WallFunction/v2WallFunctionFvPatchScalarField.C 19 additions, 104 deletions...nctions/v2WallFunction/v2WallFunctionFvPatchScalarField.C
- src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/v2WallFunctions/v2WallFunction/v2WallFunctionFvPatchScalarField.H 4 additions, 40 deletions...nctions/v2WallFunction/v2WallFunctionFvPatchScalarField.H
Please register or sign in to comment