Free Electron
|
Contribute viscous drag. More...
#include <Drag.h>
Public Member Functions | |
Drag (sp< Scope > spScope) | |
void | bind (const Record &record) |
void | operator() (const Record &record) |
Override this function to implement the record operation. More... | |
Public Member Functions inherited from fe::RecordOperation | |
RecordOperation (sp< Scope > &spScope) | |
void | operator() (sp< RecordGroup > &spRG) |
FilterList & | filters (void) |
void | addFilter (const BaseAccessor &filter) |
void | setup (BaseAccessor &accessor, const String &attribute) |
Private Attributes | |
Particle | m_particleRV |
Contribute viscous drag.
|
virtual |
Override this function to implement the record operation.
Implements fe::RecordOperation.