ENH: Changing BC for nut and omega for interDyMFoam/RAS/motorBike tutorial

This commit is contained in:
sergio 2017-06-23 17:38:52 -07:00
parent 5d5cc61bef
commit 2b733dfed1
2 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@ boundaryField
wall
{
type nutkRoughWallFunction;
type nutkWallFunction;
Ks uniform 100e-6;
Cs uniform 0.5;
value $internalField;

View File

@ -33,6 +33,7 @@ boundaryField
wall
{
type omegaWallFunction;
blended true;
value $internalField;
}
}