Loading...
Searching...
No Matches
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 tmp<surfaceScalarField> talphaPhi1 = phase1.alphaPhi();
10const auto& alphaPhi1 = talphaPhi1();
11
12volVectorField& U2 = phase2.URef();
13surfaceScalarField& phi2 = phase2.phiRef();
14const tmp<surfaceScalarField> talphaPhi2 = phase2.alphaPhi();
15const auto& alphaPhi2 = talphaPhi2();
16
17surfaceScalarField& phi = fluid.phi();
18
19rhoThermo& thermo1 = phase1.thermoRef();
20rhoThermo& thermo2 = phase2.thermoRef();
21
22volScalarField& rho1 = thermo1.rho();
23const volScalarField& psi1 = thermo1.psi();
24
25volScalarField& rho2 = thermo2.rho();
26const volScalarField& psi2 = thermo2.psi();
27
28const IOMRFZoneList& MRF = fluid.MRF();
29fv::options& fvOptions = fluid.fvOptions();
fv::options & fvOptions
IOMRFZoneList & MRF
const tmp< surfaceScalarField > talphaPhi1
rhoThermo & thermo2
const volScalarField & alpha1
const auto & alphaPhi2
rhoThermo & thermo1
const auto & alphaPhi1
const volScalarField & psi2
surfaceScalarField & phi2
twoPhaseSystem & fluid
phaseModel & phase1
volScalarField & rho2
const volScalarField & alpha2
surfaceScalarField & phi1
phaseModel & phase2
const volScalarField & psi1
volVectorField & U1
const tmp< surfaceScalarField > talphaPhi2
volScalarField & rho1
volVectorField & U2
const tmp< surfaceScalarField > talphaPhi1
const tmp< surfaceScalarField > talphaPhi2