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);
twoPhaseSystem & fluid
IOMRFZoneList MRF(mesh)
dynamicFvMesh & mesh
U
Definition: pEqn.H:72