Skip to content
Snippets Groups Projects
Commit 7f4a32a5 authored by andy's avatar andy
Browse files

BUG: Corrected turbineSiting tutorial nut initial condition

parent c0be7dfc
Branches
Tags
No related merge requests found
......@@ -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"
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment