|
| ClosableRigidLine (const std::string &name="") |
|
virtual std::string | getType () const |
|
void | setClosablePressureLoss (ClosablePressureLoss *cpL_) |
|
ClosablePressureLoss * | getClosablePressureLoss () const |
|
void | setSignal (MBSimControl::Signal *s) |
|
MBSimControl::Signal * | getSignal () const |
|
void | setMinimalValue (double v) |
|
double | getMinimalValue () const |
|
void | setBilateral (bool b=true) |
|
bool | isClosed () const |
|
double | getRegularizedValue () const |
|
void | init (InitStage stage) |
|
void | initializeUsingXML (xercesc::DOMElement *element) |
|
| RigidLine (const std::string &name="") |
|
void | setDiameter (double diameter_) |
|
double | getDiameter () const |
|
void | setLinePressureLoss (LinePressureLoss *pL_) |
|
void | init (InitStage stage) |
|
void | plot (double t, double dt) |
|
void | initializeUsingXML (xercesc::DOMElement *element) |
|
| RigidHLine (const std::string &name) |
|
void | setLength (double length_) |
|
double | getLength () const |
|
void | addInflowDependencyOnOutflow (RigidHLine *line) |
|
void | addInflowDependencyOnInflow (RigidHLine *line) |
|
virtual fmatvec::Vec | getQIn () |
|
virtual fmatvec::Vec | getQOut () |
|
virtual fmatvec::Vec | getInflowFactor () |
|
virtual fmatvec::Vec | getOutflowFactor () |
|
void | calcqSize () |
|
void | calcuSize (int j=0) |
|
fmatvec::Mat | calculateJacobian (std::vector< RigidHLine * > dep_check) |
|
virtual void | updateStateDependentVariables (double t) |
|
void | updateh (double t, int j=0) |
|
void | updateM (double t, int j=0) |
|
void | initializeUsingXML (xercesc::DOMElement *element) |
|
void | init (InitStage stage) |
|
void | plot (double t, double dt) |
|
| HLine (const std::string &name) |
|
virtual void | updateJacobians (double t, int j=0) |
|
virtual void | updateInverseKineticsJacobians (double t) |
|
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::Mat & | getJacobian () |
|
void | updateM (double t, int j=0) |
|
void | init (InitStage stage) |
|
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) |
|