Loading...
Searching...
No Matches
DSMCParcel< ParcelType >::constantProperties Class Reference

Class to hold DSMC particle constant properties. More...

#include <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 mass [kg].
scalar d () const
 Return const access to the hard sphere diameter [m].
scalar sigmaT () const
 Return the reference total collision cross section.
direction internalDegreesOfFreedom () const
 Return the internalDegreesOfFreedom.
scalar omega () const
 Return the viscosity index.

Detailed Description

template<class ParcelType>
class Foam::DSMCParcel< ParcelType >::constantProperties

Class to hold DSMC particle constant properties.

Definition at line 80 of file DSMCParcel.H.

Constructor & Destructor Documentation

◆ constantProperties() [1/2]

template<class ParcelType>
constantProperties ( )
inline

Null constructor, allows List of constantProperties to be.

created before the contents is initialised

Definition at line 26 of file DSMCParcelI.H.

◆ constantProperties() [2/2]

template<class ParcelType>
constantProperties ( const dictionary & dict)
inline

Constructor from dictionary.

Definition at line 34 of file DSMCParcelI.H.

References dict.

Member Function Documentation

◆ mass()

template<class ParcelType>
Foam::scalar mass ( ) const
inline

Return const access to the particle mass [kg].

Definition at line 88 of file DSMCParcelI.H.

Referenced by DSMCParcel< ParcelType >::hitWallPatch().

Here is the caller graph for this function:

◆ d()

template<class ParcelType>
Foam::scalar d ( ) const
inline

Return const access to the hard sphere diameter [m].

Definition at line 95 of file DSMCParcelI.H.

◆ sigmaT()

template<class ParcelType>
Foam::scalar sigmaT ( ) const
inline

Return the reference total collision cross section.

Definition at line 103 of file DSMCParcelI.H.

References Foam::constant::mathematical::pi().

Here is the call graph for this function:

◆ internalDegreesOfFreedom()

template<class ParcelType>
Foam::direction internalDegreesOfFreedom ( ) const
inline

Return the internalDegreesOfFreedom.

Definition at line 111 of file DSMCParcelI.H.

Referenced by DSMCParcel< ParcelType >::hitWallPatch().

Here is the caller graph for this function:

◆ omega()

template<class ParcelType>
Foam::scalar omega ( ) const
inline

Return the viscosity index.

Definition at line 120 of file DSMCParcelI.H.


The documentation for this class was generated from the following files:
  • src/lagrangian/DSMC/parcels/Templates/DSMCParcel/DSMCParcel.H
  • src/lagrangian/DSMC/parcels/Templates/DSMCParcel/DSMCParcelI.H