Functions | Variables
createFields.H File Reference
Include dependency graph for createFields.H:

Go to the source code of this file.

Functions

Info<< "Creating phaseSystem\n"<< endl;autoPtr< twoPhaseSystem > fluidPtr (twoPhaseSystem::New(mesh))
 
dimensionedScalar pMin ("pMin", dimPressure, fluid)
 

Variables

twoPhaseSystem & fluid = fluidPtr()
 
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 & p = thermo1.p()
 
volScalarField & rho1 = thermo1.rho()
 
const volScalarField & psi1 = thermo1.psi()
 
volScalarField & rho2 = thermo2.rho()
 
const volScalarField & psi2 = thermo2.psi()
 

Function Documentation

◆ fluidPtr()

Info<< "Creating phaseSystem\n" << endl;autoPtr<twoPhaseSystem> fluidPtr ( twoPhaseSystem::New(mesh )

◆ pMin()

dimensionedScalar pMin ( "pMin"  ,
dimPressure  ,
fluid   
)

Variable Documentation

◆ fluid

twoPhaseSystem& fluid = fluidPtr()

Definition at line 10 of file createFields.H.

◆ phase1

phaseModel& phase1 = fluid.phase1()

Definition at line 12 of file createFields.H.

Referenced by for(), forAll(), if(), and while().

◆ phase2

phaseModel& phase2 = fluid.phase2()

Definition at line 13 of file createFields.H.

Referenced by for(), forAll(), if(), and while().

◆ alpha1

volScalarField& alpha1 = phase1

Definition at line 15 of file createFields.H.

Referenced by for(), forAll(), if(), and while().

◆ alpha2

volScalarField& alpha2 = phase2

Definition at line 16 of file createFields.H.

◆ U1

volVectorField& U1 = phase1.U()

◆ phi1

surfaceScalarField& phi1 = phase1.phi()

Definition at line 19 of file createFields.H.

Referenced by while().

◆ alphaPhi1

surfaceScalarField& alphaPhi1 = phase1.alphaPhi()

Definition at line 20 of file createFields.H.

Referenced by for(), and while().

◆ alphaRhoPhi1

surfaceScalarField& alphaRhoPhi1 = phase1.alphaRhoPhi()

Definition at line 21 of file createFields.H.

◆ U2

volVectorField& U2 = phase2.U()

◆ phi2

surfaceScalarField& phi2 = phase2.phi()

Definition at line 24 of file createFields.H.

Referenced by while().

◆ alphaPhi2

surfaceScalarField& alphaPhi2 = phase2.alphaPhi()

Definition at line 25 of file createFields.H.

Referenced by for(), and while().

◆ alphaRhoPhi2

surfaceScalarField& alphaRhoPhi2 = phase2.alphaRhoPhi()

Definition at line 26 of file createFields.H.

◆ phi

surfaceScalarField& phi = fluid.phi()

Definition at line 28 of file createFields.H.

◆ thermo1

rhoThermo& thermo1 = phase1.thermo()

Definition at line 39 of file createFields.H.

◆ thermo2

rhoThermo& thermo2 = phase2.thermo()

Definition at line 40 of file createFields.H.

◆ p

volScalarField& p = thermo1.p()

Definition at line 42 of file createFields.H.

◆ rho1

volScalarField& rho1 = thermo1.rho()

Definition at line 44 of file createFields.H.

◆ psi1

const volScalarField& psi1 = thermo1.psi()

Definition at line 45 of file createFields.H.

◆ rho2

volScalarField& rho2 = thermo2.rho()

Definition at line 47 of file createFields.H.

◆ psi2

const volScalarField& psi2 = thermo2.psi()

Definition at line 48 of file createFields.H.