|
| ClosableRigidLine (const std::string &name="") |
|
virtual std::string | getType () const |
|
void | setClosablePressureLoss (ClosablePressureLoss *cpL_) |
|
ClosablePressureLoss * | getClosablePressureLoss () const |
|
void | setFunction (MBSim::Function< double(double)> *s) |
|
MBSim::Function< double(double)> * | getFunction () const |
|
void | setMinimalValue (double v) |
|
double | getMinimalValue () const |
|
void | setBilateral (bool b=true) |
|
bool | isClosed () const |
|
double | evalRegularizedValue () 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 | plot () |
|
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) |
|
void | calcqSize () |
|
void | calcuSize (int j=0) |
|
fmatvec::Mat | calculateJacobian (std::vector< RigidHLine * > dep_check) |
|
void | updatePressureLossGravity () |
|
double | evalPressureLossGravity () |
|
void | updateQ () |
|
void | updateh (int j=0) |
|
void | updateM () |
|
void | initializeUsingXML (xercesc::DOMElement *element) |
|
void | resetUpToDate () |
|
| 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 | 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) |
|