Skip to content
Snippets Groups Projects
Commit 48c75eef authored by henry's avatar henry
Browse files

Corrected case for the new wall-function treatment.

parent abafef4a
Branches
Tags
No related merge requests found
...@@ -34,7 +34,7 @@ boundaryField ...@@ -34,7 +34,7 @@ boundaryField
wall wall
{ {
type nutWallFunction; type nutSpalartAllmarasWallFunction;
value uniform 0; value uniform 0;
} }
......
...@@ -59,6 +59,7 @@ SIMPLE ...@@ -59,6 +59,7 @@ SIMPLE
relaxationFactors relaxationFactors
{ {
default 0;
p 0.3; p 0.3;
U 0.7; U 0.7;
nuTilda 0.7; nuTilda 0.7;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment