openfoam/applications/solvers/multiphase/multiphaseEulerFoam/createMRFZones.H

9 lines
192 B
C

IOMRFZoneList MRF(mesh);
forAllIter(PtrDictionary<phaseModel>, fluid.phases(), iter)
{
MRF.correctBoundaryVelocity(iter().U());
}
MRF.correctBoundaryVelocity(U);