createFieldRefs.H
Go to the documentation of this file.
2 
4 surfaceScalarField& alphaPhi1 = phase1.alphaPhi();
5 surfaceScalarField& alphaRhoPhi1 = phase1.alphaRhoPhi();
6 
7 surfaceScalarField& phi2 = phase2.phi();
8 surfaceScalarField& alphaPhi2 = phase2.alphaPhi();
9 surfaceScalarField& alphaRhoPhi2 = phase2.alphaRhoPhi();
10 
12 
13 rhoThermo& thermo1 = phase1.thermo();
14 rhoThermo& thermo2 = phase2.thermo();
15 
16 volScalarField& rho1 = thermo1.rho();
17 const volScalarField& psi1 = thermo1.psi();
18 
19 volScalarField& rho2 = thermo2.rho();
20 const volScalarField& psi2 = thermo2.psi();
multiphaseSystem & fluid
Definition: createFields.H:11
surfaceScalarField & phi1
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Definition: volFieldsFwd.H:52
volScalarField & alpha2
phaseModel & phase1
phaseModel & phase2
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField