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.
Inheritance diagram for SphereDrag< CloudType >:
Collaboration diagram for SphereDrag< CloudType >: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. | |
Public Member Functions inherited from DragModel< CloudType > | |
| TypeName ("DragModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, DragModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) | |
| Declare runtime constructor selection table. | |
| DragModel (const dictionary &dict, CloudType &owner) | |
| Construct from components. | |
| virtual | ~DragModel () |
| Destructor. | |
| const CloudType & | owner () const |
| Return the owner cloud object. | |
| const dictionary & | dict () const |
| Return the dictionary. | |
| scalar | utc (const scalar Re, const scalar d, const scalar mu) const |
| Return momentum transfer coefficient. | |
Additional Inherited Members | |
Static Public Member Functions inherited from DragModel< CloudType > | |
| static autoPtr< DragModel < CloudType > > | New (const dictionary &dict, CloudType &cloud) |
| Selector. | |
| SphereDrag | ( | const dictionary & | dict, |
| CloudType & | owner | ||
| ) |
Construct from dictionary.
Definition at line 32 of file SphereDrag.C.
|
virtual |
Destructor.
Definition at line 44 of file SphereDrag.C.
| TypeName | ( | "SphereDrag< CloudType >" | ) |
Runtime type information.
|
virtual |
Flag to indicate whether model activates drag model.
Implements DragModel< CloudType >.
Definition at line 51 of file SphereDrag.C.
|
virtual |
Return drag coefficient.
Implements DragModel< CloudType >.
Definition at line 58 of file SphereDrag.C.
References Foam::pow().