createFieldRefs.H File Reference

Go to the source code of this file.

Variables

phaseModel & phase1 = fluid.phase1()
 
phaseModel & phase2 = fluid.phase2()
 
const volScalarField & alpha1 = phase1
 
const volScalarField & alpha2 = phase2
 
volVectorField & U1 = phase1.URef()
 
surfaceScalarField & phi1 = phase1.phiRef()
 
const surfaceScalarField & alphaPhi1 = phase1.alphaPhi()
 
volVectorField & U2 = phase2.URef()
 
surfaceScalarField & phi2 = phase2.phiRef()
 
const surfaceScalarField & alphaPhi2 = phase2.alphaPhi()
 
surfaceScalarField & phi = fluid.phi()
 
rhoThermo & thermo1 = phase1.thermoRef()
 
rhoThermo & thermo2 = phase2.thermoRef()
 
volScalarField & rho1 = thermo1.rho()
 
const volScalarField & psi1 = thermo1.psi()
 
volScalarField & rho2 = thermo2.rho()
 
const volScalarField & psi2 = thermo2.psi()
 
const IOMRFZoneList & MRF = fluid.MRF()
 
fv::options & fvOptions = fluid.fvOptions()
 

Variable Documentation

◆ phase1

phaseModel& phase1 = fluid.phase1()

Definition at line 1 of file createFieldRefs.H.

◆ phase2

phaseModel& phase2 = fluid.phase2()

Definition at line 2 of file createFieldRefs.H.

◆ alpha1

const volScalarField& alpha1 = phase1

Definition at line 4 of file createFieldRefs.H.

◆ alpha2

const volScalarField& alpha2 = phase2

Definition at line 5 of file createFieldRefs.H.

◆ U1

volVectorField& U1 = phase1.URef()

Definition at line 7 of file createFieldRefs.H.

◆ phi1

surfaceScalarField& phi1 = phase1.phiRef()

Definition at line 8 of file createFieldRefs.H.

◆ alphaPhi1

const surfaceScalarField& alphaPhi1 = phase1.alphaPhi()

Definition at line 9 of file createFieldRefs.H.

◆ U2

volVectorField& U2 = phase2.URef()

Definition at line 11 of file createFieldRefs.H.

◆ phi2

surfaceScalarField& phi2 = phase2.phiRef()

Definition at line 12 of file createFieldRefs.H.

◆ alphaPhi2

const surfaceScalarField& alphaPhi2 = phase2.alphaPhi()

Definition at line 13 of file createFieldRefs.H.

◆ phi

surfaceScalarField& phi = fluid.phi()

Definition at line 15 of file createFieldRefs.H.

◆ thermo1

rhoThermo& thermo1 = phase1.thermoRef()

Definition at line 17 of file createFieldRefs.H.

◆ thermo2

rhoThermo& thermo2 = phase2.thermoRef()

Definition at line 18 of file createFieldRefs.H.

◆ rho1

volScalarField& rho1 = thermo1.rho()

Definition at line 20 of file createFieldRefs.H.

◆ psi1

const volScalarField& psi1 = thermo1.psi()

Definition at line 21 of file createFieldRefs.H.

◆ rho2

volScalarField& rho2 = thermo2.rho()

Definition at line 23 of file createFieldRefs.H.

◆ psi2

const volScalarField& psi2 = thermo2.psi()

Definition at line 24 of file createFieldRefs.H.

◆ MRF

const IOMRFZoneList& MRF = fluid.MRF()

Definition at line 26 of file createFieldRefs.H.

◆ fvOptions

fv::options& fvOptions = fluid.fvOptions()

Definition at line 27 of file createFieldRefs.H.