turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField Class Reference

Mixed boundary condition for temperature and radiation heat transfer to be used for in multiregion cases with two phase Euler system. More...

Inheritance diagram for turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField:
[legend]
Collaboration diagram for turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField:
[legend]

Public Types

enum  KMethodType { mtSolidThermo , mtLookup , mtPhaseSystem }
 Type of supplied Kappa. More...
 
enum  regionType { solid , fluid }
 Enumeration listing the region. More...
 

Public Member Functions

 TypeName ("compressible::turbulentTemperatureTwoPhaseRadCoupledMixed")
 Runtime type information. More...
 
 turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 Construct from patch and internal field. More...
 
 turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField (const turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given. More...
 
virtual tmp< fvPatchScalarFieldclone () const
 Construct and return a clone. More...
 
 turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField (const turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField &, 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...
 

Detailed Description

Mixed boundary condition for temperature and radiation heat transfer to be used for in multiregion cases with two phase Euler system.

Usage
Property Description Required Default value
Tnbr name of the field no T
qrNbr name of the radiative flux in the nbr region no none
qr name of the radiative flux in this region no none
region region to which this BC belongs yes
otherPhase name of the vapour phase in the fluid region yes
kappaMethod inherited from temperatureCoupledBase inherited
kappa inherited from temperatureCoupledBase inherited

Example of the boundary condition specification on the fluid region:

    <patchName>
    {
        type            compressible::turbulentTemperatureTwoPhaseRadCoupledMixed;
        Tnbr            T;
        qrNbr           none;
        qr              none;
        kappaMethod     phaseSystem;
        region          fluid;
        otherPhase      gas;
        value           uniform 300;
    }

Example of the boundary condition specification on the solid region:

    <patchName>
    {
        type            compressible::turbulentTemperatureTwoPhaseRadCoupledMixed;
        Tnbr            T.liquid;
        qrNbr           none;
        qr              none;
        kappaMethod     solidThermo;
        region          solid;
        otherPhase      gas;
        value           uniform 300;
    }

Needs to be on underlying mapped(Wall)FvPatch.

Source files

Definition at line 137 of file turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField.H.

Member Enumeration Documentation

◆ KMethodType

Type of supplied Kappa.

Enumerator
mtSolidThermo 
mtLookup 
mtPhaseSystem 

Definition at line 146 of file turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField.H.

◆ regionType

enum regionType

Enumeration listing the region.

Enumerator
solid 
fluid 

Definition at line 156 of file turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField.H.

Constructor & Destructor Documentation

◆ turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField() [1/4]

Construct from patch and internal field.

◆ turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField() [2/4]

Construct from patch, internal field and dictionary.

◆ turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField() [3/4]

◆ turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField() [4/4]

Construct as copy setting internal field reference.

Member Function Documentation

◆ TypeName()

TypeName ( "compressible::turbulentTemperatureTwoPhaseRadCoupledMixed"  )

Runtime type information.

◆ clone() [1/2]

virtual tmp< fvPatchScalarField > clone ( ) const
inlinevirtual

Construct and return a clone.

Definition at line 236 of file turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField.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 255 of file turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField.H.

◆ updateCoeffs()

virtual void updateCoeffs ( )
virtual

Update the coefficients associated with the patch field.

◆ write()

virtual void write ( Ostream ) const
virtual

Write.


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