Variable Hard Sphere BinaryCollision Model. More...
#include <dsmc/VariableHardSphere.H>
Variable Hard Sphere BinaryCollision Model.
Definition at line 45 of file VariableHardSphere.H.
Public Member Functions | |
TypeName ("VariableHardSphere") | |
Runtime type information. | |
VariableHardSphere (const dictionary &dict, CloudType &cloud) | |
Construct from dictionary. | |
virtual | ~VariableHardSphere () |
virtual scalar | sigmaTcR (label typeIdP, label typeIdQ, const vector &UP, const vector &UQ) const |
Return the collision cross section * relative velocity product. | |
virtual void | collide (label typeIdP, label typeIdQ, vector &UP, vector &UQ, scalar &EiP, scalar &EiQ) |
Apply collision. | |
![]() | |
TypeName ("BinaryCollisionModel") | |
Runtime type information. | |
declareRunTimeSelectionTable (autoPtr, BinaryCollisionModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) | |
Declare runtime constructor selection table. | |
BinaryCollisionModel (const dictionary &dict, CloudType &owner, const word &type) | |
Construct from components. | |
virtual | ~BinaryCollisionModel () |
const CloudType & | owner () const |
Return the owner cloud object. | |
CloudType & | owner () |
Return non-const access to the owner cloud object. | |
const dictionary & | dict () const |
Return the dictionary. | |
const dictionary & | coeffDict () const |
Return the coefficients dictionary. |
Additional Inherited Members | |
![]() | |
static autoPtr < BinaryCollisionModel < CloudType > > | New (const dictionary &dict, CloudType &owner) |
Selector. |
VariableHardSphere | ( | const dictionary & | dict, |
CloudType & | cloud | ||
) |
Construct from dictionary.
Definition at line 32 of file VariableHardSphere.C.
|
virtual |
Definition at line 45 of file VariableHardSphere.C.
TypeName | ( | "VariableHardSphere< CloudType >" | ) |
Runtime type information.
|
virtual |
Return the collision cross section * relative velocity product.
Implements BinaryCollisionModel< CloudType >.
Definition at line 54 of file VariableHardSphere.C.
References Foam::exp(), Foam::lgamma(), Foam::mag(), Foam::mathematicalConstant::pi(), and Foam::pow().
|
virtual |
Apply collision.
Implements BinaryCollisionModel< CloudType >.
Definition at line 102 of file VariableHardSphere.C.
References Foam::cos(), Foam::mag(), phi, Foam::mathematicalConstant::pi(), Foam::sin(), and Foam::sqrt().