mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
updates to tuts to reflect turbulence changes, and general tut updates
This commit is contained in:
@ -34,13 +34,13 @@ turbulence on;
|
||||
|
||||
kEpsilonCoeffs
|
||||
{
|
||||
Cmu Cmu [0 0 0 0 0 0 0] 0.09;
|
||||
C1 C1 [0 0 0 0 0 0 0] 1.44;
|
||||
C2 C2 [0 0 0 0 0 0 0] 1.92;
|
||||
C3 C3 [0 0 0 0 0 0 0] -0.375;
|
||||
Cmu 0.09;
|
||||
C1 1.44;
|
||||
C2 1.92;
|
||||
C3 -0.375;
|
||||
|
||||
alphak alphak [0 0 0 0 0 0 0] 1.0;
|
||||
alphaEps alphaEps [0 0 0 0 0 0 0] 0.82142;
|
||||
alphak 1.0;
|
||||
alphaEps 0.82142;
|
||||
}
|
||||
|
||||
|
||||
@ -49,8 +49,8 @@ kEpsilonCoeffs
|
||||
|
||||
wallFunctionCoeffs
|
||||
{
|
||||
kappa kappa [0 0 0 0 0 0 0] 0.4187;
|
||||
E E [0 0 0 0 0 0 0] 9.0;
|
||||
kappa 0.4187;
|
||||
E 9.0;
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user