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< fvPatchScalarField > | clone () const |
Construct and return a clone. More... | |
thermalBaffleFvPatchScalarField (const thermalBaffleFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
Construct as copy setting internal field reference. More... | |
virtual tmp< fvPatchScalarField > | clone (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... | |
![]() | |
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... | |
![]() | |
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 word & | kappaName () const |
Name of thermal conductivity field. More... | |
tmp< scalarField > | kappa (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::thermalBaffleModel > | baffle_ |
Thermal baffle. More... | |
dictionary | dict_ |
Dictionary. More... | |
autoPtr< extrudePatchMesh > | extrudeMeshPtr_ |
Auto pointer to extrapolated mesh from patch. More... | |
Additional Inherited Members | |
![]() | |
enum | KMethodType { mtFluidThermo, mtSolidThermo, mtDirectionalSolidThermo, mtLookup } |
Type of supplied Kappa. More... | |
![]() | |
const fvPatch & | patch_ |
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 const NamedEnum< KMethodType, 4 > | KMethodTypeNames_ |
Definition at line 180 of file thermalBaffleFvPatchScalarField.H.
|
private |
Enumeration of patch IDs.
Enumerator | |
---|---|
bottomPatchID | |
topPatchID | |
sidePatchID |
Definition at line 187 of file thermalBaffleFvPatchScalarField.H.
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().
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().
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 | ( | const thermalBaffleFvPatchScalarField & | ptf, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Construct as copy setting internal field reference.
Definition at line 126 of file thermalBaffleFvPatchScalarField.C.
|
private |
Extrude mesh.
Definition at line 161 of file thermalBaffleFvPatchScalarField.C.
References thermalBaffleFvPatchScalarField::bottomPatchID, polyMesh::boundaryMesh(), mappedPatchBase::coupleGroup(), thermalBaffleFvPatchScalarField::dict_, Foam::endl(), thermalBaffleFvPatchScalarField::extrudeMeshPtr_, forAll, dictionary::lookup(), polyBoundaryMesh::mesh(), mappedPatchBase::mode(), polyPatch::New(), patchNames(), patchTypes(), Foam::readBool(), regionName, mappedPatchBase::sampleModeNames_, dictionary::set(), thermalBaffleFvPatchScalarField::sidePatchID, List::size(), thermalBaffleFvPatchScalarField::topPatchID, and WarningInFunction.
TypeName | ( | "compressible::thermalBaffle" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Reimplemented from turbulentTemperatureRadCoupledMixedFvPatchScalarField.
Definition at line 247 of file thermalBaffleFvPatchScalarField.H.
References thermalBaffleFvPatchScalarField::thermalBaffleFvPatchScalarField().
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Reimplemented from turbulentTemperatureRadCoupledMixedFvPatchScalarField.
Definition at line 264 of file thermalBaffleFvPatchScalarField.H.
References thermalBaffleFvPatchScalarField::thermalBaffleFvPatchScalarField().
|
virtual |
Map (and resize as needed) from self given a mapping object.
Definition at line 143 of file thermalBaffleFvPatchScalarField.C.
|
virtual |
Reverse map the given fvPatchField onto this fvPatchField.
Definition at line 152 of file thermalBaffleFvPatchScalarField.C.
|
virtual |
Update the coefficients associated with the patch field.
Reimplemented from turbulentTemperatureRadCoupledMixedFvPatchScalarField.
Definition at line 249 of file thermalBaffleFvPatchScalarField.C.
References thermalBaffleFvPatchScalarField::baffle_, polyMesh::boundaryMesh(), polyMesh::defaultRegion, polyBoundaryMesh::mesh(), fvMesh::name(), thermalBaffleFvPatchScalarField::owner_, and turbulentTemperatureRadCoupledMixedFvPatchScalarField::updateCoeffs().
|
virtual |
Write.
Reimplemented from turbulentTemperatureRadCoupledMixedFvPatchScalarField.
Definition at line 267 of file thermalBaffleFvPatchScalarField.C.
References polyMesh::boundaryMesh(), polyMesh::defaultRegion, thermalBaffleFvPatchScalarField::dict_, token::END_STATEMENT, dictionary::lookup(), polyBoundaryMesh::mesh(), fvMesh::name(), Foam::nl, thermalBaffleFvPatchScalarField::owner_, Foam::readBool(), Foam::readLabel(), Foam::readScalar(), regionName, dictionary::subDict(), turbulentTemperatureRadCoupledMixedFvPatchScalarField::write(), and Ostream::writeKeyword().
|
private |
Is the baffle owner.
Definition at line 195 of file thermalBaffleFvPatchScalarField.H.
Referenced by thermalBaffleFvPatchScalarField::updateCoeffs(), and thermalBaffleFvPatchScalarField::write().
|
private |
Thermal baffle.
Definition at line 198 of file thermalBaffleFvPatchScalarField.H.
Referenced by thermalBaffleFvPatchScalarField::updateCoeffs().
|
private |
Definition at line 201 of file thermalBaffleFvPatchScalarField.H.
Referenced by thermalBaffleFvPatchScalarField::createPatchMesh(), and thermalBaffleFvPatchScalarField::write().
|
private |
Auto pointer to extrapolated mesh from patch.
Definition at line 204 of file thermalBaffleFvPatchScalarField.H.
Referenced by thermalBaffleFvPatchScalarField::createPatchMesh().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.