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")
 
 greyDiffusiveRadiationMixedFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 
 greyDiffusiveRadiationMixedFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 
 greyDiffusiveRadiationMixedFvPatchScalarField (const greyDiffusiveRadiationMixedFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 
 greyDiffusiveRadiationMixedFvPatchScalarField (const greyDiffusiveRadiationMixedFvPatchScalarField &)
 
virtual tmp< fvPatchScalarFieldclone () const
 
 greyDiffusiveRadiationMixedFvPatchScalarField (const greyDiffusiveRadiationMixedFvPatchScalarField &, const DimensionedField< scalar, volMesh > &)
 
virtual tmp< fvPatchScalarFieldclone (const DimensionedField< scalar, volMesh > &iF) const
 
const wordTName () const
 
wordTName ()
 
virtual void updateCoeffs ()
 
virtual void write (Ostream &) const
 

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

Constructor & Destructor Documentation

◆ greyDiffusiveRadiationMixedFvPatchScalarField() [1/5]

Definition at line 39 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 
)

Definition at line 69 of file greyDiffusiveRadiationMixedFvPatchScalarField.C.

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

Here is the call graph for this function:

◆ greyDiffusiveRadiationMixedFvPatchScalarField() [3/5]

◆ greyDiffusiveRadiationMixedFvPatchScalarField() [4/5]

◆ greyDiffusiveRadiationMixedFvPatchScalarField() [5/5]

Member Function Documentation

◆ TypeName()

TypeName ( "greyDiffusiveRadiation"  )

◆ clone() [1/2]

virtual tmp<fvPatchScalarField> clone ( ) const
inlinevirtual

◆ clone() [2/2]

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

◆ TName() [1/2]

const word& TName ( ) const
inline

◆ TName() [2/2]

word& TName ( )
inline

◆ updateCoeffs()

void updateCoeffs ( )
virtual

◆ write()

void write ( Ostream os) const
virtual

Definition at line 298 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: