MBDyn-1.7.3
|
#include <friction.h>
Public Member Functions | |
SimplePlaneHingeJointSh_c (void) | |
virtual doublereal | Sh_c (void) const |
doublereal | Sh_c (const doublereal f, const doublereal F, const doublereal v) |
void | dSh_c (ExpandableRowVector &dShc, const doublereal f, const doublereal F, const doublereal v, const ExpandableRowVector &dfc, const ExpandableRowVector &dF, const ExpandableRowVector &dv) const |
![]() | |
virtual | ~BasicShapeCoefficient (void) |
Private Attributes | |
doublereal | shc |
Simple, low load shape coefficient for revolute hinge (PlaneHingeJoint)
Definition at line 316 of file friction.h.
SimplePlaneHingeJointSh_c::SimplePlaneHingeJointSh_c | ( | void | ) |
Definition at line 571 of file friction.cc.
|
virtual |
Compute derivatives of the shape coefficient
Implements BasicShapeCoefficient.
Definition at line 586 of file friction.cc.
References ExpandableRowVector::Link(), grad::pow(), ExpandableRowVector::ReDim(), ExpandableRowVector::Set(), and grad::sqrt().
|
virtual |
Return last computed shape coefficient
Implements BasicShapeCoefficient.
Definition at line 574 of file friction.cc.
References shc.
|
virtual |
Compute the shape coefficient
Implements BasicShapeCoefficient.
Definition at line 578 of file friction.cc.
References shc, and grad::sqrt().
|
private |
Definition at line 318 of file friction.h.
Referenced by Sh_c().