FreeFOAM The Cross-Platform CFD Toolkit
NoDrag< CloudType > Class Template Reference

Dummy drag model for 'none'. More...

#include <lagrangianIntermediate/NoDrag.H>


Detailed Description

template<class CloudType>
class Foam::NoDrag< CloudType >

Dummy drag model for 'none'.

Definition at line 46 of file NoDrag.H.

+ Inheritance diagram for NoDrag< CloudType >:
+ Collaboration diagram for NoDrag< CloudType >:

List of all members.

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.
- 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 dictionarydict () 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.

Constructor & Destructor Documentation

NoDrag ( const dictionary dict,
CloudType &  owner 
)

Construct from dictionary.

Definition at line 31 of file NoDrag.C.

~NoDrag ( )
virtual

Destructor.

Definition at line 40 of file NoDrag.C.


Member Function Documentation

TypeName ( "none"  )

Runtime type information.

bool active ( ) const
virtual

Flag to indicate whether model activates drag model.

Implements DragModel< CloudType >.

Definition at line 47 of file NoDrag.C.

Foam::scalar Cd ( const scalar  ) const
virtual

Return drag coefficient.

Implements DragModel< CloudType >.

Definition at line 54 of file NoDrag.C.


The documentation for this class was generated from the following files: