MBDyn-1.7.3
|
#include <friction.h>
Public Member Functions | |
virtual doublereal | Sh_c (void) const |
virtual doublereal | Sh_c (const doublereal f, const doublereal F, const doublereal v) |
virtual 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) |
Simple shape coefficient: 1.
Definition at line 295 of file friction.h.
|
virtual |
Compute derivatives of the shape coefficient
Implements BasicShapeCoefficient.
Definition at line 558 of file friction.cc.
References ExpandableRowVector::Link(), ExpandableRowVector::ReDim(), and ExpandableRowVector::Set().
|
virtual |
Return last computed shape coefficient
Implements BasicShapeCoefficient.
Definition at line 547 of file friction.cc.
|
virtual |
Compute the shape coefficient
Implements BasicShapeCoefficient.
Definition at line 551 of file friction.cc.