createFieldRefs.H
Go to the documentation of this file.
1phaseModel& phase1 = fluid.phase1();
2phaseModel& phase2 = fluid.phase2();
3
4const volScalarField& alpha1 = phase1;
5const volScalarField& alpha2 = phase2;
6
7volVectorField& U1 = phase1.URef();
8surfaceScalarField& phi1 = phase1.phiRef();
9const surfaceScalarField& alphaPhi1 = phase1.alphaPhi();
10
11volVectorField& U2 = phase2.URef();
12surfaceScalarField& phi2 = phase2.phiRef();
13const surfaceScalarField& alphaPhi2 = phase2.alphaPhi();
14
15surfaceScalarField& phi = fluid.phi();
16
17rhoThermo& thermo1 = phase1.thermoRef();
18rhoThermo& thermo2 = phase2.thermoRef();
19
20volScalarField& rho1 = thermo1.rho();
21const volScalarField& psi1 = thermo1.psi();
22
23volScalarField& rho2 = thermo2.rho();
24const volScalarField& psi2 = thermo2.psi();
25
26const IOMRFZoneList& MRF = fluid.MRF();
27fv::options& fvOptions = fluid.fvOptions();
twoPhaseSystem & fluid
surfaceScalarField & phi
fv::options & fvOptions
const IOMRFZoneList & MRF
rhoThermo & thermo2
const volScalarField & alpha1
rhoThermo & thermo1
const volScalarField & psi2
surfaceScalarField & phi2
phaseModel & phase1
volScalarField & rho2
const volScalarField & alpha2
const surfaceScalarField & alphaPhi1
surfaceScalarField & phi1
phaseModel & phase2
const volScalarField & psi1
volVectorField & U1
volScalarField & rho1
volVectorField & U2
const surfaceScalarField & alphaPhi2