createMRFZones.H
Go to the documentation of this file.
1  IOMRFZoneList MRF(mesh);
2 
3  forAllIter(PtrDictionary<phaseModel>, fluid.phases(), iter)
4  {
5  MRF.correctBoundaryVelocity(iter().U());
6  }
7 
8  MRF.correctBoundaryVelocity(U);
multiphaseSystem & fluid
Definition: createFields.H:11
IOMRFZoneList MRF(mesh)
dynamicFvMesh & mesh
forAllIter(PtrDictionary< phaseModel >, fluid.phases(), iter)
Definition: createMRFZones.H:3
U
Definition: pEqn.H:72