createMRFZones.H
Go to the documentation of this file.
1 IOMRFZoneList MRF(mesh);
2
3 for (phaseModel& phase : fluid.phases())
4 {
5 MRF.correctBoundaryVelocity(phase.U());
6 }
7
8 MRF.correctBoundaryVelocity(U);
IOMRFZoneList & MRF
twoPhaseSystem & fluid
U
Definition: pEqn.H:72
dynamicFvMesh & mesh