BUG: U: use uniformFixedValue instead of fixedValue

This commit is contained in:
mattijs
2013-09-11 12:56:05 +01:00
parent 2f8cdf714c
commit 70624fb740

View File

@ -28,8 +28,8 @@ boundaryField
} }
walls walls
{ {
type fixedValue; type uniformFixedValue;
value uniform (0 0 0); uniformValue (0 0 0);
} }
} }