chrono::vehicle::man::MAN_10t Class Reference

Description

Wrapper class for modeling an entire MAN 10t vehicle assembly (including the vehicle itself, the powertrain, and the tires).

#include <MAN_10t.h>

Collaboration diagram for chrono::vehicle::man::MAN_10t:

Public Member Functions

 MAN_10t (ChSystem *system)
void SetContactMethod (ChContactMethod val)
void SetCollisionSystemType (ChCollisionSystem::Type collsys_type)
void SetChassisFixed (bool val)
void SetChassisCollisionType (CollisionType val)
void SetDriveline8WD (bool val)
void SetEngineType (EngineModelType val)
void SetTransmissionType (TransmissionModelType val)
void SetBrakeType (BrakeType brake_type)
void SetTireType (TireModelType val)
void SetInitPosition (const ChCoordsys<> &pos)
void SetInitFwdVel (double fwdVel)
void SetInitWheelAngVel (const std::vector< double > &omega)
void SetTireStepSize (double step_size)
void EnableBrakeLocking (bool lock)
ChSystemGetSystem () const
ChWheeledVehicleGetVehicle () const
std::shared_ptr< ChChassisGetChassis () const
std::shared_ptr< ChBodyAuxRefGetChassisBody () const
void Initialize ()
void SetAerodynamicDrag (double Cd, double area, double air_density)
void SetChassisVisualizationType (VisualizationType vis)
void SetSuspensionVisualizationType (VisualizationType vis)
void SetSteeringVisualizationType (VisualizationType vis)
void SetWheelVisualizationType (VisualizationType vis)
void SetTireVisualizationType (VisualizationType vis)
void Synchronize (double time, const DriverInputs &driver_inputs, const ChTerrain &terrain)
void Advance (double step)
void LogHardpointLocations ()
void DebugLog (int what)

Protected Attributes

ChContactMethod m_contactMethod
ChCollisionSystem::Type m_collsysType
CollisionType m_chassisCollisionType
bool m_fixed
bool m_brake_locking
EngineModelType m_engineType
TransmissionModelType m_transmissionType
BrakeType m_brake_type
TireModelType m_tireType
bool m_use_8WD_drivetrain
double m_tire_step_size
ChCoordsys m_initPos
double m_initFwdVel
std::vector< double > m_initOmega
bool m_apply_drag
double m_Cd
double m_area
double m_air_density
ChSystemm_system
MAN_10t_Vehicle * m_vehicle
double m_tire_mass

The documentation for this class was generated from the following files:
  • D:/W/B/src/chrono-9.0.1/src/chrono_models/vehicle/man/MAN_10t.h
  • D:/W/B/src/chrono-9.0.1/src/chrono_models/vehicle/man/MAN_10t.cpp