#include <Sensor.hpp>

Public Member Functions | |
| virtual int | dim () const =0 |
| get the dimension of the state (the size of the pfield.state) More... | |
| virtual void | getState (dmdyn::ParticleField< 2 > &pfield, const dmdyn::ParticleModel *pmodel)=0 |
| calculate state More... | |
| virtual void | getState (dmdyn::ParticleField< 3 > &pfield, const dmdyn::ParticleModel *pmodel)=0 |
| virtual void | initialize (tml::table *config, tml::table *subconfig)=0 |
| initialize the sensor More... | |
|
pure virtual |
get the dimension of the state (the size of the pfield.state)
Implemented in smart::FluidVelGradSensor.
|
pure virtual |
calculate state
| pfield | particle field |
| pmodel | particle model |
Implemented in smart::FluidVelGradSensor.
|
pure virtual |
Implemented in smart::FluidVelGradSensor.
|
pure virtual |