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.
|
constantProperties | ( | ) | [inline]
|
Null constructor, allows List of constantProperties to be.
created before the contents is initialised
Definition at line 31 of file DsmcParcelI_.H.
constantProperties | ( | const dictionary & | dict ) | [inline]
|
Constructor from dictionary.
Definition at line 40 of file DsmcParcelI_.H.
Foam::scalar mass | ( | ) | const [inline]
|
Return const access to the particle density.
Definition at line 87 of file DsmcParcelI_.H.
Referenced by DsmcParcel< ParcelType >::hitWallPatch().
Foam::scalar d | ( | ) | const [inline]
|
Return const access to the minimum particle mass.
Definition at line 95 of file DsmcParcelI_.H.
Foam::scalar sigmaT | ( | ) | const [inline]
|
Return the reference total collision cross section.
Definition at line 103 of file DsmcParcelI_.H.
References Foam::mathematicalConstant::pi().
Foam::scalar internalDegreesOfFreedom | ( | ) | const [inline]
|
Return the internalDegreesOfFreedom.
Definition at line 111 of file DsmcParcelI_.H.
Foam::scalar omega | ( | ) | const [inline]
|
Return the viscosity index.
Definition at line 120 of file DsmcParcelI_.H.