#include <hnode.h>
|
| HNode (const std::string &name) |
|
virtual std::string | getType () const |
|
void | addInFlow (HLine *in) |
|
void | addOutFlow (HLine *out) |
|
void | calcgdSize (int j) |
|
void | init (InitStage stage) |
|
virtual void | updateWRef (const fmatvec::Mat &WRef, int i=0) |
|
virtual void | updateVRef (const fmatvec::Mat &VRef, int i=0) |
|
virtual void | updatehRef (const fmatvec::Vec &hRef, int i=0) |
|
virtual void | updaterRef (const fmatvec::Vec &rRef, int i=0) |
|
virtual void | updatedhdqRef (const fmatvec::Mat &dhdqRef, int i=0) |
|
virtual void | updatedhduRef (const fmatvec::SqrMat &dhduRef, int i=0) |
|
virtual void | updatedhdtRef (const fmatvec::Vec &dhdtRef, int i=0) |
|
void | updateh (double t, int j=0) |
|
void | updatedhdz (double t) |
|
virtual void | updater (double t, int j) |
|
virtual void | updateg (double t) |
|
virtual void | updategd (double t) |
|
virtual bool | isActive () const |
|
virtual bool | gActiveChanged () |
|
void | plot (double t, double dt) |
|
void | initializeUsingXML (xercesc::DOMElement *element) |
|
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) |
|
|
std::vector< connectedLinesStruct > | connectedLines |
|
std::vector< connectedLinesStruct > | connected0DOFLines |
|
std::vector< std::string > | refInflowString |
|
std::vector< std::string > | refOutflowString |
|
double | QHyd |
|
unsigned int | nLines |
|
The documentation for this class was generated from the following files:
- /home/mbsim/win64-dailyrelease/mbsim/modules/mbsimHydraulics/mbsimHydraulics/hnode.h
- /home/mbsim/win64-dailyrelease/mbsim/modules/mbsimHydraulics/mbsimHydraulics/hnode.cc