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

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

#include <SprayParcel.H>

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

Public Member Functions

 constantProperties ()
 Null constructor.
 constantProperties (const constantProperties &cp)
 Copy constructor.
 constantProperties (const dictionary &parentDict)
 Construct from dictionary.
 constantProperties (const label parcelTypeId, const scalar rhoMin, const scalar rho0, const scalar minParcelMass, const scalar youngsModulus, const scalar poissonsRatio, const scalar T0, const scalar TMin, const scalar TMax, const scalar Cp0, const scalar epsilon0, const scalar f0, const scalar Pr, const scalar pMin, const bool constantVolume, const scalar sigma0, const scalar mu0)
 Construct from components.
scalar sigma0 () const
 Return const access to the initial surface tension.
scalar mu0 () const
 Return const access to the initial dynamic viscosity.

Detailed Description

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

Class to hold reacting particle constant properties.

Definition at line 63 of file SprayParcel.H.

Constructor & Destructor Documentation

◆ constantProperties() [1/4]

template<class ParcelType>
constantProperties ( )
inline

Null constructor.

Definition at line 25 of file SprayParcelI.H.

References constantProperties().

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

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

◆ constantProperties() [2/4]

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

Copy constructor.

Definition at line 34 of file SprayParcelI.H.

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

Here is the call graph for this function:

◆ constantProperties() [3/4]

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

Construct from dictionary.

Definition at line 46 of file SprayParcelI.H.

References constantProperties().

Here is the call graph for this function:

◆ constantProperties() [4/4]

template<class ParcelType>
constantProperties ( const label parcelTypeId,
const scalar rhoMin,
const scalar rho0,
const scalar minParcelMass,
const scalar youngsModulus,
const scalar poissonsRatio,
const scalar T0,
const scalar TMin,
const scalar TMax,
const scalar Cp0,
const scalar epsilon0,
const scalar f0,
const scalar Pr,
const scalar pMin,
const bool constantVolume,
const scalar sigma0,
const scalar mu0 )
inline

Construct from components.

Definition at line 58 of file SprayParcelI.H.

References constantProperties(), mu0(), pMin, Pr(), rho0, rhoMin, sigma0(), and T0.

Here is the call graph for this function:

Member Function Documentation

◆ sigma0()

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

Return const access to the initial surface tension.

Definition at line 221 of file SprayParcelI.H.

Referenced by constantProperties().

Here is the caller graph for this function:

◆ mu0()

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

Return const access to the initial dynamic viscosity.

Definition at line 229 of file SprayParcelI.H.

Referenced by constantProperties().

Here is the caller graph for this function:

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