Skip to content
Snippets Groups Projects
Commit c8017cb4 authored by mattijs's avatar mattijs
Browse files

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

parent 9dc55ec3
Branches
Tags
No related merge requests found
...@@ -33,7 +33,6 @@ boundaryField ...@@ -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 ...@@ -30,7 +30,6 @@ boundaryField
outlet outlet
{ {
type uniformFixedValue; type uniformFixedValue;
value $pressure;
uniformValue constant $pressure; uniformValue constant $pressure;
} }
......
...@@ -33,7 +33,6 @@ dictionaryReplacement ...@@ -33,7 +33,6 @@ dictionaryReplacement
{ {
type uniformFixedValue; type uniformFixedValue;
uniformValue constant $pressure; uniformValue constant $pressure;
value $pressure;
} }
inlet inlet
{ {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment