FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

noRadiation Class Reference

No radiation - does nothing to energy equation source terms (returns zeros) More...

#include <radiation/noRadiation.H>


Detailed Description

No radiation - does nothing to energy equation source terms (returns zeros)

Source files

Definition at line 52 of file noRadiation.H.

Inheritance diagram for noRadiation:
Collaboration diagram for noRadiation:

List of all members.

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)

Constructor & Destructor Documentation

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.


Member Function Documentation

TypeName ( "none"    )

Runtime type information.

void calculate (  ) [virtual]

Solve radiation equation(s)

Implements radiationModel.

Definition at line 72 of file noRadiation.C.

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().


The documentation for this class was generated from the following files:
  • src/thermophysicalModels/radiation/radiationModel/noRadiation/noRadiation.H
  • src/thermophysicalModels/radiation/radiationModel/noRadiation/noRadiation.C