Loading...
Searching...
No Matches
ThermoParcel< ParcelType >::constantProperties Class Reference

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

#include <ThermoParcel.H>

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

Public Member Functions

 constantProperties ()
 Null constructor.
 constantProperties (const constantProperties &cp)
 Copy constructor.
 constantProperties (const dictionary &parentDict)
 Construct from dictionary.
scalar T0 () const
 Return const access to the particle initial temperature [K].
scalar TMin () const
 Return const access to minimum temperature [K].
scalar TMax () const
 Return const access to maximum temperature [K].
void setTMax (const scalar TMax)
 Set the maximum 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 [].

Detailed Description

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

Class to hold thermo particle constant properties.

Definition at line 82 of file ThermoParcel.H.

Constructor & Destructor Documentation

◆ constantProperties() [1/3]

template<class ParcelType>
constantProperties ( )
inline

Null constructor.

Definition at line 24 of file ThermoParcelI.H.

References constantProperties().

Referenced by constantProperties(), constantProperties(), and constantProperties().

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

◆ constantProperties() [2/3]

template<class ParcelType>
constantProperties ( const constantProperties & cp)
inline

Copy constructor.

Definition at line 37 of file ThermoParcelI.H.

References constantProperties(), and Foam::cp().

Here is the call graph for this function:

◆ constantProperties() [3/3]

template<class ParcelType>
constantProperties ( const dictionary & parentDict)
inline

Construct from dictionary.

Definition at line 53 of file ThermoParcelI.H.

References constantProperties().

Here is the call graph for this function:

Member Function Documentation

◆ T0()

template<class ParcelType>
Foam::scalar T0 ( ) const
inline

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

Definition at line 143 of file ThermoParcelI.H.

◆ TMin()

template<class ParcelType>
Foam::scalar TMin ( ) const
inline

Return const access to minimum temperature [K].

Definition at line 151 of file ThermoParcelI.H.

◆ TMax()

template<class ParcelType>
Foam::scalar TMax ( ) const
inline

Return const access to maximum temperature [K].

Definition at line 159 of file ThermoParcelI.H.

Referenced by setTMax().

Here is the caller graph for this function:

◆ setTMax()

template<class ParcelType>
void setTMax ( const scalar TMax)
inline

Set the maximum temperature [K].

Definition at line 167 of file ThermoParcelI.H.

References TMax().

Here is the call graph for this function:

◆ Cp0()

template<class ParcelType>
Foam::scalar Cp0 ( ) const
inline

Return const access to the particle specific heat capacity.

[J/(kg.K)]

Definition at line 175 of file ThermoParcelI.H.

◆ epsilon0()

template<class ParcelType>
Foam::scalar epsilon0 ( ) const
inline

Return const access to the particle emissivity [].

Active for radiation only

Definition at line 183 of file ThermoParcelI.H.

◆ f0()

template<class ParcelType>
Foam::scalar f0 ( ) const
inline

Return const access to the particle scattering factor [].

Active for radiation only

Definition at line 191 of file ThermoParcelI.H.


The documentation for this class was generated from the following files:
  • src/lagrangian/intermediate/parcels/Templates/ThermoParcel/ThermoParcel.H
  • src/lagrangian/intermediate/parcels/Templates/ThermoParcel/ThermoParcelI.H