temperatureCoupledBase Class Reference

Common functions used in temperature coupled boundaries. More...

Inheritance diagram for temperatureCoupledBase:

Public Member Functions

 temperatureCoupledBase (const fvPatch &patch)
 Construct from patch. More...
 
 temperatureCoupledBase (const fvPatch &patch, const dictionary &dict)
 Construct from patch and dictionary. More...
 
 temperatureCoupledBase (const fvPatch &patch, const temperatureCoupledBase &base)
 Construct from patch and temperatureCoupledBase. More...
 
tmp< scalarFieldkappa (const fvPatchScalarField &Tp) const
 Given patch temperature calculate corresponding K field. More...
 
void write (Ostream &) const
 Write. More...
 

Detailed Description

Common functions used in temperature coupled boundaries.

The thermal conductivity kappa is obtained from the region fluidThermo or solidThermo as appropriate.

For turbulent fluid regions kappa is obtained from the thermophysicalTransportModel kappaEff.

For solid regions kappa may be obtained from the anisotropic alpha field by specifying the optional alphaAni field name.

Keywords provided by this class:
Property Description Required Default value
alphaAni Name of the non-isotropic alpha no
Source files

Definition at line 75 of file temperatureCoupledBase.H.

Constructor & Destructor Documentation

◆ temperatureCoupledBase() [1/3]

temperatureCoupledBase ( const fvPatch patch)

Construct from patch.

Definition at line 34 of file temperatureCoupledBase.C.

Referenced by temperatureCoupledBase::temperatureCoupledBase().

Here is the caller graph for this function:

◆ temperatureCoupledBase() [2/3]

temperatureCoupledBase ( const fvPatch patch,
const dictionary dict 
)

Construct from patch and dictionary.

Definition at line 44 of file temperatureCoupledBase.C.

References temperatureCoupledBase::temperatureCoupledBase().

Here is the call graph for this function:

◆ temperatureCoupledBase() [3/3]

temperatureCoupledBase ( const fvPatch patch,
const temperatureCoupledBase base 
)

Construct from patch and temperatureCoupledBase.

Definition at line 55 of file temperatureCoupledBase.C.

References temperatureCoupledBase::kappa().

Here is the call graph for this function:

Member Function Documentation

◆ kappa()

◆ write()

void write ( Ostream os) const

Write.

Definition at line 142 of file temperatureCoupledBase.C.

References word::null, and Foam::writeEntry().

Referenced by turbulentTemperatureCoupledBaffleMixedFvPatchScalarField::write(), turbulentTemperatureRadCoupledMixedFvPatchScalarField::write(), and externalWallHeatFluxTemperatureFvPatchScalarField::write().

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: