Dummy drag model for 'none'. More...
#include <lagrangianIntermediate/NoDrag.H>
Dummy drag model for 'none'.
Definition at line 46 of file NoDrag.H.
Public Member Functions | |
TypeName ("none") | |
Runtime type information.
| |
NoDrag (const dictionary &, CloudType &) | |
Construct from dictionary.
| |
virtual | ~NoDrag () |
Destructor.
| |
bool | active () const |
Flag to indicate whether model activates drag model.
| |
scalar | Cd (const scalar) const |
Return drag coefficient.
|
NoDrag | ( | const dictionary & | dict, |
CloudType & | owner | ||
) |
TypeName | ( | "none" | ) |
Runtime type information.
bool active | ( | ) | const [virtual]
|
Flag to indicate whether model activates drag model.
Implements DragModel< CloudType >.
Foam::scalar Cd | ( | const | scalar ) | const [virtual]
|