#include <hline.h>
|
| ConstrainedLine (const std::string &name="") |
|
virtual std::string | getType () const |
|
void | setQFunction (MBSim::Function< double(double)> *QFunction_) |
|
void | calcqSize () |
|
void | calcuSize (int j) |
|
void | updateQ () |
|
void | initializeUsingXML (xercesc::DOMElement *element) |
|
void | init (InitStage stage) |
|
| HLine (const std::string &name) |
|
void | updateh (int j=0) |
|
void | updateJacobians (int j=0) |
|
void | updateInverseKineticsJacobians () |
|
virtual std::shared_ptr
< OpenMBV::Group > | getOpenMBVGrp () |
|
virtual void | setFrameOfReference (MBSim::Frame *frame) |
|
void | setFromNode (HNode *nFrom_) |
|
void | setToNode (HNode *nTo_) |
|
void | setDirection (fmatvec::Vec dir) |
|
HNode * | getFromNode () |
|
HNode * | getToNode () |
|
void | setOutflowRelative (bool rel=true) |
|
void | setInflowRelative (bool rel=true) |
|
virtual fmatvec::VecV | getInflowFactor () |
|
virtual fmatvec::VecV | getOutflowFactor () |
|
const fmatvec::VecV & | evalQIn () |
|
const fmatvec::VecV & | evalQOut () |
|
const fmatvec::VecV & | getQIn (bool check=true) const |
|
const fmatvec::VecV & | getQOut (bool check=true) const |
|
const fmatvec::MatV & | getJacobian () const |
|
void | updateM () |
|
void | initializeUsingXML (xercesc::DOMElement *element) |
|
virtual Element * | getDependency () const |
|
void | resetUpToDate () |
|
virtual void | plot () |
|
virtual void | closePlot () |
|
Atom & | operator= (const Atom &) |
|
void | setMessageStreamActive (MsgType type, bool active) |
|
void | getMessageStream (MsgType type, std::shared_ptr< bool > &a, std::shared_ptr< std::ostream > &s) |
|
void | adoptMessageStreams (const Atom *src=NULL) |
|
std::ostream & | msg (MsgType type) |
|
bool | msgAct (MsgType type) |
|
|
enum | MsgType |
|
static void | setCurrentMessageStream (MsgType type, const std::shared_ptr< bool > &a=std::make_shared< bool >(true), const std::shared_ptr< std::ostream > &s=std::make_shared< std::ostream >(std::cout.rdbuf())) |
|
static std::ostream & | msgStatic (MsgType type) |
|
static bool | msgActStatic (MsgType type) |
|
| Atom (const Atom &src) |
|
HNode * | nFrom |
|
HNode * | nTo |
|
bool | nFromRelative |
|
bool | nToRelative |
|
fmatvec::VecV | direction |
|
fmatvec::SymMatV | Mlocal |
|
fmatvec::VecV | QIn |
|
fmatvec::VecV | QOut |
|
fmatvec::MatV | Jacobian |
|
MBSim::Frame * | frameOfReference |
|
bool | updQ |
|
The documentation for this class was generated from the following files:
- /home/mbsim/win64-dailyrelease/mbsim/modules/mbsimHydraulics/mbsimHydraulics/hline.h
- /home/mbsim/win64-dailyrelease/mbsim/modules/mbsimHydraulics/mbsimHydraulics/hline.cc