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 > &) | |
| Construct from patch and internal field. 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 fvPatchFieldMapper &) | |
| Construct by mapping given a. More... | |
| greyDiffusiveViewFactorFixedValueFvPatchScalarField (const greyDiffusiveViewFactorFixedValueFvPatchScalarField &) | |
| Construct as copy. More... | |
| virtual tmp< fvPatchScalarField > | clone () const |
| Construct and return a clone. More... | |
| greyDiffusiveViewFactorFixedValueFvPatchScalarField (const greyDiffusiveViewFactorFixedValueFvPatchScalarField &, const DimensionedField< scalar, volMesh > &) | |
| Construct as copy 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... | |
| tmp< scalarField > | qro (label bandI=0) const |
| Return external + solar load radiative heat flux. More... | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. More... | |
| virtual void | autoMap (const fvPatchFieldMapper &) |
| Map (and resize as needed) from self given a mapping object. More... | |
| virtual void | rmap (const fvPatchScalarField &, const labelList &) |
| Reverse map the given fvPatchField onto this fvPatchField. More... | |
| virtual void | write (Ostream &) const |
| Write. 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 |
Example of the boundary condition specification:
<patchName>
{
type greyDiffusiveRadiationViewFactor;
qro uniform 0;
}Definition at line 84 of file greyDiffusiveViewFactorFixedValueFvPatchScalarField.H.
| greyDiffusiveViewFactorFixedValueFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Construct from patch and internal field.
Definition at line 33 of file greyDiffusiveViewFactorFixedValueFvPatchScalarField.C.
Referenced by greyDiffusiveViewFactorFixedValueFvPatchScalarField::clone().

| greyDiffusiveViewFactorFixedValueFvPatchScalarField | ( | const fvPatch & | p, |
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const dictionary & | dict | ||
| ) |
Construct from patch, internal field and dictionary.
Definition at line 59 of file greyDiffusiveViewFactorFixedValueFvPatchScalarField.C.
| greyDiffusiveViewFactorFixedValueFvPatchScalarField | ( | const greyDiffusiveViewFactorFixedValueFvPatchScalarField & | ptf, |
| const fvPatch & | p, | ||
| const DimensionedField< scalar, volMesh > & | iF, | ||
| const fvPatchFieldMapper & | mapper | ||
| ) |
Construct by mapping given a.
greyDiffusiveViewFactorFixedValueFvPatchScalarField onto a new patch
Definition at line 45 of file greyDiffusiveViewFactorFixedValueFvPatchScalarField.C.
| greyDiffusiveViewFactorFixedValueFvPatchScalarField | ( | const greyDiffusiveViewFactorFixedValueFvPatchScalarField & | ptf | ) |
Construct as copy.
Definition at line 85 of file greyDiffusiveViewFactorFixedValueFvPatchScalarField.C.
| greyDiffusiveViewFactorFixedValueFvPatchScalarField | ( | const greyDiffusiveViewFactorFixedValueFvPatchScalarField & | ptf, |
| const DimensionedField< scalar, volMesh > & | iF | ||
| ) |
Construct as copy setting internal field reference.
Definition at line 96 of file greyDiffusiveViewFactorFixedValueFvPatchScalarField.C.
| TypeName | ( | "greyDiffusiveRadiationViewFactor" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 149 of file greyDiffusiveViewFactorFixedValueFvPatchScalarField.H.
References greyDiffusiveViewFactorFixedValueFvPatchScalarField::greyDiffusiveViewFactorFixedValueFvPatchScalarField().

|
inlinevirtual |
Construct and return a clone setting internal field reference.
Definition at line 170 of file greyDiffusiveViewFactorFixedValueFvPatchScalarField.H.
References greyDiffusiveViewFactorFixedValueFvPatchScalarField::greyDiffusiveViewFactorFixedValueFvPatchScalarField().

| Foam::tmp< Foam::scalarField > qro | ( | label | bandI = 0 | ) | const |
Return external + solar load radiative heat flux.
Definition at line 160 of file greyDiffusiveViewFactorFixedValueFvPatchScalarField.C.
References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), Foam::name(), Foam::foamVersion::patch, radiation(), and tmp< T >::ref().
Referenced by viewFactor::calculate().


|
virtual |
Update the coefficients associated with the patch field.
Definition at line 135 of file greyDiffusiveViewFactorFixedValueFvPatchScalarField.C.
References Foam::ensightOutput::debug, Foam::endl(), Foam::gAverage(), Foam::gMax(), Foam::gMin(), Foam::gSum(), Foam::Info, and Foam::foamVersion::patch.

|
virtual |
Map (and resize as needed) from self given a mapping object.
Definition at line 110 of file greyDiffusiveViewFactorFixedValueFvPatchScalarField.C.
|
virtual |
Reverse map the given fvPatchField onto this fvPatchField.
Definition at line 120 of file greyDiffusiveViewFactorFixedValueFvPatchScalarField.C.
References greyDiffusiveViewFactorFixedValueFvPatchScalarField::rmap().
Referenced by greyDiffusiveViewFactorFixedValueFvPatchScalarField::rmap().


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

Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.