Public Member Functions | |
TypeName ("none") | |
Runtime type information. More... | |
NoDamping (const dictionary &dict, CloudType &owner) | |
Construct from components. More... | |
NoDamping (const NoDamping< CloudType > &cm) | |
Construct copy. More... | |
virtual autoPtr< DampingModel< CloudType > > | clone () const |
Construct and return a clone. More... | |
virtual | ~NoDamping () |
Destructor. More... | |
virtual vector | velocityCorrection (typename CloudType::parcelType &p, const scalar deltaT) const |
Member Functions. More... | |
virtual bool | active () const |
Return the model 'active' status. More... | |
![]() | |
TypeName ("dampingModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, DampingModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) | |
Declare runtime constructor selection table. More... | |
DampingModel (CloudType &owner) | |
Construct null from owner. More... | |
DampingModel (const dictionary &dict, CloudType &owner, const word &type) | |
Construct from components. More... | |
DampingModel (const DampingModel< CloudType > &cm) | |
Construct copy. More... | |
virtual autoPtr< DampingModel< CloudType > > | clone () const=0 |
Construct and return a clone. More... | |
virtual | ~DampingModel () |
Destructor. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< DampingModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
Selector. More... | |
![]() | |
autoPtr< TimeScaleModel > | timeScaleModel_ |
Time scale model. More... | |
Definition at line 50 of file NoDamping.H.
NoDamping | ( | const dictionary & | dict, |
CloudType & | owner | ||
) |
Construct from components.
Definition at line 32 of file NoDamping.C.
Construct copy.
Definition at line 43 of file NoDamping.C.
|
virtual |
Destructor.
Definition at line 54 of file NoDamping.C.
TypeName | ( | "none" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Definition at line 68 of file NoDamping.H.
|
virtual |
Member Functions.
Calculate the velocity correction
Implements DampingModel< CloudType >.
Definition at line 61 of file NoDamping.C.
|
virtual |
Return the model 'active' status.
Definition at line 71 of file NoDamping.C.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.