MarshakRadiationFixedTemperatureFvPatchScalarField Class Reference

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

Inheritance diagram for MarshakRadiationFixedTemperatureFvPatchScalarField:
Collaboration diagram for MarshakRadiationFixedTemperatureFvPatchScalarField:

Public Member Functions

 TypeName ("MarshakRadiationFixedTemperature")
 Runtime type information. More...
 
 MarshakRadiationFixedTemperatureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 Construct from patch and internal field. More...
 
 MarshakRadiationFixedTemperatureFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 MarshakRadiationFixedTemperatureFvPatchScalarField (const MarshakRadiationFixedTemperatureFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given MarshakRadiationFvPatchField onto a new. More...
 
 MarshakRadiationFixedTemperatureFvPatchScalarField (const MarshakRadiationFixedTemperatureFvPatchScalarField &)
 Copy constructor. More...
 
virtual tmp< fvPatchScalarFieldclone () const
 Construct and return a clone. More...
 
 MarshakRadiationFixedTemperatureFvPatchScalarField (const MarshakRadiationFixedTemperatureFvPatchScalarField &, 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 scalarFieldTrad () const
 Return the radiation temperature. More...
 
scalarFieldTrad ()
 Return reference to the radiation temperature 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

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

The radiation temperature field across the patch is supplied by the user using the Trad entry.

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

Example of the boundary condition specification:

    <patchName>
    {
        type            MarshakRadiationFixedTemperature;
        Trad            uniform 1000;       // radiation temperature field
        value           uniform 0;          // place holder
    }
See also
Foam::radiationCoupledBase Foam::mixedFvPatchField
Source files

Definition at line 83 of file MarshakRadiationFixedTemperatureFvPatchScalarField.H.

Constructor & Destructor Documentation

◆ MarshakRadiationFixedTemperatureFvPatchScalarField() [1/5]

◆ MarshakRadiationFixedTemperatureFvPatchScalarField() [2/5]

◆ MarshakRadiationFixedTemperatureFvPatchScalarField() [3/5]

Construct by mapping given MarshakRadiationFvPatchField onto a new.

patch

Definition at line 54 of file MarshakRadiationFixedTemperatureFvPatchScalarField.C.

References MarshakRadiationFixedTemperatureFvPatchScalarField::MarshakRadiationFixedTemperatureFvPatchScalarField().

Here is the call graph for this function:

◆ MarshakRadiationFixedTemperatureFvPatchScalarField() [4/5]

◆ MarshakRadiationFixedTemperatureFvPatchScalarField() [5/5]

Copy constructor setting internal field reference.

Definition at line 116 of file MarshakRadiationFixedTemperatureFvPatchScalarField.C.

References MarshakRadiationFixedTemperatureFvPatchScalarField::autoMap().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "MarshakRadiationFixedTemperature"  )

Runtime type information.

◆ clone() [1/2]

virtual tmp<fvPatchScalarField> clone ( ) const
inlinevirtual

Construct and return a clone.

Definition at line 135 of file MarshakRadiationFixedTemperatureFvPatchScalarField.H.

References MarshakRadiationFixedTemperatureFvPatchScalarField::MarshakRadiationFixedTemperatureFvPatchScalarField().

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 152 of file MarshakRadiationFixedTemperatureFvPatchScalarField.H.

References MarshakRadiationFixedTemperatureFvPatchScalarField::MarshakRadiationFixedTemperatureFvPatchScalarField().

Here is the call graph for this function:

◆ Trad() [1/2]

◆ Trad() [2/2]

scalarField& Trad ( )
inline

Return reference to the radiation temperature to allow.

adjustment

Definition at line 179 of file MarshakRadiationFixedTemperatureFvPatchScalarField.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 135 of file MarshakRadiationFixedTemperatureFvPatchScalarField.C.

References MarshakRadiationFixedTemperatureFvPatchScalarField::rmap().

Referenced by MarshakRadiationFixedTemperatureFvPatchScalarField::MarshakRadiationFixedTemperatureFvPatchScalarField(), and MarshakRadiationFixedTemperatureFvPatchScalarField::Trad().

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 146 of file MarshakRadiationFixedTemperatureFvPatchScalarField.C.

References MarshakRadiationFixedTemperatureFvPatchScalarField::rmap().

Referenced by MarshakRadiationFixedTemperatureFvPatchScalarField::autoMap(), MarshakRadiationFixedTemperatureFvPatchScalarField::rmap(), and MarshakRadiationFixedTemperatureFvPatchScalarField::Trad().

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

◆ updateCoeffs()

void updateCoeffs ( )
virtual

Update the coefficients associated with the patch field.

Definition at line 160 of file MarshakRadiationFixedTemperatureFvPatchScalarField.C.

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

Referenced by MarshakRadiationFixedTemperatureFvPatchScalarField::Trad().

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

◆ write()

void write ( Ostream os) const
virtual

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