Public Member Functions | List of all members
SprayParcel< ParcelType >::constantProperties Class Reference

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

Inheritance diagram for SprayParcel< ParcelType >::constantProperties:
Inheritance graph
[legend]
Collaboration diagram for SprayParcel< ParcelType >::constantProperties:
Collaboration graph
[legend]

Public Member Functions

 constantProperties ()
 Null constructor. More...
 
 constantProperties (const constantProperties &cp)
 Copy constructor. More...
 
 constantProperties (const dictionary &parentDict)
 Construct from dictionary. More...
 
 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 Switch &constantVolume, const scalar sigma0, const scalar mu0)
 Construct from components. More...
 
scalar sigma0 () const
 Return const access to the initial surface tension. More...
 
scalar mu0 () const
 Return const access to the initial dynamic viscosity. More...
 

Detailed Description

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

Class to hold reacting particle constant properties.

Definition at line 70 of file SprayParcel.H.

Constructor & Destructor Documentation

◆ constantProperties() [1/4]

constantProperties ( )
inline

Null constructor.

Definition at line 29 of file SprayParcelI.H.

Referenced by SprayParcel< ParcelType >::constantProperties::constantProperties().

Here is the caller graph for this function:

◆ constantProperties() [2/4]

constantProperties ( const constantProperties cp)
inline

Copy constructor.

Definition at line 39 of file SprayParcelI.H.

References SprayParcel< ParcelType >::constantProperties::constantProperties().

Here is the call graph for this function:

◆ constantProperties() [3/4]

constantProperties ( const dictionary parentDict)
inline

Construct from dictionary.

Definition at line 51 of file SprayParcelI.H.

References SprayParcel< ParcelType >::constantProperties::constantProperties().

Here is the call graph for this function:

◆ constantProperties() [4/4]

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 Switch constantVolume,
const scalar  sigma0,
const scalar  mu0 
)
inline

Construct from components.

Definition at line 63 of file SprayParcelI.H.

References SprayParcel< ParcelType >::SprayParcel().

Here is the call graph for this function:

Member Function Documentation

◆ sigma0()

Foam::scalar sigma0 ( ) const
inline

Return const access to the initial surface tension.

Definition at line 225 of file SprayParcelI.H.

References demandDrivenEntry< Type >::value().

Here is the call graph for this function:

◆ mu0()

Foam::scalar mu0 ( ) const
inline

Return const access to the initial dynamic viscosity.

Definition at line 233 of file SprayParcelI.H.

References demandDrivenEntry< Type >::value().

Here is the call graph for this function:

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