BUG: Corrected turbine siting tutorial case initial conditions

This commit is contained in:
andy
2011-11-22 17:01:17 +00:00
parent 479591738f
commit fbd4abd21c
3 changed files with 4 additions and 4 deletions

View File

@ -54,8 +54,8 @@ boundaryField
ground ground
{ {
type uniformFixedValue; type uniformFixedValue;
uniformValue (0 0 0);
value uniform (0 0 0); value uniform (0 0 0);
uniformValue constant (0 0 0);
} }
#include "include/sideAndTopPatches" #include "include/sideAndTopPatches"

View File

@ -33,8 +33,8 @@ boundaryField
inlet inlet
{ {
type uniformFixedValue; type uniformFixedValue;
uniformValue $turbulentKE;
value $turbulentKE; value $turbulentKE;
uniformValue constant $turbulentKE;
} }
"terrain_.*" "terrain_.*"
{ {

View File

@ -30,8 +30,8 @@ boundaryField
outlet outlet
{ {
type uniformFixedValue; type uniformFixedValue;
value constant $pressure; value $pressure;
uniformValue $pressure; uniformValue constant $pressure;
} }
"terrain_.*" "terrain_.*"