OpenFOAM
4.1
The OpenFOAM Foundation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
applications
solvers
multiphase
twoPhaseEulerFoam
createFieldRefs.H
Go to the documentation of this file.
1
volScalarField
&
alpha2
=
phase2
;
2
3
surfaceScalarField
&
phi1
=
phase1
.phi();
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
11
surfaceScalarField
& phi =
fluid
.phi();
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();
fluid
multiphaseSystem & fluid
Definition:
createFields.H:10
phi1
surfaceScalarField & phi1
Definition:
createFieldRefs.H:8
Foam::volScalarField
GeometricField< scalar, fvPatchField, volMesh > volScalarField
Definition:
volFieldsFwd.H:52
alpha2
volScalarField & alpha2
Definition:
createFieldRefs.H:5
phase1
phaseModel & phase1
Definition:
createFieldRefs.H:1
phase2
phaseModel & phase2
Definition:
createFieldRefs.H:2
Foam::surfaceScalarField
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
Definition:
surfaceFieldsFwd.H:52
Generated by
1.8.11