Public Types | Public Member Functions | Private Attributes | Static Private Attributes
turbulentHeatFluxTemperatureFvPatchScalarField Class Reference
Inheritance diagram for turbulentHeatFluxTemperatureFvPatchScalarField:
Inheritance graph
[legend]
Collaboration diagram for turbulentHeatFluxTemperatureFvPatchScalarField:
Collaboration graph
[legend]

Public Types

enum  heatSourceType { hsPower, hsFlux }
 Enumeration listing the possible hest source input modes. More...
 
- Public Types inherited from temperatureCoupledBase
enum  KMethodType { mtFluidThermo, mtSolidThermo, mtDirectionalSolidThermo, mtLookup }
 Type of supplied Kappa. More...
 

Public Member Functions

 TypeName ("compressible::turbulentHeatFluxTemperature")
 Runtime type information. More...
 
 turbulentHeatFluxTemperatureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 Construct from patch and internal field. More...
 
 turbulentHeatFluxTemperatureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 turbulentHeatFluxTemperatureFvPatchScalarField (const turbulentHeatFluxTemperatureFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given. More...
 
 turbulentHeatFluxTemperatureFvPatchScalarField (const turbulentHeatFluxTemperatureFvPatchScalarField &)
 Construct as copy. More...
 
virtual tmp< fvPatchScalarFieldclone () const
 Construct and return a clone. More...
 
 turbulentHeatFluxTemperatureFvPatchScalarField (const turbulentHeatFluxTemperatureFvPatchScalarField &, const DimensionedField< scalar, volMesh > &)
 Construct as copy setting internal field reference. More...
 
virtual tmp< fvPatchScalarFieldclone (const DimensionedField< scalar, volMesh > &iF) const
 Construct and return a clone setting internal field reference. More...
 
virtual void autoMap (const fvPatchFieldMapper &)
 Map (and resize as needed) from self given a mapping object. More...
 
virtual void rmap (const fvPatchScalarField &, const labelList &)
 Reverse map the given fvPatchField onto this fvPatchField. More...
 
virtual void updateCoeffs ()
 Update the coefficients associated with the patch field. More...
 
virtual void write (Ostream &) const
 Write. More...
 
- Public Member Functions inherited from temperatureCoupledBase
 temperatureCoupledBase (const fvPatch &patch, const word &calculationMethod, const word &kappaName, const word &alphaAniName)
 Construct from patch and K name. 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...
 
word KMethod () const
 Method to obtain K. More...
 
const wordkappaName () const
 Name of thermal conductivity field. More...
 
tmp< scalarFieldkappa (const scalarField &Tp) const
 Given patch temperature calculate corresponding K field. More...
 
void write (Ostream &) const
 Write. More...
 

Private Attributes

heatSourceType heatSource_
 Heat source type. More...
 
scalarField q_
 Heat power [W] or flux [W/m2]. More...
 
word QrName_
 Name of radiative in flux field. More...
 

Static Private Attributes

static const NamedEnum< heatSourceType, 2 > heatSourceTypeNames_
 Heat source type names. More...
 

Additional Inherited Members

- Protected Attributes inherited from temperatureCoupledBase
const fvPatchpatch_
 Underlying patch. More...
 
const KMethodType method_
 How to get K. More...
 
const word kappaName_
 Name of thermal conductivity field (if looked up from database) More...
 
const word alphaAniName_
 Name of the non-Isotropic alpha (default: Anialpha) More...
 
- Static Protected Attributes inherited from temperatureCoupledBase
static const NamedEnum< KMethodType, 4 > KMethodTypeNames_
 

Detailed Description

Definition at line 125 of file turbulentHeatFluxTemperatureFvPatchScalarField.H.

Member Enumeration Documentation

◆ heatSourceType

Enumeration listing the possible hest source input modes.

Enumerator
hsPower 
hsFlux 

Definition at line 135 of file turbulentHeatFluxTemperatureFvPatchScalarField.H.

Constructor & Destructor Documentation

◆ turbulentHeatFluxTemperatureFvPatchScalarField() [1/5]

Construct from patch and internal field.

Definition at line 73 of file turbulentHeatFluxTemperatureFvPatchScalarField.C.

Referenced by turbulentHeatFluxTemperatureFvPatchScalarField::clone().

Here is the caller graph for this function:

◆ turbulentHeatFluxTemperatureFvPatchScalarField() [2/5]

turbulentHeatFluxTemperatureFvPatchScalarField ( const fvPatch p,
const DimensionedField< scalar, volMesh > &  iF,
const dictionary dict 
)

Construct from patch, internal field and dictionary.

Definition at line 105 of file turbulentHeatFluxTemperatureFvPatchScalarField.C.

References dict, fvPatchField::operator=(), and p.

Here is the call graph for this function:

◆ turbulentHeatFluxTemperatureFvPatchScalarField() [3/5]

Construct by mapping given.

turbulentHeatFluxTemperatureFvPatchScalarField onto a new patch

Definition at line 88 of file turbulentHeatFluxTemperatureFvPatchScalarField.C.

◆ turbulentHeatFluxTemperatureFvPatchScalarField() [4/5]

Construct as copy.

Definition at line 133 of file turbulentHeatFluxTemperatureFvPatchScalarField.C.

◆ turbulentHeatFluxTemperatureFvPatchScalarField() [5/5]

Construct as copy setting internal field reference.

Definition at line 147 of file turbulentHeatFluxTemperatureFvPatchScalarField.C.

Member Function Documentation

◆ TypeName()

TypeName ( "compressible::turbulentHeatFluxTemperature"  )

Runtime type information.

◆ clone() [1/2]

virtual tmp<fvPatchScalarField> clone ( ) const
inlinevirtual

Construct and return a clone.

Definition at line 200 of file turbulentHeatFluxTemperatureFvPatchScalarField.H.

References turbulentHeatFluxTemperatureFvPatchScalarField::turbulentHeatFluxTemperatureFvPatchScalarField().

Here is the call graph for this function:

◆ clone() [2/2]

virtual tmp<fvPatchScalarField> clone ( const DimensionedField< scalar, volMesh > &  iF) const
inlinevirtual

Construct and return a clone setting internal field reference.

Definition at line 217 of file turbulentHeatFluxTemperatureFvPatchScalarField.H.

◆ autoMap()

void autoMap ( const fvPatchFieldMapper m)
virtual

Map (and resize as needed) from self given a mapping object.

Definition at line 163 of file turbulentHeatFluxTemperatureFvPatchScalarField.C.

◆ rmap()

void rmap ( const fvPatchScalarField ptf,
const labelList addr 
)
virtual

◆ updateCoeffs()

void updateCoeffs ( )
virtual

◆ write()

void write ( Ostream os) const
virtual

Write.

Definition at line 233 of file turbulentHeatFluxTemperatureFvPatchScalarField.C.

References token::END_STATEMENT, Foam::nl, write(), temperatureCoupledBase::write(), and Ostream::writeKeyword().

Here is the call graph for this function:

Field Documentation

◆ heatSourceTypeNames_

const NamedEnum< turbulentHeatFluxTemperatureFvPatchScalarField::heatSourceType, 2 > heatSourceTypeNames_
staticprivate

◆ heatSource_

heatSourceType heatSource_
private

◆ q_

scalarField q_
private

◆ QrName_

word QrName_
private

Name of radiative in flux field.

Definition at line 156 of file turbulentHeatFluxTemperatureFvPatchScalarField.H.

Referenced by turbulentHeatFluxTemperatureFvPatchScalarField::updateCoeffs().


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