mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
MRF tutorials: Change rotor velocity boundary condition to fixedValue
Using the noSlip boundary condition for rotating wall in an MRF region interferes with post-processing by resetting the wall velocity to 0 rather than preserving the value set by the MRF zone.
This commit is contained in:
@ -22,7 +22,8 @@ boundaryField
|
||||
{
|
||||
rotor
|
||||
{
|
||||
type noSlip;
|
||||
type fixedValue;
|
||||
value uniform (0 0 0);
|
||||
}
|
||||
|
||||
stator
|
||||
|
||||
Reference in New Issue
Block a user