Description
Class to be used as a callback interface for calculating the general spring-damper force.
#include <ChLinkTSDA.h>
Public Member Functions | |
virtual double | operator() (double time, double rest_length, double length, double vel, ChLinkTSDA *link)=0 |
Calculate and return the general spring-damper force at the specified configuration. More... | |
Member Function Documentation
◆ operator()()
|
pure virtual |
Calculate and return the general spring-damper force at the specified configuration.
If the link has internal ODE states, the current states can be accessed with link->GetStates().
- Parameters
-
time current time rest_length undeformed length length current length vel current velocity (positive when extending) link back-pointer to associated link
Implemented in chrono::vehicle::MapSpringDamperActuatorForce, chrono::vehicle::MapDamperForce, chrono::vehicle::DegressiveDamperForce, chrono::vehicle::LinearSpringBistopForce, chrono::vehicle::MapSpringBistopForce, chrono::vehicle::MapSpringForce, chrono::vehicle::LinearSpringDamperActuatorForce, chrono::vehicle::LinearSpringDamperForce, chrono::vehicle::LinearDamperForce, and chrono::vehicle::LinearSpringForce.
The documentation for this class was generated from the following file:
- /builds/uwsbel/chrono/src/chrono/physics/ChLinkTSDA.h