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