chrono::vehicle::MapSpringDamperActuatorForce Class Reference

Description

Utility class for specifying a map translational spring-damper force with pre-tension.

#include <ChSubsysDefs.h>

Inheritance diagram for chrono::vehicle::MapSpringDamperActuatorForce:
Collaboration diagram for chrono::vehicle::MapSpringDamperActuatorForce:

Public Member Functions

 MapSpringDamperActuatorForce (const std::vector< std::pair< double, double >> &dataK, const std::vector< std::pair< double, double >> &dataC, double f)
 
void add_pointK (double x, double y)
 
void add_pointC (double x, double y)
 
void set_f (double f)
 
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()

virtual double chrono::vehicle::MapSpringDamperActuatorForce::evaluate ( double  time,
double  rest_length,
double  length,
double  vel,
const ChLinkTSDA link 
)
inlineoverridevirtual

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
timecurrent time
rest_lengthundeformed length
lengthcurrent length
velcurrent velocity (positive when extending)
linkassociated TSDA link

Implements chrono::ChLinkTSDA::ForceFunctor.


The documentation for this class was generated from the following file:
  • /builds/uwsbel/chrono/src/chrono_vehicle/ChSubsysDefs.h