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()
 
const volScalarField & betav = betavSolid[i]
 
fv::options & fvOptions = solidHeatSources[i]
 

Function Documentation

◆ if()

if ( !thermo.  isotropic())

Definition at line 11 of file setRegionSolidFields.H.

References aniAlphas(), coordinates(), cp, mesh, and taniAlpha.

Here is the call graph for this function:

Variable Documentation

◆ mesh

fvMesh& mesh = solidRegions[i]

Definition at line 1 of file setRegionSolidFields.H.

Referenced by if().

◆ thermo

solidThermo& thermo = thermos[i]

Definition at line 2 of file setRegionSolidFields.H.

◆ trho

◆ 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

◆ taniAlpha

tmp<volSymmTensorField> taniAlpha

Definition at line 10 of file setRegionSolidFields.H.

Referenced by if().

◆ h

◆ betav

const volScalarField& betav = betavSolid[i]

Definition at line 35 of file setRegionSolidFields.H.

Referenced by if(), and while().

◆ fvOptions

fv::options& fvOptions = solidHeatSources[i]

Definition at line 37 of file setRegionSolidFields.H.