#include <hnode_mec.h>
Public Member Functions | |
EnvironmentNodeMec (const std::string &name="") | |
virtual std::string | getType () const |
void | init (InitStage stage) |
virtual bool | isSingleValued () const |
![]() | |
HNodeMec (const std::string &name) | |
void | setInitialVolume (double V0_) |
unsigned int | addTransMecArea (MBSim::Frame *f, fmatvec::Vec fN, double area, bool considerVolumeChange=true) |
unsigned int | addRotMecArea (MBSim::Frame *f, fmatvec::Vec fN, double area, MBSim::Frame *frameOfReference, bool considerVolumeChange=true) |
void | setTransMecArea (unsigned int i, double area) |
void | calcxSize () |
void | initializeUsingXML (xercesc::DOMElement *element) |
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 | 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) |
virtual void | updaterRef (const fmatvec::Vec &ref, int i=0) |
void | updateh (double t, int j=0) |
void | updatedhdz (double t) |
virtual void | updater (double t, int j=0) |
void | updategd (double t) |
void | updatexd (double t) |
void | updatedx (double t, double dt) |
void | plot (double t, double dt) |
![]() | |
HNode (const std::string &name) | |
void | addInFlow (HLine *in) |
void | addOutFlow (HLine *out) |
void | calcgdSize (int j) |
void | updateh (double t, int j=0) |
void | updatedhdz (double t) |
virtual void | updateg (double t) |
virtual bool | isActive () const |
virtual bool | gActiveChanged () |
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) |
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) | |
![]() | |
std::vector < connectedTransFrameStruct > | connectedTransFrames |
std::vector < connectedRotFrameStruct > | connectedRotFrames |
double | QMecTrans |
double | QMecRot |
double | QMec |
double | V0 |
unsigned int | nTrans |
unsigned int | nRot |
![]() | |
std::vector< connectedLinesStruct > | connectedLines |
std::vector< connectedLinesStruct > | connected0DOFLines |
std::vector< std::string > | refInflowString |
std::vector< std::string > | refOutflowString |
double | QHyd |
unsigned int | nLines |