OpenFOAM
6
The OpenFOAM Foundation
applications
solvers
multiphase
twoPhaseEulerFoam
createMRF.H
Go to the documentation of this file.
1
IOMRFZoneList
MRF
(
mesh
);
2
MRF
.correctBoundaryVelocity(
U1
);
3
MRF
.correctBoundaryVelocity(
U2
);
4
MRF
.correctBoundaryVelocity(
U
);
mesh
dynamicFvMesh & mesh
Definition:
createDynamicFvMesh.H:18
U1
volVectorField & U1
Definition:
createFieldRefs.H:7
MRF
IOMRFZoneList MRF(mesh)
U
U
Definition:
pEqn.H:72
U2
volVectorField & U2
Definition:
createFieldRefs.H:11
Generated by
1.8.13