template<class CloudType>
class Foam::NoDrag< CloudType >
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.
|
| | 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.
|