MRFCorrectBCs.H
Go to the documentation of this file.
1  forAllIter(PtrDictionary<phaseModel>, fluid.phases(), iter)
2  {
3  MRF.correctBoundaryVelocity(iter().U());
4  }
5 
6  MRF.correctBoundaryVelocity(U);
U
Definition: pEqn.H:83
multiphaseSystem & fluid
Definition: createFields.H:10
forAllIter(PtrDictionary< phaseModel >, fluid.phases(), iter)
Definition: MRFCorrectBCs.H:1
IOMRFZoneList & MRF