Functions | Variables
setRegionSolidFields.H File Reference

Go to the source code of this file.

Functions

 if (!thermo.isotropic())
 

Variables

fvMesh & mesh = solidRegions[i]
 
solidThermo & thermo = thermos[i]
 
tmp< volScalarField > trho = thermo.rho()
 
const volScalarField & rho = trho()
 
tmp< volScalarField > tcp = thermo.Cp()
 
const volScalarField & cp = tcp()
 
tmp< volSymmTensorField > taniAlpha
 
volScalarField & h = thermo.he()
 Planck constant. More...
 
const volScalarField & betav = betavSolid[i]
 
fv::options & fvOptions = solidHeatSources[i]
 
bool & resReachedSolid = residualReachedSolid[i]
 
bool & residualControlUsed = residualControlUsedSolid[i]
 

Function Documentation

◆ if()

if ( !thermo.  isotropic())

Definition at line 11 of file setRegionSolidFields.H.

References aniAlphas(), coordinates(), cp, and thermo.

Here is the call graph for this function:

Variable Documentation

◆ mesh

fvMesh& mesh = solidRegions[i]

Definition at line 1 of file setRegionSolidFields.H.

◆ thermo

solidThermo& thermo = thermos[i]

Definition at line 2 of file setRegionSolidFields.H.

Referenced by if().

◆ trho

tmp<volScalarField> trho = thermo.rho()

◆ rho

const volScalarField& rho = trho()

Definition at line 5 of file setRegionSolidFields.H.

◆ tcp

tmp<volScalarField> tcp = thermo.Cp()

Definition at line 7 of file setRegionSolidFields.H.

Referenced by forAll().

◆ cp

const volScalarField& cp = tcp()

◆ taniAlpha

tmp<volSymmTensorField> taniAlpha

Definition at line 10 of file setRegionSolidFields.H.

Referenced by if().

◆ h

volScalarField& h = thermo.he()

◆ betav

const volScalarField& betav = betavSolid[i]

Definition at line 30 of file setRegionSolidFields.H.

Referenced by if(), and while().

◆ fvOptions

fv::options& fvOptions = solidHeatSources[i]

Definition at line 32 of file setRegionSolidFields.H.

◆ resReachedSolid

bool& resReachedSolid = residualReachedSolid[i]

Definition at line 34 of file setRegionSolidFields.H.

Referenced by if().

◆ residualControlUsed

bool& residualControlUsed = residualControlUsedSolid[i]

Definition at line 35 of file setRegionSolidFields.H.