MarshakRadiationFvPatchScalarField Class Reference

A 'mixed' boundary condition that implements a Marshak condition for the incident radiation field (usually written as G) More...

Inheritance diagram for MarshakRadiationFvPatchScalarField:
Collaboration diagram for MarshakRadiationFvPatchScalarField:

Public Member Functions

 TypeName ("MarshakRadiation")
 Runtime type information. More...
 
 MarshakRadiationFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 Construct from patch and internal field. More...
 
 MarshakRadiationFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 MarshakRadiationFvPatchScalarField (const MarshakRadiationFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given MarshakRadiationFvPatchField onto a new. More...
 
 MarshakRadiationFvPatchScalarField (const MarshakRadiationFvPatchScalarField &)=delete
 Disallow copy without setting internal field reference. More...
 
 MarshakRadiationFvPatchScalarField (const MarshakRadiationFvPatchScalarField &, const DimensionedField< scalar, volMesh > &)
 Copy constructor 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 reset (const fvPatchScalarField &)
 Reset the fvPatchField to the given 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

A 'mixed' boundary condition that implements a Marshak condition for the incident radiation field (usually written as G)

The radiation temperature is retrieved from the mesh database, using a user specified temperature field name.

Usage
Property Description Required Default value
T temperature field name no T

Example of the boundary condition specification:

    <patchName>
    {
        type            MarshakRadiation;
        T               T;
        value           uniform 0;
    }
See also
Foam::radiationCoupledBase Foam::mixedFvPatchField
Source files

Definition at line 83 of file MarshakRadiationFvPatchScalarField.H.

Constructor & Destructor Documentation

◆ MarshakRadiationFvPatchScalarField() [1/5]

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

Construct from patch and internal field.

Definition at line 36 of file MarshakRadiationFvPatchScalarField.C.

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

Here is the caller graph for this function:

◆ MarshakRadiationFvPatchScalarField() [2/5]

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

Construct from patch, internal field and dictionary.

Definition at line 52 of file MarshakRadiationFvPatchScalarField.C.

References dictionary::found(), MarshakRadiationFvPatchScalarField::MarshakRadiationFvPatchScalarField(), scalarField(), and fvPatch::size().

Here is the call graph for this function:

◆ MarshakRadiationFvPatchScalarField() [3/5]

MarshakRadiationFvPatchScalarField ( const MarshakRadiationFvPatchScalarField ptf,
const fvPatch p,
const DimensionedField< scalar, volMesh > &  iF,
const fvPatchFieldMapper mapper 
)

Construct by mapping given MarshakRadiationFvPatchField onto a new.

patch

Definition at line 81 of file MarshakRadiationFvPatchScalarField.C.

References MarshakRadiationFvPatchScalarField::MarshakRadiationFvPatchScalarField().

Here is the call graph for this function:

◆ MarshakRadiationFvPatchScalarField() [4/5]

Disallow copy without setting internal field reference.

◆ MarshakRadiationFvPatchScalarField() [5/5]

Copy constructor setting internal field reference.

Definition at line 101 of file MarshakRadiationFvPatchScalarField.C.

References MarshakRadiationFvPatchScalarField::autoMap().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "MarshakRadiation"  )

Runtime type information.

◆ clone()

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

Construct and return a clone setting internal field reference.

Definition at line 143 of file MarshakRadiationFvPatchScalarField.H.

References MarshakRadiationFvPatchScalarField::MarshakRadiationFvPatchScalarField().

Here is the call graph for this function:

◆ TName() [1/2]

◆ TName() [2/2]

word& TName ( )
inline

Return reference to the temperature field name to allow.

adjustment

Definition at line 166 of file MarshakRadiationFvPatchScalarField.H.

◆ autoMap()

void autoMap ( const fvPatchFieldMapper m)
virtual

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

Used to update fields following mesh topology change

Reimplemented from radiationCoupledBase.

Definition at line 120 of file MarshakRadiationFvPatchScalarField.C.

References MarshakRadiationFvPatchScalarField::rmap().

Referenced by MarshakRadiationFvPatchScalarField::MarshakRadiationFvPatchScalarField(), and MarshakRadiationFvPatchScalarField::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.

Used to reconstruct fields

Reimplemented from radiationCoupledBase.

Definition at line 130 of file MarshakRadiationFvPatchScalarField.C.

References MarshakRadiationFvPatchScalarField::reset().

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

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

◆ reset()

void reset ( const fvPatchScalarField ptf)
virtual

Reset the fvPatchField to the given fvPatchField.

Used for mesh to mesh mapping

Reimplemented from radiationCoupledBase.

Definition at line 141 of file MarshakRadiationFvPatchScalarField.C.

Referenced by MarshakRadiationFvPatchScalarField::rmap(), and MarshakRadiationFvPatchScalarField::TName().

Here is the caller graph for this function:

◆ updateCoeffs()

void updateCoeffs ( )
virtual

Update the coefficients associated with the patch field.

Definition at line 150 of file MarshakRadiationFvPatchScalarField.C.

References radiationCoupledBase::emissivity(), UPstream::msgType(), Foam::pow4(), Foam::constant::physicoChemical::sigma, dimensioned< Type >::value(), and MarshakRadiationFvPatchScalarField::write().

Referenced by MarshakRadiationFvPatchScalarField::TName().

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

◆ write()

void write ( Ostream os) const
virtual

Write.

Definition at line 188 of file MarshakRadiationFvPatchScalarField.C.

References Foam::makePatchTypeField(), Foam::vtkWriteOps::write(), and radiationCoupledBase::write().

Referenced by MarshakRadiationFvPatchScalarField::TName(), and MarshakRadiationFvPatchScalarField::updateCoeffs().

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

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