FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

DsmcParcel< ParcelType >::constantProperties Class Reference

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

#include <src/lagrangian/dsmc/parcels/Templates/DsmcParcel_/DsmcParcel_.H>


Detailed Description

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

Class to hold DSMC particle constant properties.

Definition at line 76 of file DsmcParcel_.H.

List of all members.

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.

Constructor & Destructor Documentation

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.


Member Function Documentation

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.


The documentation for this class was generated from the following files: