Bugfix: MRF boundary condition on a moving wall U is fixedValue

This commit is contained in:
Hrvoje Jasak 2016-12-09 12:53:26 +00:00
parent e881837bb0
commit 4d19d7ec94

View file

@ -23,7 +23,7 @@ boundaryField
{ {
impellerWall impellerWall
{ {
type movingWallVelocity; type fixedValue;
value uniform (0 0 0); value uniform (0 0 0);
} }
baffleWall baffleWall