Class to hold reacting particle constant properties. More...
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... | |
Class to hold reacting particle constant properties.
Definition at line 79 of file SprayParcel.H.
|
inline |
Null constructor.
Definition at line 31 of file SprayParcelI.H.
|
inline |
Copy constructor.
Definition at line 40 of file SprayParcelI.H.
|
inline |
Construct from dictionary.
Definition at line 52 of file SprayParcelI.H.
|
inline |
Construct from components.
Definition at line 64 of file SprayParcelI.H.
|
inline |
Return const access to the initial surface tension.
Definition at line 166 of file SprayParcelI.H.
|
inline |
Return const access to the initial dynamic viscosity.
Definition at line 174 of file SprayParcelI.H.