FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

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.

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:
  • src/lagrangian/intermediate/submodels/Kinematic/DragModel/NoDrag/NoDrag.H
  • src/lagrangian/intermediate/submodels/Kinematic/DragModel/NoDrag/NoDrag.C