This boundary condition provides a grey-diffuse condition for radiation intensity, I, for use with the finite-volume discrete-ordinates model (fvDOM), in which the radiation temperature is retrieved from the temperature field boundary condition.
More...
#include <greyDiffusiveRadiationMixedFvPatchScalarField.H>


Public Member Functions | |
| TypeName ("greyDiffusiveRadiation") | |
| Runtime type information. | |
| greyDiffusiveRadiationMixedFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &) | |
| Construct from patch and internal field. | |
| greyDiffusiveRadiationMixedFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. | |
| greyDiffusiveRadiationMixedFvPatchScalarField (const greyDiffusiveRadiationMixedFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping given a greyDiffusiveRadiationMixedFvPatchScalarField onto a new patch. | |
| greyDiffusiveRadiationMixedFvPatchScalarField (const greyDiffusiveRadiationMixedFvPatchScalarField &) | |
| Construct as copy. | |
| greyDiffusiveRadiationMixedFvPatchScalarField (const greyDiffusiveRadiationMixedFvPatchScalarField &, 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. | |
| const word & | TName () const noexcept |
| Return the temperature field name. | |
| word & | TName () noexcept |
| Return reference to the temperature field name to allow adjustment. | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. | |
| virtual void | write (Ostream &) const |
| Write. | |
This boundary condition provides a grey-diffuse condition for radiation intensity, I, for use with the finite-volume discrete-ordinates model (fvDOM), in which the radiation temperature is retrieved from the temperature field boundary condition.
An external radiative heat flux can be added using qRadExt. If qRadExtDir is specified, this ray closest to this direction is used. Otherwise, the face normal is used as direction to set qRadExt.
<patchName>
{
// Mandatory entries
type greyDiffusiveRadiation;
// Optional entries
T T;
qRadExt <scalar>;
qRadExtDir <vector>;
// Inherited entries
...
}
where the entries mean:
| Property | Description | Type | Reqd | Deflt |
|---|---|---|---|---|
type | Type name: greyDiffusiveRadiation | word | yes | - |
T | Name of temperature field | word | no | T |
qRadExt | Radiative external flux | scalar | no | Zero |
qRadExtDir | Radiative external flux direction | vector | no | Zero |
The inherited entries are elaborated in:
Definition at line 124 of file greyDiffusiveRadiationMixedFvPatchScalarField.H.
| greyDiffusiveRadiationMixedFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF ) |
Construct from patch and internal field.
Definition at line 37 of file greyDiffusiveRadiationMixedFvPatchScalarField.C.
References p, and Foam::Zero.
Referenced by greyDiffusiveRadiationMixedFvPatchScalarField(), greyDiffusiveRadiationMixedFvPatchScalarField(), greyDiffusiveRadiationMixedFvPatchScalarField(), and TypeName().

| greyDiffusiveRadiationMixedFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const dictionary & | dict ) |
Construct from patch, internal field and dictionary.
Definition at line 71 of file greyDiffusiveRadiationMixedFvPatchScalarField.C.
References dict, IOobjectOption::MUST_READ, fvPatchField< scalar >::operator=(), p, and Foam::Zero.

| greyDiffusiveRadiationMixedFvPatchScalarField | ( | const greyDiffusiveRadiationMixedFvPatchScalarField & | ptf, |
| const fvPatch & | p, | ||
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const fvPatchFieldMapper & | mapper ) |
Construct by mapping given a greyDiffusiveRadiationMixedFvPatchScalarField onto a new patch.
Definition at line 55 of file greyDiffusiveRadiationMixedFvPatchScalarField.C.
References greyDiffusiveRadiationMixedFvPatchScalarField(), and p.

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

| greyDiffusiveRadiationMixedFvPatchScalarField | ( | const greyDiffusiveRadiationMixedFvPatchScalarField & | ptf, |
| const DimensionedField< scalar, volMesh > & | iF ) |
Construct as copy setting internal field reference.
Definition at line 113 of file greyDiffusiveRadiationMixedFvPatchScalarField.C.
References greyDiffusiveRadiationMixedFvPatchScalarField().

| TypeName | ( | "greyDiffusiveRadiation" | ) |
Runtime type information.
References greyDiffusiveRadiationMixedFvPatchScalarField().

|
inlinevirtual |
Return a clone.
Definition at line 207 of file greyDiffusiveRadiationMixedFvPatchScalarField.H.
References fvPatchField< Type >::Clone().

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

|
inlinenoexcept |
Return the temperature field name.
Definition at line 231 of file greyDiffusiveRadiationMixedFvPatchScalarField.H.
References Foam::noexcept.
|
inlinenoexcept |
Return reference to the temperature field name to allow adjustment.
Definition at line 240 of file greyDiffusiveRadiationMixedFvPatchScalarField.H.
References Foam::noexcept.
|
virtual |
Update the coefficients associated with the patch field.
Definition at line 129 of file greyDiffusiveRadiationMixedFvPatchScalarField.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryFieldRef(), radiativeIntensityRay::dAve(), boundaryRadiationProperties::emissivity(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, forAll, UPstream::incrMsgType(), Foam::mag(), mesh, UPstream::msgType(), n, name, MeshObject< fvMesh, GeometricMeshObject, boundaryRadiationProperties >::New(), Foam::nl, Foam::constant::mathematical::pi(), Foam::pow4(), radiativeIntensityRay::qem(), radiativeIntensityRay::qin(), radiativeIntensityRay::qr(), fvDOM::setRayIdLambdaId(), Foam::constant::physicoChemical::sigma, boundaryRadiationProperties::transmissivity(), and Foam::Zero.

|
virtual |
Write.
Definition at line 359 of file greyDiffusiveRadiationMixedFvPatchScalarField.C.
References os(), mixedFvPatchField< Type >::write(), and Foam::Zero.
