No radiation - does nothing to energy equation source terms (returns zeros) More...
#include <radiation/noRadiation.H>
No radiation - does nothing to energy equation source terms (returns zeros)
Definition at line 52 of file noRadiation.H.
Public Member Functions | |
TypeName ("none") | |
Runtime type information.
| |
noRadiation (const volScalarField &T) | |
Construct from components.
| |
virtual | ~noRadiation () |
Destructor.
| |
void | calculate () |
Solve radiation equation(s)
| |
bool | read () |
Read radiationProperties dictionary.
| |
tmp< volScalarField > | Rp () const |
Source term component (for power of T^4)
| |
tmp< DimensionedField< scalar, volMesh > > | Ru () const |
Source term component (constant)
|
noRadiation | ( | const volScalarField & | T ) |
Construct from components.
Definition at line 52 of file noRadiation.C.
~noRadiation | ( | ) | [virtual]
|
Destructor.
Definition at line 60 of file noRadiation.C.
TypeName | ( | "none" | ) |
Runtime type information.
void calculate | ( | ) | [virtual]
|
bool read | ( | ) | [virtual]
|
Read radiationProperties dictionary.
Implements radiationModel.
Definition at line 66 of file noRadiation.C.
References radiationModel::read().
Foam::tmp< Foam::volScalarField > Rp | ( | ) | const [virtual]
|
Source term component (for power of T^4)
Implements radiationModel.
Definition at line 78 of file noRadiation.C.
References Foam::dimLength, IOobject::NO_READ, IOobject::NO_WRITE, and Foam::radiation::sigmaSB.
Foam::tmp< Foam::DimensionedField< Foam::scalar, Foam::volMesh > > Ru | ( | ) | const [virtual]
|
Source term component (constant)
Implements radiationModel.
Definition at line 105 of file noRadiation.C.
References Foam::dimLength, Foam::dimMass, Foam::dimTime, IOobject::NO_READ, IOobject::NO_WRITE, and Foam::pow3().