From c56c12e277e5b222996ec6cfca777c68d02d6299 Mon Sep 17 00:00:00 2001 From: Henry Weller <http://cfd.direct> Date: Sun, 29 Nov 2015 21:27:26 +0000 Subject: [PATCH] nutWallFunctionFvPatchScalarField: Added documentation for default coefficients Patch provided by Bruno Santos Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1930 --- .../nutWallFunctionFvPatchScalarField.H | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.H b/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.H index 43a552dc52e..0d54c60ecb2 100644 --- a/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.H +++ b/src/TurbulenceModels/turbulenceModels/derivedFvPatchFields/wallFunctions/nutWallFunctions/nutWallFunction/nutWallFunctionFvPatchScalarField.H @@ -34,14 +34,29 @@ Description \heading Patch usage - Example of the boundary condition specification: + \table + Property | Description | Required | Default value + Cmu | Cmu coefficient | no | 0.09 + kappa | Von Karman constant | no | 0.41 + E | E coefficient | no | 9.8 + \endtable + + Examples of the boundary condition specification: \verbatim myPatch { type nutWallFunction; + value uniform 0.0; } \endverbatim + Reference for the default model coefficients: + \verbatim + H. Versteeg, W. Malalasekera + An Introduction to Computational Fluid Dynamics: The Finite Volume + Method, subsection "3.5.2 k-epsilon model" + \endverbatim + SeeAlso Foam::fixedValueFvPatchField -- GitLab