Bugfix: MRF boundary condition on a moving wall U is fixedValue
This commit is contained in:
parent
e881837bb0
commit
4d19d7ec94
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ boundaryField
|
||||||
{
|
{
|
||||||
impellerWall
|
impellerWall
|
||||||
{
|
{
|
||||||
type movingWallVelocity;
|
type fixedValue;
|
||||||
value uniform (0 0 0);
|
value uniform (0 0 0);
|
||||||
}
|
}
|
||||||
baffleWall
|
baffleWall
|
||||||
|
|
Reference in a new issue