chrono::vehicle::fmtv::MTV_SpringForceRear Class Reference

Description

MTV rear spring functor class - implements a nonlinear spring.

#include <MTV_SpringDamper.h>

Inheritance diagram for chrono::vehicle::fmtv::MTV_SpringForceRear:
Collaboration diagram for chrono::vehicle::fmtv::MTV_SpringForceRear:

Public Member Functions

 MTV_SpringForceRear (double spring_constant, double min_length, double max_length)
 
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.
 

Member Function Documentation

◆ evaluate()

double chrono::vehicle::fmtv::MTV_SpringForceRear::evaluate ( double time,
double rest_length,
double length,
double vel,
const ChLinkTSDA & link )
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
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 files:
  • C:/M/B/src/chrono-9.0.1/src/chrono_models/vehicle/mtv/MTV_SpringDamper.h
  • C:/M/B/src/chrono-9.0.1/src/chrono_models/vehicle/mtv/MTV_SpringDamper.cpp