mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Corrected turbineSiting tutorial nut initial condition
This commit is contained in:
@ -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"
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user