mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Changing BC for nut and omega for interDyMFoam/RAS/motorBike tutorial
This commit is contained in:
@ -32,7 +32,7 @@ boundaryField
|
|||||||
|
|
||||||
wall
|
wall
|
||||||
{
|
{
|
||||||
type nutkRoughWallFunction;
|
type nutkWallFunction;
|
||||||
Ks uniform 100e-6;
|
Ks uniform 100e-6;
|
||||||
Cs uniform 0.5;
|
Cs uniform 0.5;
|
||||||
value $internalField;
|
value $internalField;
|
||||||
|
|||||||
@ -33,6 +33,7 @@ boundaryField
|
|||||||
wall
|
wall
|
||||||
{
|
{
|
||||||
type omegaWallFunction;
|
type omegaWallFunction;
|
||||||
|
blended true;
|
||||||
value $internalField;
|
value $internalField;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user