Go to the documentation of this file. 1 Info<<
"Constructing face momentum equations" <<
endl;
3 MRF.correctBoundaryVelocity(
U1);
4 MRF.correctBoundaryVelocity(
U2);
5 MRF.correctBoundaryVelocity(
U);
30 +
phase1.turbulence().divDevRhoReff(
U1)
31 + Vm*(UgradU1 - (UgradU2 &
U2))
35 U1.correctBoundaryConditions();
44 +
phase2.turbulence().divDevRhoReff(
U2)
45 + Vm*(UgradU2 - (UgradU1 &
U1))
49 U2.correctBoundaryConditions();
surfaceScalarField & phi1
tmp< GeometricField< Type, fvPatchField, volMesh > > div(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
Ostream & endl(Ostream &os)
Add newline and flush stream.
surfaceScalarField & phi2
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
fvMatrix< vector > fvVectorMatrix
GeometricField< scalar, fvPatchField, volMesh > volScalarField
surfaceScalarField & alphaRhoPhi1
surfaceScalarField & alphaRhoPhi2
const dimensionSet dimVol(dimVolume)
tmp< GeometricField< Type, fvPatchField, volMesh > > Sp(const volScalarField &sp, const GeometricField< Type, fvPatchField, volMesh > &vf)