Public Member Functions | |
KinematicViscositySensor (const std::string &name="") | |
std::string | getType () const |
fmatvec::VecV | getSignal () |
void | init (InitStage stage) |
![]() | |
virtual void | plot (double t, double dt=1) |
virtual void | updateWRef (const fmatvec::Mat &ref, int i=0)=0 |
virtual void | updateVRef (const fmatvec::Mat &ref, int i=0)=0 |
virtual void | updatehRef (const fmatvec::Vec &hRef, int i=0)=0 |
virtual void | updaterRef (const fmatvec::Vec &ref, int i=0)=0 |
virtual bool | isActive () const =0 |
virtual bool | gActiveChanged ()=0 |
![]() | |
Atom & | operator= (const Atom &) |
void | setMessageStreamActive (MsgType type, bool active) |
void | getMessageStream (MsgType type, boost::shared_ptr< bool > &a, boost::shared_ptr< std::ostream > &s) |
void | adoptMessageStreams (const Atom *src=NULL) |
std::ostream & | msg (MsgType type) |
bool | msgAct (MsgType type) |
Private Attributes | |
fmatvec::VecV | nu |
Additional Inherited Members | |
![]() | |
enum | MsgType |
![]() | |
static void | setCurrentMessageStream (MsgType type, const boost::shared_ptr< bool > &a=boost::make_shared< bool >(true), const boost::shared_ptr< std::ostream > &s=boost::make_shared< std::ostream >(std::cout.rdbuf())) |
static std::ostream & | msgStatic (MsgType type) |
static bool | msgActStatic (MsgType type) |
![]() | |
Atom (const Atom &src) | |