createFieldRefs.H
Go to the documentation of this file.
1 phaseModel& phase1 = fluid.phase1();
2 phaseModel& phase2 = fluid.phase2();
3 
6 
9 const surfaceScalarField& alphaPhi1 = phase1.alphaPhi();
10 
13 const surfaceScalarField& alphaPhi2 = phase2.alphaPhi();
14 
16 
17 rhoThermo& thermo1 = phase1.thermoRef();
18 rhoThermo& thermo2 = phase2.thermoRef();
19 
21 const volScalarField& psi1 = thermo1.psi();
22 
24 const volScalarField& psi2 = thermo2.psi();
25 
26 const IOMRFZoneList& MRF = fluid.MRF();
27 fv::options& fvOptions = fluid.fvOptions();
phase1
phaseModel & phase1
Definition: createFieldRefs.H:1
phase2
phaseModel & phase2
Definition: createFieldRefs.H:2
phi2
surfaceScalarField & phi2
Definition: createFieldRefs.H:12
psi1
const volScalarField & psi1
Definition: createFieldRefs.H:21
thermo2
rhoThermo & thermo2
Definition: createFieldRefs.H:18
fvOptions
fv::options & fvOptions
Definition: createFieldRefs.H:4
alpha1
const volScalarField & alpha1
Definition: createFieldRefs.H:4
fluid
twoPhaseSystem & fluid
Definition: setRegionFluidFields.H:3
rho2
volScalarField & rho2
Definition: createFieldRefs.H:23
alpha2
const volScalarField & alpha2
Definition: createFieldRefs.H:5
phi1
surfaceScalarField & phi1
Definition: createFieldRefs.H:8
Foam::volScalarField
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Definition: volFieldsFwd.H:57
U2
volVectorField & U2
Definition: createFieldRefs.H:11
alphaPhi1
const surfaceScalarField & alphaPhi1
Definition: createFieldRefs.H:9
U1
volVectorField & U1
Definition: createFieldRefs.H:7
Foam::volVectorField
GeometricField< vector, fvPatchField, volMesh > volVectorField
Definition: volFieldsFwd.H:62
rho1
volScalarField & rho1
Definition: createFieldRefs.H:20
MRF
const IOMRFZoneList & MRF
Definition: createFieldRefs.H:3
Foam::surfaceScalarField
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
Definition: surfaceFieldsFwd.H:54
psi2
const volScalarField & psi2
Definition: createFieldRefs.H:24
thermo1
rhoThermo & thermo1
Definition: createFieldRefs.H:17
phi
surfaceScalarField & phi
Definition: createFieldRefs.H:2
alphaPhi2
const surfaceScalarField & alphaPhi2
Definition: createFieldRefs.H:13