BUG: Corrected turbineSiting tutorial nut initial condition

This commit is contained in:
andy
2012-03-07 11:07:46 +00:00
parent c0be7dfcbd
commit 7f4a32a5d7

View File

@ -21,6 +21,7 @@ internalField uniform 0;
boundaryField
{
#include "include/ABLConditions"
inlet
{
@ -37,7 +38,7 @@ boundaryField
"terrain_.*"
{
type nutkAtmRoughWallFunction;
z0 $Z0;
z0 $z0;
value uniform 0.0;
}
@ -48,7 +49,6 @@ boundaryField
}
#include "include/sideAndTopPatches"
}