Go to the source code of this file.
Variables | |
| phaseModel & | phase1 = fluid.phase1() |
| phaseModel & | phase2 = fluid.phase2() |
| volScalarField & | alpha1 = phase1 |
| volScalarField & | alpha2 = phase2 |
| volVectorField & | U1 = phase1.U() |
| surfaceScalarField & | phi1 = phase1.phi() |
| surfaceScalarField & | alphaPhi1 = phase1.alphaPhi() |
| surfaceScalarField & | alphaRhoPhi1 = phase1.alphaRhoPhi() |
| volVectorField & | U2 = phase2.U() |
| surfaceScalarField & | phi2 = phase2.phi() |
| surfaceScalarField & | alphaPhi2 = phase2.alphaPhi() |
| surfaceScalarField & | alphaRhoPhi2 = phase2.alphaRhoPhi() |
| surfaceScalarField & | phi = fluid.phi() |
| rhoThermo & | thermo1 = phase1.thermo() |
| rhoThermo & | thermo2 = phase2.thermo() |
| 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() |
| phaseModel& phase1 = fluid.phase1() |
| phaseModel& phase2 = fluid.phase2() |
Definition at line 2 of file createFieldRefs.H.
Referenced by for(), forAll(), forAllIter(), if(), and while().
| volScalarField& alpha1 = phase1 |
| volScalarField& alpha2 = phase2 |
Definition at line 5 of file createFieldRefs.H.
| volVectorField& U1 = phase1.U() |
Definition at line 7 of file createFieldRefs.H.
Referenced by TrajectoryCollision< CloudType >::collideParcels(), ORourkeCollision< CloudType >::collideSorted(), for(), if(), and while().
| surfaceScalarField& phi1 = phase1.phi() |
Definition at line 8 of file createFieldRefs.H.
Referenced by while().
| surfaceScalarField& alphaPhi1 = phase1.alphaPhi() |
Definition at line 9 of file createFieldRefs.H.
| surfaceScalarField& alphaRhoPhi1 = phase1.alphaRhoPhi() |
Definition at line 10 of file createFieldRefs.H.
| volVectorField& U2 = phase2.U() |
Definition at line 12 of file createFieldRefs.H.
Referenced by TrajectoryCollision< CloudType >::collideParcels(), ORourkeCollision< CloudType >::collideSorted(), for(), if(), and while().
| surfaceScalarField& phi2 = phase2.phi() |
Definition at line 13 of file createFieldRefs.H.
Referenced by while().
| surfaceScalarField& alphaPhi2 = phase2.alphaPhi() |
Definition at line 14 of file createFieldRefs.H.
| surfaceScalarField& alphaRhoPhi2 = phase2.alphaRhoPhi() |
Definition at line 15 of file createFieldRefs.H.
| surfaceScalarField& phi = fluid.phi() |
Definition at line 16 of file createFieldRefs.H.
| rhoThermo& thermo1 = phase1.thermo() |
Definition at line 18 of file createFieldRefs.H.
| rhoThermo& thermo2 = phase2.thermo() |
Definition at line 19 of file createFieldRefs.H.
| volScalarField& rho1 = thermo1.rho() |
Definition at line 21 of file createFieldRefs.H.
| const volScalarField& psi1 = thermo1.psi() |
Definition at line 22 of file createFieldRefs.H.
| volScalarField& rho2 = thermo2.rho() |
Definition at line 24 of file createFieldRefs.H.
| const volScalarField& psi2 = thermo2.psi() |
Definition at line 25 of file createFieldRefs.H.
| const IOMRFZoneList& MRF = fluid.MRF() |
Definition at line 27 of file createFieldRefs.H.
| fv::options& fvOptions = fluid.fvOptions() |
Definition at line 28 of file createFieldRefs.H.
1.8.13