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