This boundary condition provides a grey-diffuse condition for radiative heat flux, qr
, for use with the view factor model.
More...
Public Member Functions | |
TypeName ("greyDiffusiveRadiationViewFactor") | |
Runtime type information. More... | |
greyDiffusiveViewFactorFixedValueFvPatchScalarField (const fvPatch &, const DimensionedField< scalar, volMesh > &, const dictionary &) | |
Construct from patch, internal field and dictionary. More... | |
greyDiffusiveViewFactorFixedValueFvPatchScalarField (const greyDiffusiveViewFactorFixedValueFvPatchScalarField &, const fvPatch &, const DimensionedField< scalar, volMesh > &, const fieldMapper &) | |
Construct by mapping given a. More... | |
greyDiffusiveViewFactorFixedValueFvPatchScalarField (const greyDiffusiveViewFactorFixedValueFvPatchScalarField &)=delete | |
Disallow copy without setting internal field reference. More... | |
greyDiffusiveViewFactorFixedValueFvPatchScalarField (const greyDiffusiveViewFactorFixedValueFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
Copy constructor setting internal field reference. More... | |
virtual tmp< fvPatchScalarField > | clone (const DimensionedField< scalar, volMesh > &iF) const |
Construct and return a clone setting internal field reference. More... | |
const scalarList & | qro () |
Return external radiative heat flux. More... | |
virtual void | map (const fvPatchScalarField &, const fieldMapper &) |
Map the given fvPatchField onto this fvPatchField. More... | |
virtual void | reset (const fvPatchScalarField &) |
Reset the fvPatchField to the given fvPatchField. More... | |
virtual void | updateCoeffs () |
Update the coefficients associated with the patch field. More... | |
virtual void | write (Ostream &) const |
Write. More... | |
Public Member Functions inherited from radiationCoupledBase | |
TypeName ("radiationCoupledBase") | |
Runtime type information. More... | |
radiationCoupledBase (const fvPatch &patch, const word &calculationMethod, const scalarField &emissivity) | |
Construct from patch, emissivity mode and emissivity. More... | |
radiationCoupledBase (const fvPatch &patch, const word &calculationMethod, const scalarField &emissivity, const fieldMapper &mapper) | |
Construct from patch, emissivity mode and emissivity and mapper. More... | |
radiationCoupledBase (const fvPatch &patch, const dictionary &dict) | |
Construct from patch and dictionary. More... | |
virtual | ~radiationCoupledBase () |
Destructor. More... | |
word | emissivityMethod () const |
Method to obtain emissivity. More... | |
tmp< scalarField > | emissivity () const |
Calculate corresponding emissivity field. More... | |
void | write (Ostream &) const |
Write. More... | |
Additional Inherited Members | |
Public Types inherited from radiationCoupledBase | |
enum | emissivityMethodType { SOLIDRADIATION , LOOKUP } |
Emissivity methods. More... | |
Static Public Attributes inherited from radiationCoupledBase | |
static const NamedEnum< emissivityMethodType, 2 > | emissivityMethodTypeNames_ |
Names of emissivity methods. More... | |
Protected Attributes inherited from radiationCoupledBase | |
const emissivityMethodType | method_ |
How to get emissivity. More... | |
scalarField | emissivity_ |
Emissivity. Cached locally when looked up. More... | |
This boundary condition provides a grey-diffuse condition for radiative heat flux, qr
, for use with the view factor model.
Property | Description | Required | Default value |
---|---|---|---|
qro | external radiative heat flux | yes | |
emissivityMode | emissivity mode: solidRadiation or lookup | yes |
Example of the boundary condition specification:
<patchName> { type greyDiffusiveRadiationViewFactor; qro uniform 0; emissivityMode solidRadiation; value uniform 0; }
Definition at line 89 of file greyDiffusiveViewFactorFixedValueFvPatchScalarField.H.
greyDiffusiveViewFactorFixedValueFvPatchScalarField | ( | const fvPatch & | p, |
const DimensionedField< scalar, volMesh > & | iF, | ||
const dictionary & | dict | ||
) |
Construct from patch, internal field and dictionary.
Definition at line 33 of file greyDiffusiveViewFactorFixedValueFvPatchScalarField.C.
References dict, DimensionedField< Type, GeoMesh >::dimensions(), fvPatchField< Type >::operator, fvPatchField< Type >::operator=(), and p.
greyDiffusiveViewFactorFixedValueFvPatchScalarField | ( | const greyDiffusiveViewFactorFixedValueFvPatchScalarField & | ptf, |
const fvPatch & | p, | ||
const DimensionedField< scalar, volMesh > & | iF, | ||
const fieldMapper & | mapper | ||
) |
Construct by mapping given a.
greyDiffusiveViewFactorFixedValueFvPatchScalarField onto a new patch
Definition at line 59 of file greyDiffusiveViewFactorFixedValueFvPatchScalarField.C.
|
delete |
Disallow copy without setting internal field reference.
greyDiffusiveViewFactorFixedValueFvPatchScalarField | ( | const greyDiffusiveViewFactorFixedValueFvPatchScalarField & | ptf, |
const DimensionedField< scalar, volMesh > & | iF | ||
) |
Copy constructor setting internal field reference.
Definition at line 80 of file greyDiffusiveViewFactorFixedValueFvPatchScalarField.C.
TypeName | ( | "greyDiffusiveRadiationViewFactor" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 140 of file greyDiffusiveViewFactorFixedValueFvPatchScalarField.H.
|
inline |
Return external radiative heat flux.
Definition at line 161 of file greyDiffusiveViewFactorFixedValueFvPatchScalarField.H.
Referenced by viewFactor::calculate().
|
virtual |
Map the given fvPatchField onto this fvPatchField.
Reimplemented from radiationCoupledBase.
Definition at line 100 of file greyDiffusiveViewFactorFixedValueFvPatchScalarField.C.
References radiationCoupledBase::map().
|
virtual |
Reset the fvPatchField to the given fvPatchField.
Used for mesh to mesh mapping
Reimplemented from radiationCoupledBase.
Definition at line 115 of file greyDiffusiveViewFactorFixedValueFvPatchScalarField.C.
References radiationCoupledBase::reset().
|
virtual |
Update the coefficients associated with the patch field.
Definition at line 129 of file greyDiffusiveViewFactorFixedValueFvPatchScalarField.C.
References Foam::endl(), Foam::gAverage(), Foam::gMax(), Foam::gMin(), Foam::gSum(), and Foam::Info.
|
virtual |
Write.
Definition at line 155 of file greyDiffusiveViewFactorFixedValueFvPatchScalarField.C.
References radiationCoupledBase::write(), Foam::vtkWriteOps::write(), and Foam::writeEntry().