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... | |
Private Attributes | |
demandDrivenEntry< scalar > | sigma0_ |
Particle initial surface tension [N/m]. More... | |
demandDrivenEntry< scalar > | mu0_ |
Particle initial dynamic viscosity [Pa.s]. More... | |
Class to hold reacting particle constant properties.
Definition at line 70 of file SprayParcel.H.
|
inline |
Null constructor.
Definition at line 29 of file SprayParcelI.H.
|
inline |
Copy constructor.
Definition at line 39 of file SprayParcelI.H.
|
inline |
Construct from dictionary.
Definition at line 51 of file SprayParcelI.H.
|
inline |
Construct from components.
Definition at line 63 of file SprayParcelI.H.
|
inline |
Return const access to the initial surface tension.
Definition at line 200 of file SprayParcelI.H.
|
inline |
Return const access to the initial dynamic viscosity.
Definition at line 208 of file SprayParcelI.H.
|
private |
Particle initial surface tension [N/m].
Definition at line 77 of file SprayParcel.H.
|
private |
Particle initial dynamic viscosity [Pa.s].
Definition at line 80 of file SprayParcel.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.