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