Functions | Variables
createRefsTurbo.H File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

runTime setTime (0.0, 0)
 

Variables

Time & runTime = runTimePtr_()
 
fvMesh & mesh = meshPtr_()
 
simpleControl & simple = simplePtr_()
 
fluidThermo & thermo = pThermoPtr_()
 
volScalarField & p = thermo.p()
 
volScalarField & rho = rhoPtr_()
 
volVectorField & U = UPtr_()
 
volVectorField & URel = URelPtr_()
 
surfaceScalarField & phi = phiPtr_()
 
scalar & cumulativeContErr = cumulativeContErr_
 
pressureControl & pressureControl = pressureControlPtr_()
 
 initialMass_ = fvc::domainIntegrate(rho)
 
const volScalarField & psi = thermo.psi()
 
const dictionary & allOptions = daOptionPtr_->getAllOptions()
 
IOMRFZoneListDF & MRF = MRFPtr_()
 

Function Documentation

◆ setTime()

runTime setTime ( 0.  0,
 
)

Variable Documentation

◆ runTime

Time& runTime = runTimePtr_()

Definition at line 1 of file createRefsTurbo.H.

◆ mesh

fvMesh& mesh = meshPtr_()

Definition at line 4 of file createRefsTurbo.H.

◆ simple

simpleControl& simple = simplePtr_()

Definition at line 5 of file createRefsTurbo.H.

◆ thermo

fluidThermo& thermo = pThermoPtr_()

Definition at line 6 of file createRefsTurbo.H.

◆ p

volScalarField& p = thermo.p()

Definition at line 7 of file createRefsTurbo.H.

◆ rho

volScalarField& rho = rhoPtr_()

Definition at line 8 of file createRefsTurbo.H.

◆ U

volVectorField& U = UPtr_()

Definition at line 9 of file createRefsTurbo.H.

◆ URel

volVectorField& URel = URelPtr_()

Definition at line 10 of file createRefsTurbo.H.

Referenced by DASolver::writeAssociatedFields().

◆ phi

surfaceScalarField& phi = phiPtr_()

Definition at line 11 of file createRefsTurbo.H.

◆ cumulativeContErr

scalar& cumulativeContErr = cumulativeContErr_

Definition at line 12 of file createRefsTurbo.H.

◆ pressureControl

pressureControl& pressureControl = pressureControlPtr_()

Definition at line 13 of file createRefsTurbo.H.

◆ initialMass_

initialMass_ = fvc::domainIntegrate(rho)

Definition at line 14 of file createRefsTurbo.H.

◆ psi

const volScalarField& psi = thermo.psi()

Definition at line 15 of file createRefsTurbo.H.

◆ allOptions

const dictionary& allOptions = daOptionPtr_->getAllOptions()

Definition at line 16 of file createRefsTurbo.H.

◆ MRF

IOMRFZoneListDF& MRF = MRFPtr_()

Definition at line 17 of file createRefsTurbo.H.