chrono::vehicle::m113::M113 Class Reference
Description
Definition of the m113 assembly.
This class encapsulates a concrete tracked vehicle model with parameters corresponding to a typical m113 and the powertrain model.
#include <M113.h>
Collaboration diagram for chrono::vehicle::m113::M113:
Public Member Functions | |
M113 (ChSystem *system) | |
void | SetContactMethod (ChContactMethod val) |
void | SetChassisFixed (bool val) |
void | SetChassisCollisionType (CollisionType val) |
void | SetWheelCollisionType (bool roadwheel_as_cylinder, bool idler_as_cylinder) |
void | SetBrakeType (BrakeType brake_type) |
void | SetTrackShoeType (TrackShoeType shoe_type) |
void | SetDrivelineType (DrivelineTypeTV driveline_type) |
void | SetPowertrainType (PowertrainModelType powertrain_type) |
void | SetTrackRSDA (bool val) |
void | SetInitPosition (const ChCoordsys<> &pos) |
void | SetInitFwdVel (double fwdVel) |
void | SetCollisionSystemType (collision::ChCollisionSystemType collsys_type) |
void | CreateTrack (bool val) |
ChSystem * | GetSystem () const |
ChTrackedVehicle & | GetVehicle () const |
std::shared_ptr< ChChassis > | GetChassis () const |
std::shared_ptr< ChBodyAuxRef > | GetChassisBody () const |
std::shared_ptr< ChDrivelineTV > | GetDriveline () const |
std::shared_ptr< ChPowertrain > | GetPowertrain () const |
double | GetTotalMass () const |
void | Initialize () |
void | SetAerodynamicDrag (double Cd, double area, double air_density) |
void | SetChassisVisualizationType (VisualizationType vis) |
void | SetSprocketVisualizationType (VisualizationType vis) |
void | SetIdlerVisualizationType (VisualizationType vis) |
void | SetRoadWheelAssemblyVisualizationType (VisualizationType vis) |
void | SetRoadWheelVisualizationType (VisualizationType vis) |
void | SetTrackShoeVisualizationType (VisualizationType vis) |
void | Synchronize (double time, const ChDriver::Inputs &driver_inputs, const TerrainForces &shoe_forces_left, const TerrainForces &shoe_forces_right) |
void | Advance (double step) |
void | LogConstraintViolations () |
Protected Attributes | |
ChContactMethod | m_contactMethod |
collision::ChCollisionSystemType | m_collsysType |
CollisionType | m_chassisCollisionType |
bool | m_fixed |
bool | m_create_track |
bool | m_wheel_cyl |
bool | m_idler_cyl |
BrakeType | m_brake_type |
TrackShoeType | m_shoe_type |
DrivelineTypeTV | m_driveline_type |
PowertrainModelType | m_powertrain_type |
bool | m_add_track_RSDA |
ChCoordsys | m_initPos |
double | m_initFwdVel |
bool | m_apply_drag |
double | m_Cd |
double | m_area |
double | m_air_density |
ChSystem * | m_system |
M113_Vehicle * | m_vehicle |
The documentation for this class was generated from the following files:
- /builds/uwsbel/chrono/src/chrono_models/vehicle/m113/M113.h
- /builds/uwsbel/chrono/src/chrono_models/vehicle/m113/M113.cpp