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:
[legend]
Collaboration diagram for greyDiffusiveRadiationMixedFvPatchScalarField:
[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 updateCoeffs ()
 Update the coefficients associated with the patch field. More...
 
virtual void write (Ostream &) const
 Write. 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

Example of the boundary condition specification:

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

Definition at line 89 of file greyDiffusiveRadiationMixedFvPatchScalarField.H.

Constructor & Destructor Documentation

◆ greyDiffusiveRadiationMixedFvPatchScalarField() [1/5]

Construct from patch and internal field.

Definition at line 46 of file greyDiffusiveRadiationMixedFvPatchScalarField.C.

Referenced by greyDiffusiveRadiationMixedFvPatchScalarField::clone().

Here is the caller graph for this function:

◆ greyDiffusiveRadiationMixedFvPatchScalarField() [2/5]

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

Construct from patch, internal field and dictionary.

Definition at line 76 of file greyDiffusiveRadiationMixedFvPatchScalarField.C.

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

Here is the call graph for this function:

◆ greyDiffusiveRadiationMixedFvPatchScalarField() [3/5]

Construct by mapping given a.

greyDiffusiveRadiationMixedFvPatchScalarField onto a new patch

Definition at line 62 of file greyDiffusiveRadiationMixedFvPatchScalarField.C.

◆ greyDiffusiveRadiationMixedFvPatchScalarField() [4/5]

◆ greyDiffusiveRadiationMixedFvPatchScalarField() [5/5]

Construct as copy setting internal field reference.

Definition at line 120 of file greyDiffusiveRadiationMixedFvPatchScalarField.C.

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 138 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 155 of file greyDiffusiveRadiationMixedFvPatchScalarField.H.

References greyDiffusiveRadiationMixedFvPatchScalarField::greyDiffusiveRadiationMixedFvPatchScalarField().

Here is the call graph for this function:

◆ TName() [1/2]

const word& TName ( ) const
inline

Return the temperature field name.

Definition at line 171 of file greyDiffusiveRadiationMixedFvPatchScalarField.H.

◆ TName() [2/2]

word& TName ( )
inline

Return reference to the temperature field name to allow.

adjustment

Definition at line 178 of file greyDiffusiveRadiationMixedFvPatchScalarField.H.

◆ updateCoeffs()

◆ write()

void write ( Ostream os) const
virtual

Write.

Definition at line 305 of file greyDiffusiveRadiationMixedFvPatchScalarField.C.

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

Here is the call graph for this function:

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