Mixed boundary condition for temperature, to be used for heat-transfer on back-to-back baffles. Optional thin thermal layer resistances can be specified through thicknessLayers and kappaLayers entries. More...


Public Member Functions | |
| TypeName ("compressible::turbulentTemperatureCoupledBaffleMixed") | |
| Runtime type information. More... | |
| turbulentTemperatureCoupledBaffleMixedFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
| Construct from patch and internal field. More... | |
| turbulentTemperatureCoupledBaffleMixedFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. More... | |
| turbulentTemperatureCoupledBaffleMixedFvPatchScalarField (const turbulentTemperatureCoupledBaffleMixedFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given. More... | |
| turbulentTemperatureCoupledBaffleMixedFvPatchScalarField (const turbulentTemperatureCoupledBaffleMixedFvPatchScalarField &) | |
| Construct as copy setting internal field reference. More... | |
| virtual tmp< fvPatchScalarField > | clone () const |
| Construct and return a clone. More... | |
| turbulentTemperatureCoupledBaffleMixedFvPatchScalarField (const turbulentTemperatureCoupledBaffleMixedFvPatchScalarField &, 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 fvPatchField< scalar > &, const labelList &) |
| Reverse map the given fvPatchField onto this fvPatchField. More... | |
| virtual tmp< scalarField > | kappa (const scalarField &Tp) const |
| Given patch temperature calculate corresponding K field. Override temperatureCoupledBase::kappa to includes effect of any explicit kappaThickness. More... | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. More... | |
| virtual void | manipulateMatrix (fvMatrix< scalar > &m, const label iMatrix, const direction cmpt) |
| Manipulate matrix. More... | |
| virtual void | write (Ostream &os) const |
| Write. More... | |
Public Member Functions inherited from temperatureCoupledBase | |
| temperatureCoupledBase (const fvPatch &patch, const KMethodType method=KMethodType::mtFluidThermo) | |
| Default construct from patch, using fluidThermo (default) or specified method. More... | |
| temperatureCoupledBase (const fvPatch &patch, const KMethodType method, const word &kappaName, const word &alphaName, const word &alphaAniName) | |
| Construct from patch, method type and field names. 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... | |
| temperatureCoupledBase (const temperatureCoupledBase &base) | |
| Copy construct. More... | |
| virtual | ~temperatureCoupledBase ()=default |
| Destructor. More... | |
| word | KMethod () const |
| Method to obtain K. More... | |
| const word & | kappaName () const noexcept |
| Name of thermal conductivity field. More... | |
| const word & | alphaName () const noexcept |
| Name of thermal diffusivity field. More... | |
| virtual tmp< scalarField > | alpha (const scalarField &Tp) const |
| Given patch temperature calculate corresponding alphaEff field. More... | |
| void | write (Ostream &os) const |
| Write. More... | |
Public Member Functions inherited from mappedPatchFieldBase< scalar > | |
| mappedPatchFieldBase (const mappedPatchBase &mapper, const fvPatchField< scalar > &patchField, const word &fieldName, const bool setAverage, const scalar average, const word &interpolationScheme) | |
| Construct from components. More... | |
| mappedPatchFieldBase (const mappedPatchBase &mapper, const fvPatchField< scalar > &patchField, const dictionary &dict) | |
| Construct from dictionary. More... | |
| mappedPatchFieldBase (const mappedPatchBase &mapper, const fvPatchField< scalar > &patchField, const dictionary &dict, const Field< scalar > &fld) | |
| Construct from dictionary and initial field value. More... | |
| mappedPatchFieldBase (const mappedPatchBase &mapper, const fvPatchField< scalar > &patchField) | |
| Construct empty. More... | |
| mappedPatchFieldBase (const mappedPatchFieldBase< scalar > &mapper) | |
| Construct copy. More... | |
| mappedPatchFieldBase (const mappedPatchBase &mapper, const fvPatchField< scalar > &patchField, const mappedPatchFieldBase< scalar > &base) | |
| Construct copy, resetting patch and field. More... | |
| virtual | ~mappedPatchFieldBase ()=default |
| Destructor. More... | |
| const GeometricField< T, fvPatchField, volMesh > & | sampleField (const word &fieldName) const |
| Field to sample. Either on my or nbr mesh. More... | |
| const GeometricField< scalar, fvPatchField, volMesh > & | sampleField () const |
| Field to sample. Either on my or nbr mesh. More... | |
| const Foam::GeometricField< Type2, Foam::fvPatchField, Foam::volMesh > & | sampleField (const word &fieldName) const |
| virtual tmp< Field< scalar > > | mappedField () const |
| Map sampleField onto *this patch. More... | |
| virtual tmp< Field< scalar > > | mappedInternalField () const |
| Map internal of sampleField onto *this patch. More... | |
| virtual tmp< scalarField > | mappedWeightField () const |
| Map optional weightField onto *this patch. Default is deltaCoeffs. More... | |
| virtual void | mappedWeightField (const word &weightFieldName, tmp< scalarField > &thisWeights, tmp< scalarField > &nbrWeights) const |
| Map optional weightField (given by name) onto *this patch. More... | |
| void | distribute (const word &fieldName, Field< T > &newValues) const |
| Wrapper for mapDistribute::distribute that knows about dabase mapping. More... | |
Additional Inherited Members | |
Public Types inherited from temperatureCoupledBase | |
| enum | KMethodType { mtFluidThermo, mtSolidThermo, mtDirectionalSolidThermo, mtLookup, mtFunction } |
| Type of supplied Kappa. More... | |
Static Public Member Functions inherited from mappedPatchFieldBase< scalar > | |
| static const mappedPatchBase & | mapper (const fvPatch &p, const DimensionedField< scalar, volMesh > &iF) |
| Check that patch is of correct type. More... | |
Protected Member Functions inherited from mappedPatchFieldBase< scalar > | |
| void | initRetrieveField (const objectRegistry &obr, const word ®ion, const word &patch, const labelListList &map, const word &fieldName, const Field< T > &fld) const |
| Construct field from registered elements. More... | |
| void | initRetrieveField (const word &fieldName, const Field< T > &fld) const |
| Initialise field to retrieve (e.g. when value read from dictionary) More... | |
| bool | storeAndRetrieveField (const word &fieldName, const label myComm, const labelListList &subMap, const label constructSize, const labelListList &constructMap, const labelListList &address, const scalarListList &weights, Field< T > &fld) const |
| Helper : storeField and retrieveField and interpolate. Leaves fld. More... | |
| void | storeField (const objectRegistry &obr, const word ®ion, const word &patch, const label myComm, const labelListList &procToMap, const word &fieldName, const Field< T > &fld) const |
| Store elements of field onto (sub) registry. More... | |
| bool | retrieveField (const bool allowUnset, const objectRegistry &obr, const word ®ion, const word &patch, const label myComm, const labelListList &procToMap, const word &fieldName, Field< T > &fld) const |
| Construct field from registered elements. More... | |
Protected Attributes inherited from temperatureCoupledBase | |
| 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 | alphaName_ |
| Name of thermal diffusivity. More... | |
| const word | alphaAniName_ |
| Name of the non-isotropic alpha (for directional solidThermo) More... | |
| autoPtr< PatchFunction1< scalar > > | kappaFunction1_ |
| Function1 for kappa. More... | |
| autoPtr< PatchFunction1< scalar > > | alphaFunction1_ |
| Function1 for alpha. More... | |
Protected Attributes inherited from mappedPatchFieldBase< scalar > | |
| const mappedPatchBase & | mapper_ |
| Mapping engine. More... | |
| const fvPatchField< scalar > & | patchField_ |
| Underlying patch field. More... | |
| word | fieldName_ |
| Name of field to sample. More... | |
| const bool | setAverage_ |
| If true adjust the mapped field to maintain average value average_. More... | |
| const scalar | average_ |
| Average value the mapped field is adjusted to maintain if setAverage_ is set true. More... | |
| word | interpolationScheme_ |
| Interpolation scheme to use for nearestcell mode. More... | |
Static Protected Attributes inherited from temperatureCoupledBase | |
| static const Enum< KMethodType > | KMethodTypeNames_ |
Mixed boundary condition for temperature, to be used for heat-transfer on back-to-back baffles. Optional thin thermal layer resistances can be specified through thicknessLayers and kappaLayers entries.
Specifies gradient and temperature such that the equations are the same on both sides:
where KDelta is heat-transfer coefficient K * deltaCoeffs
The thermal conductivity kappa can either be retrieved from various possible sources, as detailed in the class temperatureCoupledBase.
| Property | Description | Required | Default value |
|---|---|---|---|
Tnbr | name of the field | no | T |
thicknessLayers | list of thicknesses per layer [m] | no | |
kappaLayers | list of thermal conductivities per layer [W/m/K] | no | |
thicknessLayer | single thickness of layer [m] | no | |
kappaLayer | corresponding thermal conductivity [W/m/K] | no | |
kappaMethod | inherited from temperatureCoupledBase | inherited | |
kappa | inherited from temperatureCoupledBase | inherited |
Example of the boundary condition specification:
<patchName>
{
type compressible::turbulentTemperatureCoupledBaffleMixed;
Tnbr T;
thicknessLayers (0.1 0.2 0.3 0.4);
kappaLayers (1 2 3 4);
kappaMethod lookup;
kappa kappa;
value uniform 300;
}Needs to be on underlying mapped(Wall)FvPatch.
Definition at line 136 of file turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H.
| turbulentTemperatureCoupledBaffleMixedFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Construct from patch and internal field.
Definition at line 39 of file turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C.
References Foam::Zero.
Referenced by turbulentTemperatureCoupledBaffleMixedFvPatchScalarField::clone().

| turbulentTemperatureCoupledBaffleMixedFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
// Store patch value as initial guess when running in database mode mappedPatchFieldBase<scalar>::initRetrieveField ( this->internalField().name(), *this ); mappedPatchFieldBase<scalar>::initRetrieveField ( this->internalField().name() + "_weights", this->patch().deltaCoeffs() );
Definition at line 86 of file turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, IOobjectOption::MUST_READ, PatchFunction1< Type >::NewIfPresent(), p, Foam::foamVersion::patch, WarningInFunction, and Foam::Zero.

| turbulentTemperatureCoupledBaffleMixedFvPatchScalarField | ( | const turbulentTemperatureCoupledBaffleMixedFvPatchScalarField & | ptf, |
| const fvPatch & | p, | ||
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const fvPatchFieldMapper & | mapper | ||
| ) |
Construct by mapping given.
turbulentTemperatureCoupledBaffleMixedFvPatchScalarField onto a new patch
Definition at line 61 of file turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C.
| turbulentTemperatureCoupledBaffleMixedFvPatchScalarField | ( | const turbulentTemperatureCoupledBaffleMixedFvPatchScalarField & | wtcsf | ) |
Construct as copy setting internal field reference.
Definition at line 194 of file turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C.
| turbulentTemperatureCoupledBaffleMixedFvPatchScalarField | ( | const turbulentTemperatureCoupledBaffleMixedFvPatchScalarField & | wtcsf, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Construct as copy setting internal field reference.
Definition at line 171 of file turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C.
| TypeName | ( | "compressible::turbulentTemperatureCoupledBaffleMixed" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 229 of file turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H.

|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 253 of file turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H.

|
virtual |
Map (and resize as needed) from self given a mapping object.
Implements temperatureCoupledBase.
Definition at line 217 of file turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C.
References temperatureCoupledBase::autoMap().

|
virtual |
Reverse map the given fvPatchField onto this fvPatchField.
Implements temperatureCoupledBase.
Definition at line 233 of file turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C.
References Foam::refCast(), and temperatureCoupledBase::rmap().

|
virtual |
Given patch temperature calculate corresponding K field. Override temperatureCoupledBase::kappa to includes effect of any explicit kappaThickness.
Reimplemented from temperatureCoupledBase.
Definition at line 258 of file turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C.
References forAll, temperatureCoupledBase::kappa(), and Foam::foamVersion::patch.
Referenced by turbulentTemperatureCoupledBaffleMixedFvPatchScalarField::updateCoeffs().


|
virtual |
Update the coefficients associated with the patch field.
Definition at line 298 of file turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C.
References Foam::ensightOutput::debug, mappedPatchFieldBase< scalar >::distribute(), Foam::endl(), Foam::gAverage(), Foam::gMax(), Foam::gMin(), Foam::gSum(), patchIdentifier::index(), Foam::Info, turbulentTemperatureCoupledBaffleMixedFvPatchScalarField::kappa(), mappedPatchFieldBase< Type >::mapper(), UPstream::msgType(), Foam::name(), Foam::foamVersion::patch, tmp< T >::ref(), Foam::refCast(), mappedPatchBase::sameWorld(), mappedPatchBase::sampleMesh(), mappedPatchBase::samplePatch(), mappedPatchBase::samplePolyPatch(), mappedPatchBase::sampleRegion(), Foam::fvc::snGrad(), and Foam::Zero.

Manipulate matrix.
Definition at line 402 of file turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C.
References Foam::abort(), Foam::FatalError, and FatalErrorInFunction.

|
virtual |
Write.
Reimplemented from mappedPatchFieldBase< scalar >.
Definition at line 449 of file turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C.
References os(), temperatureCoupledBase::write(), mappedPatchFieldBase< Type >::write(), and mixedFvPatchField< Type >::write().

Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.