Public Member Functions | Private Attributes
turbulentTemperatureCoupledBaffleMixedFvPatchScalarField Class Reference

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...

Inheritance diagram for turbulentTemperatureCoupledBaffleMixedFvPatchScalarField:
Inheritance graph
[legend]
Collaboration diagram for turbulentTemperatureCoupledBaffleMixedFvPatchScalarField:
Collaboration graph
[legend]

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...
 
virtual tmp< fvPatchScalarFieldclone () const
 Construct and return a clone. More...
 
 turbulentTemperatureCoupledBaffleMixedFvPatchScalarField (const turbulentTemperatureCoupledBaffleMixedFvPatchScalarField &, 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 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

const word TnbrName_
 Name of field on the neighbour region. More...
 
scalarList thicknessLayers_
 Thickness of layers. More...
 
scalarList kappaLayers_
 Conductivity of layers. More...
 
scalar contactRes_
 Total contact resistance. 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

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.

The thermal conductivity, kappa, can either be retrieved from the mesh database using the lookup option, or from a solidThermo or fluidThermo thermophysical package.

Specifies gradient and temperature such that the equations are the same on both sides:

where KDelta is heat-transfer coefficient K * deltaCoeffs


Patch usage

Property Description Required Default value
kappa thermal conductivity option yes
kappaName name of thermal conductivity field no
Tnbr name of the field no T
thicknessLayers list of thicknesses per layer [m] no
kappaLayers list of thermal conductivites per layer [W/m/K] no

Example of the boundary condition specification:

    myPatch
    {
        type            compressible::turbulentTemperatureCoupledBaffleMixed;
        Tnbr            T;
        kappa           lookup;
        KappaName       kappa;
        thicknessLayers (0.1 0.2 0.3 0.4);
        kappaLayers     (1 2 3 4)
        value           uniform 300;
    }

Needs to be on underlying mapped(Wall)FvPatch.

Note: kappa : heat conduction at patch. Gets supplied how to lookup calculate kappa:

Source files

Definition at line 134 of file turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H.

Constructor & Destructor Documentation

◆ turbulentTemperatureCoupledBaffleMixedFvPatchScalarField() [1/4]

Construct from patch and internal field.

Definition at line 43 of file turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C.

◆ turbulentTemperatureCoupledBaffleMixedFvPatchScalarField() [2/4]

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

Construct from patch, internal field and dictionary.

Definition at line 81 of file turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C.

References dict, dimensionedInternalField(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, forAll, fvPatchField::operator=(), and p.

Here is the call graph for this function:

◆ turbulentTemperatureCoupledBaffleMixedFvPatchScalarField() [3/4]

◆ turbulentTemperatureCoupledBaffleMixedFvPatchScalarField() [4/4]

Construct as copy setting internal field reference.

Definition at line 141 of file turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C.

Member Function Documentation

◆ TypeName()

TypeName ( "compressible::turbulentTemperatureCoupledBaffleMixed"  )

Runtime type information.

◆ clone() [1/2]

virtual tmp<fvPatchScalarField> clone ( ) const
inlinevirtual

Construct and return a clone.

Definition at line 189 of file turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H.

◆ 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 209 of file turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H.

◆ updateCoeffs()

void updateCoeffs ( )
virtual

◆ write()

void write ( Ostream os) const
virtual

Write.

Definition at line 258 of file turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C.

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

Here is the call graph for this function:

Field Documentation

◆ TnbrName_

const word TnbrName_
private

◆ thicknessLayers_

scalarList thicknessLayers_
private

Thickness of layers.

Definition at line 145 of file turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H.

◆ kappaLayers_

scalarList kappaLayers_
private

Conductivity of layers.

Definition at line 148 of file turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.H.

◆ contactRes_

scalar contactRes_
private

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