mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: turbineSiting: removed extranous 'value' field of uniformFixedValue
This commit is contained in:
@ -33,7 +33,6 @@ boundaryField
|
|||||||
inlet
|
inlet
|
||||||
{
|
{
|
||||||
type uniformFixedValue;
|
type uniformFixedValue;
|
||||||
value $turbulentKE;
|
|
||||||
uniformValue constant $turbulentKE;
|
uniformValue constant $turbulentKE;
|
||||||
}
|
}
|
||||||
"terrain_.*"
|
"terrain_.*"
|
||||||
|
|||||||
@ -30,7 +30,6 @@ boundaryField
|
|||||||
outlet
|
outlet
|
||||||
{
|
{
|
||||||
type uniformFixedValue;
|
type uniformFixedValue;
|
||||||
value $pressure;
|
|
||||||
uniformValue constant $pressure;
|
uniformValue constant $pressure;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -33,7 +33,6 @@ dictionaryReplacement
|
|||||||
{
|
{
|
||||||
type uniformFixedValue;
|
type uniformFixedValue;
|
||||||
uniformValue constant $pressure;
|
uniformValue constant $pressure;
|
||||||
value $pressure;
|
|
||||||
}
|
}
|
||||||
inlet
|
inlet
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user