FreeFOAM The Cross-Platform CFD Toolkit
ThermoParcel< ParcelType >::constantProperties Class Reference

Class to hold thermo particle constant properties. More...

#include <src/lagrangian/intermediate/parcels/Templates/ThermoParcel/ThermoParcel.H>


Detailed Description

template<class ParcelType>
class Foam::ThermoParcel< ParcelType >::constantProperties

Class to hold thermo particle constant properties.

Definition at line 77 of file ThermoParcel.H.

+ Inheritance diagram for ThermoParcel< ParcelType >::constantProperties:
+ Collaboration diagram for ThermoParcel< ParcelType >::constantProperties:

List of all members.

Public Member Functions

 constantProperties (const dictionary &parentDict)
 Constructor.
scalar T0 () const
 Return const access to the particle initial temperature [K].
scalar TMin () const
 Return const access to minimum temperature [K].
scalar cp0 () const
 Return const access to the particle specific heat capacity.
scalar epsilon0 () const
 Return const access to the particle emissivity [].
scalar f0 () const
 Return const access to the particle scattering factor [].
scalar Pr () const
 Return const access to the default carrier Prandtl number [].
- Public Member Functions inherited from KinematicParcel< ParcelType >::constantProperties
const dictionarydict () const
 Return const access to the constant properties dictionary.
scalar rhoMin () const
 Return const access to the minimum density.
scalar rho0 () const
 Return const access to the particle density.
scalar minParticleMass () const
 Return const access to the minimum particle mass.

Constructor & Destructor Documentation


Member Function Documentation

Foam::scalar T0 ( ) const
inline

Return const access to the particle initial temperature [K].

Definition at line 124 of file ThermoParcelI.H.

Foam::scalar TMin ( ) const
inline

Return const access to minimum temperature [K].

Definition at line 132 of file ThermoParcelI.H.

Foam::scalar cp0 ( ) const
inline

Return const access to the particle specific heat capacity.

[J/(kg.K)]

Definition at line 140 of file ThermoParcelI.H.

Foam::scalar epsilon0 ( ) const
inline

Return const access to the particle emissivity [].

Active for radiation only

Definition at line 148 of file ThermoParcelI.H.

Foam::scalar f0 ( ) const
inline

Return const access to the particle scattering factor [].

Active for radiation only

Definition at line 156 of file ThermoParcelI.H.

Foam::scalar Pr ( ) const
inline

Return const access to the default carrier Prandtl number [].

Definition at line 164 of file ThermoParcelI.H.


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