This boundary condition provides a specular radiation condition for axisymmetric and symmetry-plane fvDOM computations.
More...
#include <specularRadiationMixedFvPatchScalarField.H>


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. | |
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
<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 279 of file specularRadiationMixedFvPatchScalarField.C.
References p, and Foam::Zero.
Referenced by specularRadiationMixedFvPatchScalarField(), specularRadiationMixedFvPatchScalarField(), specularRadiationMixedFvPatchScalarField(), and TypeName().

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

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

| specularRadiationMixedFvPatchScalarField | ( | const specularRadiationMixedFvPatchScalarField & | ptf | ) |
Construct as copy.
Definition at line 374 of file specularRadiationMixedFvPatchScalarField.C.
References specularRadiationMixedFvPatchScalarField().

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

| TypeName | ( | "specularRadiation" | ) |
Runtime type information.
References specularRadiationMixedFvPatchScalarField().

|
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 231 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(), name, and fvDOM::setRayIdLambdaId().

|
virtual |
Write.
Definition at line 441 of file specularRadiationMixedFvPatchScalarField.C.
References os().
