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
}
walls
{
type fixedValue;
value uniform (0 0 0);
type uniformFixedValue;
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