Go to the source code of this file.
Functions | |
volScalarField & | alpha2 (mixture.alpha2()) |
if (correctPhi) | |
Variables | |
twoPhaseChangeModel & | phaseChange = phaseChangePtr() |
const volScalarField & | rho1 = mixture.thermo1().rho() |
const volScalarField & | rho2 = mixture.thermo2().rho() |
volScalarField & | p = mixture.p() |
volScalarField & | T = mixture.T() |
const volScalarField & | psi1 = mixture.thermo1().psi() |
const volScalarField & | psi2 = mixture.thermo2().psi() |
tmp< volScalarField > | rAU |
volScalarField& alpha2 | ( | mixture. | alpha2() | ) |
if | ( | correctPhi | ) |
Definition at line 15 of file createFieldRefs.H.
References Foam::dimDensity, Foam::dimTime, and mesh.
twoPhaseChangeModel& phaseChange = phaseChangePtr() |
Definition at line 1 of file createFieldRefs.H.
Referenced by ReactingParcel< ParcelType >::calcPhaseChange(), and ReactingCloud< Foam::DSMCCloud >::info().
const volScalarField& rho1 = mixture.thermo1().rho() |
Definition at line 5 of file createFieldRefs.H.
Referenced by SprayParcel< ParcelType >::calc(), ORourkeCollision< CloudType >::collideSorted(), for(), if(), and while().
const volScalarField& rho2 = mixture.thermo2().rho() |
Definition at line 6 of file createFieldRefs.H.
Referenced by ORourkeCollision< CloudType >::collideSorted(), for(), if(), and while().
volScalarField& p = mixture.p() |
Definition at line 8 of file createFieldRefs.H.
volScalarField& T = mixture.T() |
Definition at line 9 of file createFieldRefs.H.
const volScalarField& psi1 = mixture.thermo1().psi() |
Definition at line 10 of file createFieldRefs.H.
const volScalarField& psi2 = mixture.thermo2().psi() |
Definition at line 11 of file createFieldRefs.H.
Referenced by kOmegaSST< eddyViscosity< RASModel< BasicMomentumTransportModel > >, BasicMomentumTransportModel >::blend(), if(), and while().
tmp<volScalarField> rAU |
Definition at line 13 of file createFieldRefs.H.
Referenced by meanVelocityForce::constrain(), if(), and kinematicSingleLayer::solveAlpha().