Class to hold DSMC particle constant properties. More...
Public Member Functions | |
constantProperties () | |
Null constructor, allows List of constantProperties to be. More... | |
constantProperties (const dictionary &dict) | |
Constructor from dictionary. More... | |
scalar | mass () const |
Return const access to the particle mass [kg]. More... | |
scalar | d () const |
Return const access to the hard sphere diameter [m]. More... | |
scalar | sigmaT () const |
Return the reference total collision cross section. More... | |
direction | internalDegreesOfFreedom () const |
Return the internalDegreesOfFreedom. More... | |
scalar | omega () const |
Return the viscosity index. More... | |
Class to hold DSMC particle constant properties.
Definition at line 81 of file DSMCParcel.H.
|
inline |
Null constructor, allows List of constantProperties to be.
created before the contents is initialised
Definition at line 33 of file DSMCParcelI.H.
|
inline |
Constructor from dictionary.
Definition at line 41 of file DSMCParcelI.H.
|
inline |
Return const access to the particle mass [kg].
Definition at line 95 of file DSMCParcelI.H.
Referenced by DSMCParcel< ParcelType >::hitWallPatch().
|
inline |
Return const access to the hard sphere diameter [m].
Definition at line 102 of file DSMCParcelI.H.
|
inline |
Return the reference total collision cross section.
Definition at line 110 of file DSMCParcelI.H.
References Foam::constant::mathematical::pi().
|
inline |
Return the internalDegreesOfFreedom.
Definition at line 118 of file DSMCParcelI.H.
Referenced by DSMCParcel< ParcelType >::hitWallPatch().
|
inline |
Return the viscosity index.
Definition at line 127 of file DSMCParcelI.H.