BUG: turbineSiting: removed extranous 'value' field of uniformFixedValue

This commit is contained in:
mattijs
2012-06-29 15:17:06 +01:00
parent 9dc55ec371
commit c8017cb44d
3 changed files with 0 additions and 3 deletions

View File

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

View File

@ -30,7 +30,6 @@ boundaryField
outlet
{
type uniformFixedValue;
value $pressure;
uniformValue constant $pressure;
}

View File

@ -33,7 +33,6 @@ dictionaryReplacement
{
type uniformFixedValue;
uniformValue constant $pressure;
value $pressure;
}
inlet
{