Public Member Functions | List of all members
specularRadiationMixedFvPatchScalarField Class Reference

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

Inheritance diagram for specularRadiationMixedFvPatchScalarField:
Inheritance graph
[legend]
Collaboration diagram for specularRadiationMixedFvPatchScalarField:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("specularRadiation")
 Runtime type information. More...
 
 specularRadiationMixedFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &)
 Construct from patch and internal field. More...
 
 specularRadiationMixedFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 specularRadiationMixedFvPatchScalarField (const specularRadiationMixedFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given specularRadiationMixedFvPatchScalarField onto a new patch. More...
 
 specularRadiationMixedFvPatchScalarField (const specularRadiationMixedFvPatchScalarField &)
 Construct as copy. More...
 
virtual tmp< fvPatchField< scalar > > clone () const
 Construct and return a clone. More...
 
 specularRadiationMixedFvPatchScalarField (const specularRadiationMixedFvPatchScalarField &, const DimensionedField< scalar, volMesh > &)
 Construct as copy setting internal field reference. More...
 
virtual tmp< fvPatchField< scalar > > clone (const DimensionedField< scalar, volMesh > &iF) const
 Construct and return a clone setting internal field reference. 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 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 281 of file specularRadiationMixedFvPatchScalarField.C.

References Foam::Zero.

Referenced by specularRadiationMixedFvPatchScalarField::clone().

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 317 of file specularRadiationMixedFvPatchScalarField.C.

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

Here is the call graph for this function:

◆ specularRadiationMixedFvPatchScalarField() [3/5]

Construct by mapping given specularRadiationMixedFvPatchScalarField onto a new patch.

Definition at line 300 of file specularRadiationMixedFvPatchScalarField.C.

◆ specularRadiationMixedFvPatchScalarField() [4/5]

Construct as copy.

Definition at line 376 of file specularRadiationMixedFvPatchScalarField.C.

◆ specularRadiationMixedFvPatchScalarField() [5/5]

Construct as copy setting internal field reference.

Definition at line 361 of file specularRadiationMixedFvPatchScalarField.C.

Member Function Documentation

◆ TypeName()

TypeName ( "specularRadiation"  )

Runtime type information.

◆ clone() [1/2]

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

Construct and return a clone.

Definition at line 214 of file specularRadiationMixedFvPatchScalarField.H.

References specularRadiationMixedFvPatchScalarField::specularRadiationMixedFvPatchScalarField().

Here is the call graph for this function:

◆ clone() [2/2]

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

Construct and return a clone setting internal field reference.

Definition at line 235 of file specularRadiationMixedFvPatchScalarField.H.

References specularRadiationMixedFvPatchScalarField::specularRadiationMixedFvPatchScalarField().

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(), Foam::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(), and Foam::vtk::write().

Here is the call graph for this function:

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