Public Member Functions | Static Public Attributes | List of all members
blackBodyEmission Class Reference

Class black body emission. More...

Collaboration diagram for blackBodyEmission:
Collaboration graph
[legend]

Public Member Functions

 blackBodyEmission (const label nLambda, const volScalarField &T)
 Construct from components. More...
 
 ~blackBodyEmission ()
 Destructor. More...
 
const volScalarFieldbLambda (const label lambdaI) const
 Black body spectrum. More...
 
dimensionedScalar EblambdaT (const dimensionedScalar &T, const scalar lambda) const
 Spectral emission for the black body at T and lambda. More...
 
tmp< Foam::volScalarFielddeltaLambdaT (const volScalarField &T, const Vector2D< scalar > &band) const
 Proportion of total energy at T from lambda1 to lambda2. More...
 
tmp< Foam::volScalarFieldEbDeltaLambdaT (const volScalarField &T, const Vector2D< scalar > &band) const
 Integral energy at T from lambda1 to lambda2. More...
 
void correct (const label lambdaI, const Vector2D< scalar > &band)
 

Static Public Attributes

static const List< Tuple2< scalar, scalar > > emissivePowerTable
 Static table of black body emissive power. More...
 

Detailed Description

Class black body emission.

Table of black body emissive power from: Modest, "Radiative Heat Transfer", pp.775-777, 1993

Source files

Definition at line 56 of file blackBodyEmission.H.

Constructor & Destructor Documentation

◆ blackBodyEmission()

blackBodyEmission ( const label  nLambda,
const volScalarField T 
)

Construct from components.

Definition at line 144 of file blackBodyEmission.C.

References forAll, DimensionedField< Type, GeoMesh >::mesh(), Foam::name(), IOobject::NO_READ, IOobject::NO_WRITE, Foam::pow4(), and Foam::constant::physicoChemical::sigma.

Here is the call graph for this function:

◆ ~blackBodyEmission()

Destructor.

Definition at line 185 of file blackBodyEmission.C.

References blackBodyEmission::deltaLambdaT().

Here is the call graph for this function:

Member Function Documentation

◆ bLambda()

const volScalarField& bLambda ( const label  lambdaI) const
inline

Black body spectrum.

Definition at line 110 of file blackBodyEmission.H.

References blackBodyEmission::EblambdaT().

Here is the call graph for this function:

◆ EblambdaT()

dimensionedScalar EblambdaT ( const dimensionedScalar T,
const scalar  lambda 
) const
inline

Spectral emission for the black body at T and lambda.

Definition at line 117 of file blackBodyEmission.H.

References blackBodyEmission::correct(), blackBodyEmission::deltaLambdaT(), blackBodyEmission::EbDeltaLambdaT(), Foam::exp(), and Foam::pow5().

Referenced by blackBodyEmission::bLambda().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ deltaLambdaT()

Foam::tmp< Foam::volScalarField > deltaLambdaT ( const volScalarField T,
const Vector2D< scalar > &  band 
) const

Proportion of total energy at T from lambda1 to lambda2.

Definition at line 202 of file blackBodyEmission.C.

References Foam::dimless, blackBodyEmission::EbDeltaLambdaT(), forAll, DimensionedField< Type, GeoMesh >::mesh(), IOobject::NO_READ, IOobject::NO_WRITE, and tmp< T >::ref().

Referenced by blackBodyEmission::EblambdaT(), fvDOM::Rp(), and blackBodyEmission::~blackBodyEmission().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ EbDeltaLambdaT()

Foam::tmp< Foam::volScalarField > EbDeltaLambdaT ( const volScalarField T,
const Vector2D< scalar > &  band 
) const

◆ correct()

void correct ( const label  lambdaI,
const Vector2D< scalar > &  band 
)

Definition at line 296 of file blackBodyEmission.C.

Referenced by blackBodyEmission::EbDeltaLambdaT(), blackBodyEmission::EblambdaT(), and fvDOM::Ru().

Here is the caller graph for this function:

Member Data Documentation

◆ emissivePowerTable

const Foam::List< Foam::Tuple2< Foam::scalar, Foam::scalar > > emissivePowerTable
static

Static table of black body emissive power.

Definition at line 61 of file blackBodyEmission.H.


The documentation for this class was generated from the following files: