Drag model based on assumption of solid spheres. More...
#include <lagrangianIntermediate/SphereDrag.H>
Drag model based on assumption of solid spheres.
Definition at line 46 of file SphereDrag.H.
Public Member Functions | |
TypeName ("SphereDrag") | |
Runtime type information.
| |
SphereDrag (const dictionary &dict, CloudType &owner) | |
Construct from dictionary.
| |
virtual | ~SphereDrag () |
Destructor.
| |
bool | active () const |
Flag to indicate whether model activates drag model.
| |
scalar | Cd (const scalar Re) const |
Return drag coefficient.
|
SphereDrag | ( | const dictionary & | dict, |
CloudType & | owner | ||
) |
Construct from dictionary.
Definition at line 32 of file SphereDrag.C.
~SphereDrag | ( | ) | [virtual]
|
Destructor.
Definition at line 44 of file SphereDrag.C.
TypeName | ( | "SphereDrag< CloudType >" | ) |
Runtime type information.
bool active | ( | ) | const [virtual]
|
Flag to indicate whether model activates drag model.
Implements DragModel< CloudType >.
Definition at line 51 of file SphereDrag.C.
Foam::scalar Cd | ( | const scalar | Re ) | const [virtual]
|
Return drag coefficient.
Implements DragModel< CloudType >.
Definition at line 58 of file SphereDrag.C.
References Foam::pow().