Public Member Functions | List of all members
fixedIncidentRadiationFvPatchScalarField Class Reference

Boundary condition for thermal coupling for solid regions. Used to emulate a fixed incident radiative heat flux on a wall. More...

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

Public Member Functions

 TypeName ("fixedIncidentRadiation")
 
 fixedIncidentRadiationFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 
 fixedIncidentRadiationFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 
 fixedIncidentRadiationFvPatchScalarField (const fixedIncidentRadiationFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 
 fixedIncidentRadiationFvPatchScalarField (const fixedIncidentRadiationFvPatchScalarField &)
 
virtual tmp< fvPatchScalarFieldclone () const
 
 fixedIncidentRadiationFvPatchScalarField (const fixedIncidentRadiationFvPatchScalarField &, const DimensionedField< scalar, volMesh > &)
 
virtual tmp< fvPatchScalarFieldclone (const DimensionedField< scalar, volMesh > &iF) const
 
virtual void autoMap (const fvPatchFieldMapper &)
 
virtual void rmap (const fvPatchScalarField &, const labelList &)
 
virtual void updateCoeffs ()
 
virtual void write (Ostream &) const
 
- Public Member Functions inherited from temperatureCoupledBase
 temperatureCoupledBase (const fvPatch &patch, const word &calculationMethod, const word &kappaName, const word &alphaAniName, const word &alphaName)
 
 temperatureCoupledBase (const fvPatch &patch, const dictionary &dict)
 
 temperatureCoupledBase (const fvPatch &patch, const temperatureCoupledBase &base)
 
 temperatureCoupledBase (const temperatureCoupledBase &)
 
virtual ~temperatureCoupledBase ()=default
 
word KMethod () const
 
const wordkappaName () const
 
const wordalphaName () const
 
virtual tmp< scalarFieldkappa (const scalarField &Tp) const
 
virtual tmp< scalarFieldalpha (const scalarField &Tp) const
 
void write (Ostream &os) const
 

Additional Inherited Members

- Public Types inherited from temperatureCoupledBase
enum  KMethodType {
  mtFluidThermo, mtSolidThermo, mtDirectionalSolidThermo, mtLookup,
  mtFunction
}
 
- Protected Attributes inherited from temperatureCoupledBase
const fvPatchpatch_
 
const KMethodType method_
 
const word kappaName_
 
const word alphaAniName_
 
const word alphaName_
 
autoPtr< PatchFunction1< scalar > > kappaFunction1_
 
autoPtr< PatchFunction1< scalar > > alphaFunction1_
 
- Static Protected Attributes inherited from temperatureCoupledBase
static const Enum< KMethodTypeKMethodTypeNames_
 

Detailed Description

Boundary condition for thermal coupling for solid regions. Used to emulate a fixed incident radiative heat flux on a wall.

the gradient heat flux is calculated as :

qr = emissivity*(qrIncident - sigma_*T^4)

where:

emissivity is the emissivity of the solid. qrIncident is the specified fixed incident radiation.

Example usage:

wall { type fixedIncidentRadiation; qrIncident uniform 500; kappa solidThermo; KappaName none; }

kappa:

emissivity:

Source files

Definition at line 80 of file fixedIncidentRadiationFvPatchScalarField.H.

Constructor & Destructor Documentation

◆ fixedIncidentRadiationFvPatchScalarField() [1/5]

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

Definition at line 35 of file fixedIncidentRadiationFvPatchScalarField.C.

◆ fixedIncidentRadiationFvPatchScalarField() [2/5]

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

Definition at line 70 of file fixedIncidentRadiationFvPatchScalarField.C.

References dict, fvPatchField::operator=(), and p.

Here is the call graph for this function:

◆ fixedIncidentRadiationFvPatchScalarField() [3/5]

Definition at line 55 of file fixedIncidentRadiationFvPatchScalarField.C.

◆ fixedIncidentRadiationFvPatchScalarField() [4/5]

Definition at line 109 of file fixedIncidentRadiationFvPatchScalarField.C.

◆ fixedIncidentRadiationFvPatchScalarField() [5/5]

Definition at line 96 of file fixedIncidentRadiationFvPatchScalarField.C.

Member Function Documentation

◆ TypeName()

TypeName ( "fixedIncidentRadiation"  )

◆ clone() [1/2]

virtual tmp<fvPatchScalarField> clone ( ) const
inlinevirtual

Definition at line 134 of file fixedIncidentRadiationFvPatchScalarField.H.

◆ clone() [2/2]

virtual tmp<fvPatchScalarField> clone ( const DimensionedField< scalar, volMesh > &  iF) const
inlinevirtual

Definition at line 154 of file fixedIncidentRadiationFvPatchScalarField.H.

◆ autoMap()

void autoMap ( const fvPatchFieldMapper m)
virtual

Implements temperatureCoupledBase.

Definition at line 122 of file fixedIncidentRadiationFvPatchScalarField.C.

References temperatureCoupledBase::autoMap().

Here is the call graph for this function:

◆ rmap()

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

Implements temperatureCoupledBase.

Definition at line 133 of file fixedIncidentRadiationFvPatchScalarField.C.

References temperatureCoupledBase::rmap().

Here is the call graph for this function:

◆ updateCoeffs()

void updateCoeffs ( )
virtual

◆ write()

void write ( Ostream os) const
virtual

Definition at line 194 of file fixedIncidentRadiationFvPatchScalarField.C.

References os(), Foam::vtk::write(), and temperatureCoupledBase::write().

Here is the call graph for this function:

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