Loading...
Searching...
No Matches
specularRadiationMixedFvPatchScalarField Class Reference

This boundary condition provides a specular radiation condition for axisymmetric and symmetry-plane fvDOM computations. More...

#include <specularRadiationMixedFvPatchScalarField.H>

Inheritance diagram for specularRadiationMixedFvPatchScalarField:
Collaboration diagram for specularRadiationMixedFvPatchScalarField:

Public Member Functions

 TypeName ("specularRadiation")
 Runtime type information.
 specularRadiationMixedFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 Construct from patch and internal field.
 specularRadiationMixedFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 specularRadiationMixedFvPatchScalarField (const specularRadiationMixedFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given specularRadiationMixedFvPatchScalarField onto a new patch.
 specularRadiationMixedFvPatchScalarField (const specularRadiationMixedFvPatchScalarField &)
 Construct as copy.
 specularRadiationMixedFvPatchScalarField (const specularRadiationMixedFvPatchScalarField &, const DimensionedField< scalar, volMesh > &)
 Construct as copy setting internal field reference.
virtual tmp< fvPatchField< scalar > > clone () const
 Return a clone.
virtual tmp< fvPatchField< scalar > > clone (const DimensionedField< scalar, volMesh > &iF) const
 Clone with an internal field reference.
virtual void updateCoeffs ()
 Update the coefficients associated with the patch field.
virtual void write (Ostream &) const
 Write.

Detailed Description

This boundary condition provides a specular radiation condition for axisymmetric and symmetry-plane fvDOM computations.

References:

    Standard model (tag:KE):
        Kumar, P., & Eswaran, V. (2013).
        A methodology to solve 2D and axisymmetric radiative
        transfer problems using a general 3D solver.
        Journal of heat transfer, 135(12).
        DOI:10.1115/1.4024674
Usage
Example of the boundary condition specification:
<patchName>
{
    // Mandatory entries
    type                specularRadiation;

    // Optional entries
    interpolate         <bool>;

    // Inherited entries
    patchType           <word>;
    ...
}

where the entries mean:

Property Description Type Reqd Deflt
type Type name: turbulentDigitalFilterInlet word yes -
interpolate Flag to enable ray-intensity interp bool no false

The inherited entries are elaborated in:

Note
  • The condition is limited to the underlying wedge and symmetryPlane conditions.
Source files

Definition at line 108 of file specularRadiationMixedFvPatchScalarField.H.

Constructor & Destructor Documentation

◆ specularRadiationMixedFvPatchScalarField() [1/5]

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

Construct from patch and internal field.

Definition at line 279 of file specularRadiationMixedFvPatchScalarField.C.

References p, and Foam::Zero.

Referenced by specularRadiationMixedFvPatchScalarField(), specularRadiationMixedFvPatchScalarField(), specularRadiationMixedFvPatchScalarField(), and TypeName().

Here is the caller graph for this function:

◆ specularRadiationMixedFvPatchScalarField() [2/5]

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

Construct from patch, internal field and dictionary.

Definition at line 315 of file specularRadiationMixedFvPatchScalarField.C.

References dict, Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::isA(), Foam::nl, fvPatchField< scalar >::operator=(), p, Foam::refCast(), and Foam::Zero.

Here is the call graph for this function:

◆ specularRadiationMixedFvPatchScalarField() [3/5]

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

Construct by mapping given specularRadiationMixedFvPatchScalarField onto a new patch.

Definition at line 298 of file specularRadiationMixedFvPatchScalarField.C.

References p, and specularRadiationMixedFvPatchScalarField().

Here is the call graph for this function:

◆ specularRadiationMixedFvPatchScalarField() [4/5]

specularRadiationMixedFvPatchScalarField ( const specularRadiationMixedFvPatchScalarField & ptf)

Construct as copy.

Definition at line 374 of file specularRadiationMixedFvPatchScalarField.C.

References specularRadiationMixedFvPatchScalarField().

Here is the call graph for this function:

◆ specularRadiationMixedFvPatchScalarField() [5/5]

specularRadiationMixedFvPatchScalarField ( const specularRadiationMixedFvPatchScalarField & ptf,
const DimensionedField< scalar, volMesh > & iF )

Construct as copy setting internal field reference.

Definition at line 359 of file specularRadiationMixedFvPatchScalarField.C.

References specularRadiationMixedFvPatchScalarField().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "specularRadiation" )

Runtime type information.

References specularRadiationMixedFvPatchScalarField().

Here is the call graph for this function:

◆ clone() [1/2]

virtual tmp< fvPatchField< scalar > > clone ( ) const
inlinevirtual

Return a clone.

Definition at line 223 of file specularRadiationMixedFvPatchScalarField.H.

References fvPatchField< Type >::Clone().

Here is the call graph for this function:

◆ clone() [2/2]

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

Clone with an internal field reference.

Definition at line 231 of file specularRadiationMixedFvPatchScalarField.H.

References fvPatchField< Type >::Clone().

Here is the call graph for this function:

◆ updateCoeffs()

void updateCoeffs ( )
virtual

Update the coefficients associated with the patch field.

Definition at line 390 of file specularRadiationMixedFvPatchScalarField.C.

References GeometricField< Type, PatchField, GeoMesh >::internalField(), fvDOM::IRayLambda(), name, and fvDOM::setRayIdLambdaId().

Here is the call graph for this function:

◆ write()

void write ( Ostream & os) const
virtual

Write.

Definition at line 441 of file specularRadiationMixedFvPatchScalarField.C.

References os().

Here is the call graph for this function:

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