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

BUG: Corrected turbine siting tutorial case initial conditions

parent 47959173
Branches
Tags
No related merge requests found
......@@ -54,8 +54,8 @@ boundaryField
ground
{
type uniformFixedValue;
uniformValue (0 0 0);
value uniform (0 0 0);
uniformValue constant (0 0 0);
}
#include "include/sideAndTopPatches"
......
......@@ -33,8 +33,8 @@ boundaryField
inlet
{
type uniformFixedValue;
uniformValue $turbulentKE;
value $turbulentKE;
uniformValue constant $turbulentKE;
}
"terrain_.*"
{
......
......@@ -30,8 +30,8 @@ boundaryField
outlet
{
type uniformFixedValue;
value constant $pressure;
uniformValue $pressure;
value $pressure;
uniformValue constant $pressure;
}
"terrain_.*"
......
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