mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Corrected turbine siting tutorial case initial conditions
This commit is contained in:
@ -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"
|
||||||
|
|||||||
@ -33,8 +33,8 @@ boundaryField
|
|||||||
inlet
|
inlet
|
||||||
{
|
{
|
||||||
type uniformFixedValue;
|
type uniformFixedValue;
|
||||||
uniformValue $turbulentKE;
|
|
||||||
value $turbulentKE;
|
value $turbulentKE;
|
||||||
|
uniformValue constant $turbulentKE;
|
||||||
}
|
}
|
||||||
"terrain_.*"
|
"terrain_.*"
|
||||||
{
|
{
|
||||||
|
|||||||
@ -30,8 +30,8 @@ boundaryField
|
|||||||
outlet
|
outlet
|
||||||
{
|
{
|
||||||
type uniformFixedValue;
|
type uniformFixedValue;
|
||||||
value constant $pressure;
|
value $pressure;
|
||||||
uniformValue $pressure;
|
uniformValue constant $pressure;
|
||||||
}
|
}
|
||||||
|
|
||||||
"terrain_.*"
|
"terrain_.*"
|
||||||
|
|||||||
Reference in New Issue
Block a user