mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Corrected case for the new wall-function treatment.
This commit is contained in:
@ -34,7 +34,7 @@ boundaryField
|
||||
|
||||
wall
|
||||
{
|
||||
type nutWallFunction;
|
||||
type nutSpalartAllmarasWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
|
||||
@ -59,6 +59,7 @@ SIMPLE
|
||||
|
||||
relaxationFactors
|
||||
{
|
||||
default 0;
|
||||
p 0.3;
|
||||
U 0.7;
|
||||
nuTilda 0.7;
|
||||
|
||||
Reference in New Issue
Block a user