Public Member Functions | List of all members
LarsenBorgnakkeVariableHardSphere< CloudType > Class Template Reference

Variable Hard Sphere BinaryCollision Model with Larsen Borgnakke internal energy redistribution. Based on the INELRS subroutine in Bird's DSMC0R.FOR. More...

Inheritance diagram for LarsenBorgnakkeVariableHardSphere< CloudType >:
Inheritance graph
[legend]
Collaboration diagram for LarsenBorgnakkeVariableHardSphere< CloudType >:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("LarsenBorgnakkeVariableHardSphere")
 
 LarsenBorgnakkeVariableHardSphere (const dictionary &dict, CloudType &cloud)
 
virtual ~LarsenBorgnakkeVariableHardSphere ()
 
virtual bool active () const
 
virtual scalar sigmaTcR (const typename CloudType::parcelType &pP, const typename CloudType::parcelType &pQ) const
 
virtual void collide (typename CloudType::parcelType &pP, typename CloudType::parcelType &pQ)
 
- Public Member Functions inherited from BinaryCollisionModel< CloudType >
 TypeName ("BinaryCollisionModel")
 
 declareRunTimeSelectionTable (autoPtr, BinaryCollisionModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner))
 
 BinaryCollisionModel (CloudType &owner)
 
 BinaryCollisionModel (const dictionary &dict, CloudType &owner, const word &type)
 
virtual ~BinaryCollisionModel ()
 
const CloudTypeowner () const
 
CloudTypeowner ()
 
const dictionarydict () const
 
const dictionarycoeffDict () const
 
virtual bool active () const=0
 

Additional Inherited Members

- Static Public Member Functions inherited from BinaryCollisionModel< CloudType >
static autoPtr< BinaryCollisionModel< CloudType > > New (const dictionary &dict, CloudType &owner)
 

Detailed Description

template<class CloudType>
class Foam::LarsenBorgnakkeVariableHardSphere< CloudType >

Variable Hard Sphere BinaryCollision Model with Larsen Borgnakke internal energy redistribution. Based on the INELRS subroutine in Bird's DSMC0R.FOR.

Definition at line 42 of file LarsenBorgnakkeVariableHardSphere.H.

Constructor & Destructor Documentation

◆ LarsenBorgnakkeVariableHardSphere()

LarsenBorgnakkeVariableHardSphere ( const dictionary dict,
CloudType cloud 
)

Definition at line 90 of file LarsenBorgnakkeVariableHardSphere.C.

◆ ~LarsenBorgnakkeVariableHardSphere()

Definition at line 108 of file LarsenBorgnakkeVariableHardSphere.C.

Member Function Documentation

◆ TypeName()

TypeName ( "LarsenBorgnakkeVariableHardSphere< CloudType >"  )

◆ active()

bool active
virtual

Definition at line 115 of file LarsenBorgnakkeVariableHardSphere.C.

◆ sigmaTcR()

Foam::scalar sigmaTcR ( const typename CloudType::parcelType pP,
const typename CloudType::parcelType pQ 
) const
virtual

◆ collide()

void collide ( typename CloudType::parcelType pP,
typename CloudType::parcelType pQ 
)
virtual

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