chrono::vehicle::MapDamperForce Class Reference
Description
Utility class for specifying a map translational damper force.
#include <ChSubsysDefs.h>
Inheritance diagram for chrono::vehicle::MapDamperForce:
Collaboration diagram for chrono::vehicle::MapDamperForce:
Public Member Functions | |
MapDamperForce (const std::vector< std::pair< double, double >> &data) | |
void | add_point (double x, double y) |
virtual double | evaluate (double time, double rest_length, double length, double vel, const ChLinkTSDA &link) override |
Calculate and return the general spring-damper force at the specified configuration. More... | |
Member Function Documentation
◆ evaluate()
|
overridevirtual |
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 associated TSDA link
Implements chrono::ChLinkTSDA::ForceFunctor.
The documentation for this class was generated from the following files:
- /builds/uwsbel/chrono/src/chrono_vehicle/ChSubsysDefs.h
- /builds/uwsbel/chrono/src/chrono_vehicle/ChSubsysDefs.cpp