Class to hold DSMC particle constant properties. More...
#include <src/lagrangian/dsmc/parcels/Templates/DsmcParcel_/DsmcParcel_.H>
Class to hold DSMC particle constant properties.
Definition at line 76 of file DsmcParcel_.H.
Public Member Functions | |
constantProperties () | |
Null constructor, allows List of constantProperties to be. | |
constantProperties (const dictionary &dict) | |
Constructor from dictionary. | |
scalar | mass () const |
Return const access to the particle density. | |
scalar | d () const |
Return const access to the minimum particle mass. | |
scalar | sigmaT () const |
Return the reference total collision cross section. | |
scalar | internalDegreesOfFreedom () const |
Return the internalDegreesOfFreedom. | |
scalar | omega () const |
Return the viscosity index. |
|
inline |
Null constructor, allows List of constantProperties to be.
created before the contents is initialised
Definition at line 31 of file DsmcParcelI_.H.
|
inline |
Constructor from dictionary.
Definition at line 40 of file DsmcParcelI_.H.
|
inline |
Return const access to the particle density.
Definition at line 87 of file DsmcParcelI_.H.
Referenced by DsmcParcel< ParcelType >::hitWallPatch().
|
inline |
Return const access to the minimum particle mass.
Definition at line 95 of file DsmcParcelI_.H.
|
inline |
Return the reference total collision cross section.
Definition at line 103 of file DsmcParcelI_.H.
References Foam::mathematicalConstant::pi().
|
inline |
Return the internalDegreesOfFreedom.
Definition at line 111 of file DsmcParcelI_.H.
|
inline |
Return the viscosity index.
Definition at line 120 of file DsmcParcelI_.H.