Radiation intensity for a ray in a given direction. More...

Public Member Functions | |
| radiativeIntensityRay (const fvDOM &dom, const fvMesh &mesh, const scalar phi, const scalar theta, const scalar deltaPhi, const scalar deltaTheta, const label lambda, const absorptionEmissionModel &absEmmModel_, const blackBodyEmission &blackBody, const label rayId) | |
| Construct form components. More... | |
| ~radiativeIntensityRay () | |
| Destructor. More... | |
| scalar | correct () |
| Update radiative intensity on i direction. More... | |
| void | init (const scalar phi, const scalar theta, const scalar deltaPhi, const scalar deltaTheta, const scalar lambda) |
| Initialise the ray in i direction. More... | |
| void | addIntensity () |
| Add radiative intensities from all the bands. More... | |
| const volScalarField & | I () const |
| Return intensity. More... | |
| const volScalarField & | qr () const |
| Return const access to the boundary heat flux. More... | |
| volScalarField & | qr () |
| Return non-const access to the boundary heat flux. More... | |
| volScalarField & | qin () |
| Return non-const access to the boundary incident heat flux. More... | |
| volScalarField & | qem () |
| Return non-const access to the boundary emmited heat flux. More... | |
| const volScalarField & | qin () const |
| Return const access to the boundary incident heat flux. More... | |
| const volScalarField & | qem () const |
| Return const access to the boundary emmited heat flux. More... | |
| const vector & | d () const |
| Return direction. More... | |
| const vector & | dAve () const |
| Return the average vector inside the solid angle. More... | |
| scalar | nLambda () const |
| Return the number of bands. More... | |
| scalar | phi () const |
| Return the phi angle. More... | |
| scalar | theta () const |
| Return the theta angle. More... | |
| scalar | omega () const |
| Return the solid angle. More... | |
| const volScalarField & | ILambda (const label lambdaI) const |
| Return the radiative intensity for a given wavelength. More... | |
Static Public Attributes | |
| static const word | intensityPrefix |
Radiation intensity for a ray in a given direction.
Definition at line 55 of file radiativeIntensityRay.H.
| radiativeIntensityRay | ( | const fvDOM & | dom, |
| const fvMesh & | mesh, | ||
| const scalar | phi, | ||
| const scalar | theta, | ||
| const scalar | deltaPhi, | ||
| const scalar | deltaTheta, | ||
| const label | lambda, | ||
| const absorptionEmissionModel & | absEmmModel_, | ||
| const blackBodyEmission & | blackBody, | ||
| const label | rayId | ||
| ) |
Construct form components.
Definition at line 42 of file radiativeIntensityRay.C.
References IOobject::AUTO_WRITE, Foam::cos(), Foam::vectorTools::cosPhi(), forAll, IOobject::MUST_READ, Foam::name(), IOobject::NO_READ, IOobject::NO_WRITE, IOobject::readOpt(), autoPtr< T >::reset(), Foam::sin(), and autoPtr< T >::valid().

Destructor.
Definition at line 200 of file radiativeIntensityRay.C.
| Foam::scalar correct | ( | ) |
Update radiative intensity on i direction.
Definition at line 206 of file radiativeIntensityRay.C.
References Foam::fvm::div(), forAll, SolverPerformance< Type >::initialResidual(), k, Foam::max(), Foam::constant::mathematical::pi(), Foam::solve(), and Foam::fvm::Sp().

| void init | ( | const scalar | phi, |
| const scalar | theta, | ||
| const scalar | deltaPhi, | ||
| const scalar | deltaTheta, | ||
| const scalar | lambda | ||
| ) |
Initialise the ray in i direction.
| void addIntensity | ( | ) |
Add radiative intensities from all the bands.
Definition at line 252 of file radiativeIntensityRay.C.
References Foam::dimMass, Foam::dimTime, forAll, and Foam::pow3().

|
inline |
Return intensity.
Definition at line 27 of file radiativeIntensityRayI.H.
|
inline |
Return const access to the boundary heat flux.
Definition at line 34 of file radiativeIntensityRayI.H.
Referenced by wideBandDiffusiveRadiationMixedFvPatchScalarField::updateCoeffs(), and greyDiffusiveRadiationMixedFvPatchScalarField::updateCoeffs().

|
inline |
Return non-const access to the boundary heat flux.
Definition at line 40 of file radiativeIntensityRayI.H.
References radiativeIntensityRay::qin().

|
inline |
Return non-const access to the boundary incident heat flux.
Definition at line 52 of file radiativeIntensityRayI.H.
References radiativeIntensityRay::qem().
Referenced by radiativeIntensityRay::qr(), wideBandDiffusiveRadiationMixedFvPatchScalarField::updateCoeffs(), and greyDiffusiveRadiationMixedFvPatchScalarField::updateCoeffs().


|
inline |
Return non-const access to the boundary emmited heat flux.
Definition at line 65 of file radiativeIntensityRayI.H.
Referenced by radiativeIntensityRay::qin(), wideBandDiffusiveRadiationMixedFvPatchScalarField::updateCoeffs(), and greyDiffusiveRadiationMixedFvPatchScalarField::updateCoeffs().

|
inline |
Return const access to the boundary incident heat flux.
Definition at line 46 of file radiativeIntensityRayI.H.
|
inline |
Return const access to the boundary emmited heat flux.
Definition at line 59 of file radiativeIntensityRayI.H.
|
inline |
Return direction.
Definition at line 71 of file radiativeIntensityRayI.H.
|
inline |
Return the average vector inside the solid angle.
Definition at line 77 of file radiativeIntensityRayI.H.
Referenced by wideBandDiffusiveRadiationMixedFvPatchScalarField::updateCoeffs(), and greyDiffusiveRadiationMixedFvPatchScalarField::updateCoeffs().

|
inline |
Return the number of bands.
Definition at line 83 of file radiativeIntensityRayI.H.
|
inline |
Return the phi angle.
Definition at line 89 of file radiativeIntensityRayI.H.
|
inline |
Return the theta angle.
Definition at line 95 of file radiativeIntensityRayI.H.
|
inline |
Return the solid angle.
Definition at line 101 of file radiativeIntensityRayI.H.
References radiativeIntensityRay::ILambda().

|
inline |
Return the radiative intensity for a given wavelength.
Definition at line 109 of file radiativeIntensityRayI.H.
Referenced by radiativeIntensityRay::omega().

|
static |
Definition at line 59 of file radiativeIntensityRay.H.
1.8.13