ENH: windTurbineFoam : roughtNutWallFunction needs scalarField for roughness

This commit is contained in:
mattijs
2010-12-08 16:02:54 +00:00
parent f7eed98dcb
commit bf9a9915ec

View File

@ -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;
} }