mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
nutWallFunctionFvPatchScalarField: Added documentation for default coefficients
Patch provided by Bruno Santos Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1930
This commit is contained in:
@ -34,14 +34,29 @@ Description
|
|||||||
|
|
||||||
\heading Patch usage
|
\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
|
\verbatim
|
||||||
myPatch
|
myPatch
|
||||||
{
|
{
|
||||||
type nutWallFunction;
|
type nutWallFunction;
|
||||||
|
value uniform 0.0;
|
||||||
}
|
}
|
||||||
\endverbatim
|
\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
|
SeeAlso
|
||||||
Foam::fixedValueFvPatchField
|
Foam::fixedValueFvPatchField
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user