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
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
{
......
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