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

BUG: U: use uniformFixedValue instead of fixedValue

parent 2f8cdf71
Branches
Tags
No related merge requests found
...@@ -28,8 +28,8 @@ boundaryField ...@@ -28,8 +28,8 @@ boundaryField
} }
walls walls
{ {
type fixedValue; type uniformFixedValue;
value uniform (0 0 0); uniformValue (0 0 0);
} }
} }
......
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