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
|
||||
{
|
||||
type uniformFixedValue;
|
||||
value $turbulentKE;
|
||||
uniformValue constant $turbulentKE;
|
||||
}
|
||||
"terrain_.*"
|
||||
|
||||
@ -30,7 +30,6 @@ boundaryField
|
||||
outlet
|
||||
{
|
||||
type uniformFixedValue;
|
||||
value $pressure;
|
||||
uniformValue constant $pressure;
|
||||
}
|
||||
|
||||
|
||||
@ -33,7 +33,6 @@ dictionaryReplacement
|
||||
{
|
||||
type uniformFixedValue;
|
||||
uniformValue constant $pressure;
|
||||
value $pressure;
|
||||
}
|
||||
inlet
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user