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

Public Member Functions

 TypeName ("compressible::thermalBaffle")
 Runtime type information. More...
 
 thermalBaffleFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 Construct from patch and internal field. More...
 
 thermalBaffleFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 thermalBaffleFvPatchScalarField (const thermalBaffleFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given. More...
 
virtual tmp< fvPatchScalarFieldclone () const
 Construct and return a clone. More...
 
 thermalBaffleFvPatchScalarField (const thermalBaffleFvPatchScalarField &, 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 turbulentTemperatureRadCoupledMixedFvPatchScalarField
 TypeName ("compressible::turbulentTemperatureRadCoupledMixed")
 Runtime type information. More...
 
 turbulentTemperatureRadCoupledMixedFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 Construct from patch and internal field. More...
 
 turbulentTemperatureRadCoupledMixedFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 turbulentTemperatureRadCoupledMixedFvPatchScalarField (const turbulentTemperatureRadCoupledMixedFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given. More...
 
 turbulentTemperatureRadCoupledMixedFvPatchScalarField (const turbulentTemperatureRadCoupledMixedFvPatchScalarField &, const DimensionedField< scalar, volMesh > &)
 Construct as copy setting internal field reference. 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 Types

enum  patchID { bottomPatchID, topPatchID, sidePatchID }
 Enumeration of patch IDs. More...
 

Private Member Functions

void createPatchMesh ()
 Extrude mesh. More...
 

Private Attributes

bool owner_
 Is the baffle owner. More...
 
autoPtr< regionModels::thermalBaffleModels::thermalBaffleModelbaffle_
 Thermal baffle. More...
 
dictionary dict_
 Dictionary. More...
 
autoPtr< extrudePatchMeshextrudeMeshPtr_
 Auto pointer to extrapolated mesh from patch. More...
 

Additional Inherited Members

- Public Types inherited from temperatureCoupledBase
enum  KMethodType { mtFluidThermo, mtSolidThermo, mtDirectionalSolidThermo, mtLookup }
 Type of supplied Kappa. More...
 
- 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 180 of file thermalBaffleFvPatchScalarField.H.

Member Enumeration Documentation

◆ patchID

enum patchID
private

Enumeration of patch IDs.

Enumerator
bottomPatchID 
topPatchID 
sidePatchID 

Definition at line 187 of file thermalBaffleFvPatchScalarField.H.

Constructor & Destructor Documentation

◆ thermalBaffleFvPatchScalarField() [1/4]

thermalBaffleFvPatchScalarField ( const fvPatch p,
const DimensionedField< scalar, volMesh > &  iF 
)

Construct from patch and internal field.

Definition at line 43 of file thermalBaffleFvPatchScalarField.C.

Referenced by thermalBaffleFvPatchScalarField::clone().

Here is the caller graph for this function:

◆ thermalBaffleFvPatchScalarField() [2/4]

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

Construct from patch, internal field and dictionary.

Definition at line 81 of file thermalBaffleFvPatchScalarField.C.

References polyMesh::boundaryMesh(), polyMesh::defaultRegion, dict, objectRegistry::foundObject(), polyBoundaryMesh::mesh(), fvMesh::name(), Foam::compressible::New(), regionName, and fvMesh::time().

Here is the call graph for this function:

◆ thermalBaffleFvPatchScalarField() [3/4]

thermalBaffleFvPatchScalarField ( const thermalBaffleFvPatchScalarField ptf,
const fvPatch p,
const DimensionedField< scalar, volMesh > &  iF,
const fvPatchFieldMapper mapper 
)

Construct by mapping given.

thermalBaffleFvPatchScalarField onto a new patch

Definition at line 58 of file thermalBaffleFvPatchScalarField.C.

◆ thermalBaffleFvPatchScalarField() [4/4]

Construct as copy setting internal field reference.

Definition at line 126 of file thermalBaffleFvPatchScalarField.C.

Member Function Documentation

◆ createPatchMesh()

void createPatchMesh ( )
private

◆ TypeName()

TypeName ( "compressible::thermalBaffle"  )

Runtime type information.

◆ clone() [1/2]

virtual tmp<fvPatchScalarField> clone ( ) const
inlinevirtual

Construct and return a clone.

Reimplemented from turbulentTemperatureRadCoupledMixedFvPatchScalarField.

Definition at line 247 of file thermalBaffleFvPatchScalarField.H.

References thermalBaffleFvPatchScalarField::thermalBaffleFvPatchScalarField().

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.

Reimplemented from turbulentTemperatureRadCoupledMixedFvPatchScalarField.

Definition at line 264 of file thermalBaffleFvPatchScalarField.H.

References thermalBaffleFvPatchScalarField::thermalBaffleFvPatchScalarField().

Here is the call graph for this function:

◆ autoMap()

void autoMap ( const fvPatchFieldMapper m)
virtual

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

Definition at line 143 of file thermalBaffleFvPatchScalarField.C.

◆ rmap()

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

Reverse map the given fvPatchField onto this fvPatchField.

Definition at line 152 of file thermalBaffleFvPatchScalarField.C.

◆ updateCoeffs()

void updateCoeffs ( )
virtual

◆ write()

void write ( Ostream os) const
virtual

Field Documentation

◆ owner_

bool owner_
private

◆ baffle_

Thermal baffle.

Definition at line 198 of file thermalBaffleFvPatchScalarField.H.

Referenced by thermalBaffleFvPatchScalarField::updateCoeffs().

◆ dict_

dictionary dict_
private

◆ extrudeMeshPtr_

autoPtr<extrudePatchMesh> extrudeMeshPtr_
private

Auto pointer to extrapolated mesh from patch.

Definition at line 204 of file thermalBaffleFvPatchScalarField.H.

Referenced by thermalBaffleFvPatchScalarField::createPatchMesh().


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