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


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... | |
| specularRadiationMixedFvPatchScalarField (const specularRadiationMixedFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
| Construct as copy setting internal field reference. More... | |
| virtual tmp< fvPatchField< scalar > > | clone () const |
| Return a clone. More... | |
| virtual tmp< fvPatchField< scalar > > | clone (const DimensionedField< scalar, volMesh > &iF) const |
| Clone with an internal field reference. More... | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. More... | |
| virtual void | write (Ostream &) const |
| Write. More... | |
This boundary condition provides a specular radiation condition for axisymmetric and symmetry-plane fvDOM computations.
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
<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:
wedge and symmetryPlane conditions.Definition at line 108 of file specularRadiationMixedFvPatchScalarField.H.
| 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.
| 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.

| 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 300 of file specularRadiationMixedFvPatchScalarField.C.
Construct as copy.
Definition at line 376 of file specularRadiationMixedFvPatchScalarField.C.
| specularRadiationMixedFvPatchScalarField | ( | const specularRadiationMixedFvPatchScalarField & | ptf, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Construct as copy setting internal field reference.
Definition at line 361 of file specularRadiationMixedFvPatchScalarField.C.
| TypeName | ( | "specularRadiation" | ) |
Runtime type information.
|
inlinevirtual |
Return a clone.
Definition at line 223 of file specularRadiationMixedFvPatchScalarField.H.
References fvPatchField< Type >::Clone().

|
inlinevirtual |
Clone with an internal field reference.
Definition at line 232 of file specularRadiationMixedFvPatchScalarField.H.
References fvPatchField< Type >::Clone().

|
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().

|
virtual |
Write.
Definition at line 441 of file specularRadiationMixedFvPatchScalarField.C.
References os(), and Foam::vtk::write().
