mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: windTurbineFoam : roughtNutWallFunction needs scalarField for roughness
This commit is contained in:
@ -37,8 +37,8 @@ boundaryField
|
|||||||
"terrain_.*"
|
"terrain_.*"
|
||||||
{
|
{
|
||||||
type nutkRoughWallFunction;
|
type nutkRoughWallFunction;
|
||||||
Ks 0.2; //Ks = 20 Z0
|
Ks uniform 0.2; //Ks = 20 Z0
|
||||||
Cs 0.5;
|
Cs uniform 0.5;
|
||||||
value uniform 0.0;
|
value uniform 0.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user