Public Member Functions | List of all members
greyDiffusiveRadiationMixedFvPatchScalarField Class Reference

This boundary condition provides a grey-diffuse condition for radiation intensity, I, for use with the finite-volume discrete-ordinates model (fvDOM), in which the radiation temperature is retrieved from the temperature field boundary condition. More...

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

Public Member Functions

 TypeName ("greyDiffusiveRadiation")
 Runtime type information. More...
 
 greyDiffusiveRadiationMixedFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 Construct from patch and internal field. More...
 
 greyDiffusiveRadiationMixedFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 greyDiffusiveRadiationMixedFvPatchScalarField (const greyDiffusiveRadiationMixedFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given a. More...
 
 greyDiffusiveRadiationMixedFvPatchScalarField (const greyDiffusiveRadiationMixedFvPatchScalarField &)
 Construct as copy. More...
 
virtual tmp< fvPatchScalarFieldclone () const
 Construct and return a clone. More...
 
 greyDiffusiveRadiationMixedFvPatchScalarField (const greyDiffusiveRadiationMixedFvPatchScalarField &, 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...
 
const wordTName () const
 Return the temperature field name. More...
 
wordTName ()
 Return reference to the temperature field name to allow. 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...
 
- Public Member Functions inherited from radiationCoupledBase
 TypeName ("radiationCoupledBase")
 Runtime type information. More...
 
 radiationCoupledBase (const fvPatch &patch, const word &calculationMethod, const scalarField &emissivity)
 Construct from patch, emissivity mode and emissivity. More...
 
 radiationCoupledBase (const fvPatch &patch, const word &calculationMethod, const scalarField &emissivity, const fvPatchFieldMapper &mapper)
 Construct from patch, emissivity mode and emissivity and mapper. More...
 
 radiationCoupledBase (const fvPatch &patch, const dictionary &dict)
 Construct from patch and dictionary. More...
 
virtual ~radiationCoupledBase ()
 Destructor. More...
 
word emissivityMethod () const
 Method to obtain emissivity. More...
 
scalarField emissivity () const
 Calculate corresponding emissivity field. More...
 
void write (Ostream &) const
 Write. More...
 

Additional Inherited Members

- Public Types inherited from radiationCoupledBase
enum  emissivityMethodType { SOLIDRADIATION, LOOKUP }
 Type of supplied emissivity. More...
 
- Protected Attributes inherited from radiationCoupledBase
const emissivityMethodType method_
 How to get emissivity. More...
 
scalarField emissivity_
 Emissivity. More...
 

Detailed Description

This boundary condition provides a grey-diffuse condition for radiation intensity, I, for use with the finite-volume discrete-ordinates model (fvDOM), in which the radiation temperature is retrieved from the temperature field boundary condition.

Usage
Property Description Required Default value
T temperature field name no T
emissivityMode emissivity mode: solidRadiation or lookup yes

Example of the boundary condition specification:

    <patchName>
    {
        type            greyDiffusiveRadiation;
        T               T;
        emissivityMode  solidRadiation;
        value           uniform 0;
    }
See also
Foam::radiationCoupledBase Foam::radiation::radiationModel Foam::radiation::fvDOM Foam::mixedFvPatchField
Source files

Definition at line 92 of file greyDiffusiveRadiationMixedFvPatchScalarField.H.

Constructor & Destructor Documentation

◆ greyDiffusiveRadiationMixedFvPatchScalarField() [1/5]

Construct from patch and internal field.

Definition at line 41 of file greyDiffusiveRadiationMixedFvPatchScalarField.C.

Referenced by greyDiffusiveRadiationMixedFvPatchScalarField::clone(), and greyDiffusiveRadiationMixedFvPatchScalarField::greyDiffusiveRadiationMixedFvPatchScalarField().

Here is the caller graph for this function:

◆ greyDiffusiveRadiationMixedFvPatchScalarField() [2/5]

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

◆ greyDiffusiveRadiationMixedFvPatchScalarField() [3/5]

Construct by mapping given a.

greyDiffusiveRadiationMixedFvPatchScalarField onto a new patch

Definition at line 58 of file greyDiffusiveRadiationMixedFvPatchScalarField.C.

References greyDiffusiveRadiationMixedFvPatchScalarField::greyDiffusiveRadiationMixedFvPatchScalarField().

Here is the call graph for this function:

◆ greyDiffusiveRadiationMixedFvPatchScalarField() [4/5]

Construct as copy.

Definition at line 112 of file greyDiffusiveRadiationMixedFvPatchScalarField.C.

References greyDiffusiveRadiationMixedFvPatchScalarField::greyDiffusiveRadiationMixedFvPatchScalarField().

Here is the call graph for this function:

◆ greyDiffusiveRadiationMixedFvPatchScalarField() [5/5]

Construct as copy setting internal field reference.

Definition at line 129 of file greyDiffusiveRadiationMixedFvPatchScalarField.C.

References greyDiffusiveRadiationMixedFvPatchScalarField::autoMap().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "greyDiffusiveRadiation"  )

Runtime type information.

◆ clone() [1/2]

virtual tmp<fvPatchScalarField> clone ( ) const
inlinevirtual

Construct and return a clone.

Definition at line 143 of file greyDiffusiveRadiationMixedFvPatchScalarField.H.

References greyDiffusiveRadiationMixedFvPatchScalarField::greyDiffusiveRadiationMixedFvPatchScalarField().

Here is the call graph for this function:

◆ 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 160 of file greyDiffusiveRadiationMixedFvPatchScalarField.H.

References greyDiffusiveRadiationMixedFvPatchScalarField::greyDiffusiveRadiationMixedFvPatchScalarField().

Here is the call graph for this function:

◆ TName() [1/2]

const word& TName ( ) const
inline

◆ TName() [2/2]

word& TName ( )
inline

Return reference to the temperature field name to allow.

adjustment

Definition at line 183 of file greyDiffusiveRadiationMixedFvPatchScalarField.H.

◆ autoMap()

void autoMap ( const fvPatchFieldMapper m)
virtual

Map (and resize as needed) from self given a mapping object.

Reimplemented from radiationCoupledBase.

Definition at line 148 of file greyDiffusiveRadiationMixedFvPatchScalarField.C.

References radiationCoupledBase::autoMap(), and greyDiffusiveRadiationMixedFvPatchScalarField::rmap().

Referenced by greyDiffusiveRadiationMixedFvPatchScalarField::greyDiffusiveRadiationMixedFvPatchScalarField(), and greyDiffusiveRadiationMixedFvPatchScalarField::TName().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ rmap()

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

Reverse map the given fvPatchField onto this fvPatchField.

Reimplemented from radiationCoupledBase.

Definition at line 158 of file greyDiffusiveRadiationMixedFvPatchScalarField.C.

References radiationCoupledBase::rmap(), and greyDiffusiveRadiationMixedFvPatchScalarField::updateCoeffs().

Referenced by greyDiffusiveRadiationMixedFvPatchScalarField::autoMap(), and greyDiffusiveRadiationMixedFvPatchScalarField::TName().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ updateCoeffs()

void updateCoeffs ( )
virtual

◆ write()

void write ( Ostream os) const
virtual

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