Description
MacPherson Strut suspension model for a bmw e90 vehicle (can be used in front or rear).
#include <BMW_E90_McPhersonStrut.h>


Public Member Functions | |
| BMW_E90_MacPhersonStrut (const std::string &name) | |
| virtual double | GetTrack () override |
| Get the wheel track for the suspension subsystem. | |
| BMW_E90_MacPhersonStrut (const std::string &name) | |
| virtual double | GetTrack () override |
| Get the wheel track for the suspension subsystem. | |
| BMW_E90_MacPhersonStrut (const std::string &name) | |
| virtual double | GetTrack () override |
| Get the wheel track for the suspension subsystem. | |
Public Member Functions inherited from chrono::vehicle::ChMacPhersonStrut | |
| virtual std::string | GetTemplateName () const override |
| Get the name of the vehicle subsystem template. | |
| virtual bool | IsSteerable () const final override |
| Specify whether or not this suspension can be steered. | |
| virtual bool | IsIndependent () const final override |
| Specify whether or not this is an independent suspension. | |
| virtual void | Initialize (std::shared_ptr< ChChassis > chassis, std::shared_ptr< ChSubchassis > subchassis, std::shared_ptr< ChSteering > steering, const ChVector3d &location, double left_ang_vel=0, double right_ang_vel=0) override |
| Initialize this suspension subsystem. | |
| virtual void | AddVisualizationAssets (VisualizationType vis) override |
| Add visualization assets for the suspension subsystem. | |
| virtual void | RemoveVisualizationAssets () override |
| Remove visualization assets for the suspension subsystem. | |
| std::shared_ptr< ChLinkTSDA > | GetSpring (VehicleSide side) const |
| Get a handle to the specified spring element. | |
| std::shared_ptr< ChLinkTSDA > | GetShock (VehicleSide side) const |
| Get a handle to the specified shock (damper) element. | |
| virtual std::vector< ForceTSDA > | ReportSuspensionForce (VehicleSide side) const override |
| Return current suspension TSDA force information on the specified side. | |
| double | GetSpringForce (VehicleSide side) const |
| Get the force in the spring element. | |
| double | GetSpringLength (VehicleSide side) const |
| Get the current length of the spring element. | |
| double | GetSpringDeformation (VehicleSide side) const |
| Get the current deformation of the spring element. | |
| double | GetShockForce (VehicleSide side) const |
| Get the force in the shock (damper) element. | |
| double | GetShockLength (VehicleSide side) const |
| Get the current length of the shock (damper) element. | |
| double | GetShockVelocity (VehicleSide side) const |
| Get the current deformation velocity of the shock (damper) element. | |
| ChVector3d | GetBallJointPosLCA (VehicleSide side) |
| Get position of the LCA ball joint (expressed in the global frame). | |
| virtual void | LogConstraintViolations (VehicleSide side) override |
| Log current constraint violations. | |
| virtual std::shared_ptr< ChBody > | GetAntirollBody (VehicleSide side) const override |
| Specify the suspension body on the specified side to attach a possible antirollbar subsystem. | |
| void | LogHardpointLocations (const ChVector3d &ref, bool inches=false) |
| Log the locations of all hardpoints. | |
Public Member Functions inherited from chrono::vehicle::ChSuspension | |
| const ChVector3d & | GetRelPosition () const |
| Get the location of the suspension subsystem relative to the associated chassis reference frame. | |
| std::shared_ptr< ChBody > | GetSpindle (VehicleSide side) const |
| Get a handle to the spindle body on the specified side. | |
| std::shared_ptr< ChShaft > | GetAxle (VehicleSide side) const |
| Get a handle to the axle shaft on the specified side. | |
| std::shared_ptr< ChLinkLockRevolute > | GetRevolute (VehicleSide side) const |
| Get a handle to the revolute joint on the specified side. | |
| const ChVector3d & | GetSpindlePos (VehicleSide side) const |
| Get the global location of the spindle on the specified side. | |
| ChQuaternion | GetSpindleRot (VehicleSide side) const |
| Get the orientation of the spindle body on the specified side. | |
| const ChVector3d & | GetSpindleLinVel (VehicleSide side) const |
| Get the linear velocity of the spindle body on the specified side. | |
| ChVector3d | GetSpindleAngVel (VehicleSide side) const |
| Get the angular velocity of the spindle body on the specified side. | |
| double | GetAxleSpeed (VehicleSide side) const |
| Get the angular speed of the axle on the specified side. | |
| virtual void | Synchronize (double time) |
| Synchronize this suspension subsystem. | |
| virtual void | Advance (double step) |
| Advance the state of the suspension subsystem by the specified time step. | |
| void | ApplyAxleTorque (VehicleSide side, double torque) |
| Apply the provided motor torque. | |
| virtual std::shared_ptr< ChBody > | GetBrakeBody (VehicleSide side) const |
| Specify the body on the specified side for a possible connection to brake subsystem. | |
| virtual std::vector< ForceRSDA > | ReportSuspensionTorque (VehicleSide side) const |
| Return current RSDA torque information on the specified side. | |
| void | ApplyParkingBrake (bool brake) |
| Simple model of a parking brake. | |
Public Member Functions inherited from chrono::vehicle::ChPart | |
| const std::string & | GetName () const |
| Get the name identifier for this subsystem. | |
| void | SetName (const std::string &name) |
| Set the name identifier for this subsystem. | |
| bool | IsInitialized () const |
| Return flag indicating whether or not the part is fully constructed. | |
| double | GetMass () const |
| Get the subsystem mass. | |
| const ChFrame & | GetCOMFrame () const |
| Get the current subsystem COM frame (relative to and expressed in the subsystem's reference frame). | |
| const ChMatrix33 & | GetInertia () const |
| Get the current subsystem inertia (relative to the subsystem COM frame). | |
| const ChFrame & | GetTransform () const |
| Get the current subsystem position relative to the global frame. | |
| void | SetVisualizationType (VisualizationType vis) |
| Set the visualization mode for this subsystem. | |
| virtual void | SetOutput (bool state) |
| Enable/disable output for this subsystem. | |
| bool | OutputEnabled () const |
| Return the output state for this subsystem. | |
Protected Member Functions | |
| virtual const ChVector3d | getLocation (PointId which) override |
| Return the location of the specified hardpoint. | |
| virtual double | getCamberAngle () const override |
| Return the camber angle, in radians (default: 0). | |
| virtual double | getToeAngle () const override |
| Return the toe angle, in radians (default: 0). | |
| virtual double | getSpindleMass () const override |
| Return the mass of the spindle body. | |
| virtual double | getStrutMass () const override |
| Return the mass of the strut body. | |
| virtual double | getLCAMass () const override |
| Return the mass of the lower control body. | |
| virtual double | getUprightMass () const override |
| Return the mass of the upright body. | |
| virtual double | getTierodMass () const override |
| Return the mass of the tierod body. | |
| virtual double | getSpindleRadius () const override |
| Return the radius of the spindle body (visualization only). | |
| virtual double | getStrutRadius () const override |
| Return the radius of the strut body (visualization only). | |
| virtual double | getSpindleWidth () const override |
| Return the width of the spindle body (visualization only). | |
| virtual double | getLCARadius () const override |
| Return the radius of the lower control arm body (visualization only). | |
| virtual double | getUprightRadius () const override |
| Return the radius of the upright body (visualization only). | |
| virtual const ChVector3d & | getSpindleInertia () const override |
| Return the moments of inertia of the spindle body. | |
| virtual const ChVector3d & | getStrutInertia () const override |
| Return the moments of inertia of the strut body. | |
| virtual const ChVector3d & | getLCAInertia () const override |
| Return the moments of inertia of the lower control arm body. | |
| virtual const ChVector3d & | getUprightInertia () const override |
| Return the moments of inertia of the upright body. | |
| virtual double | getAxleInertia () const override |
| Return the inertia of the axle shaft. | |
| virtual double | getSpringRestLength () const override |
| Return the free (rest) length of the spring element. | |
| virtual std::shared_ptr< ChLinkTSDA::ForceFunctor > | getSpringForceFunctor () const override |
| Return the functor object for spring force. | |
| virtual std::shared_ptr< ChLinkTSDA::ForceFunctor > | getShockForceFunctor () const override |
| Return the functor object for shock force. | |
| virtual const ChVector3d | getLocation (PointId which) override |
| Return the location of the specified hardpoint. | |
| virtual double | getCamberAngle () const override |
| Return the camber angle, in radians (default: 0). | |
| virtual double | getToeAngle () const override |
| Return the toe angle, in radians (default: 0). | |
| virtual double | getSpindleMass () const override |
| Return the mass of the spindle body. | |
| virtual double | getStrutMass () const override |
| Return the mass of the strut body. | |
| virtual double | getLCAMass () const override |
| Return the mass of the lower control body. | |
| virtual double | getUprightMass () const override |
| Return the mass of the upright body. | |
| virtual double | getTierodMass () const override |
| Return the mass of the tierod body. | |
| virtual double | getSpindleRadius () const override |
| Return the radius of the spindle body (visualization only). | |
| virtual double | getStrutRadius () const override |
| Return the radius of the strut body (visualization only). | |
| virtual double | getSpindleWidth () const override |
| Return the width of the spindle body (visualization only). | |
| virtual double | getLCARadius () const override |
| Return the radius of the lower control arm body (visualization only). | |
| virtual double | getUprightRadius () const override |
| Return the radius of the upright body (visualization only). | |
| virtual const ChVector3d & | getSpindleInertia () const override |
| Return the moments of inertia of the spindle body. | |
| virtual const ChVector3d & | getStrutInertia () const override |
| Return the moments of inertia of the strut body. | |
| virtual const ChVector3d & | getLCAInertia () const override |
| Return the moments of inertia of the lower control arm body. | |
| virtual const ChVector3d & | getUprightInertia () const override |
| Return the moments of inertia of the upright body. | |
| virtual double | getAxleInertia () const override |
| Return the inertia of the axle shaft. | |
| virtual double | getSpringRestLength () const override |
| Return the free (rest) length of the spring element. | |
| virtual std::shared_ptr< ChLinkTSDA::ForceFunctor > | getSpringForceFunctor () const override |
| Return the functor object for spring force. | |
| virtual std::shared_ptr< ChLinkTSDA::ForceFunctor > | getShockForceFunctor () const override |
| Return the functor object for shock force. | |
| virtual const ChVector3d | getLocation (PointId which) override |
| Return the location of the specified hardpoint. | |
| virtual double | getCamberAngle () const override |
| Return the camber angle, in radians (default: 0). | |
| virtual double | getToeAngle () const override |
| Return the toe angle, in radians (default: 0). | |
| virtual double | getSpindleMass () const override |
| Return the mass of the spindle body. | |
| virtual double | getStrutMass () const override |
| Return the mass of the strut body. | |
| virtual double | getLCAMass () const override |
| Return the mass of the lower control body. | |
| virtual double | getUprightMass () const override |
| Return the mass of the upright body. | |
| virtual double | getTierodMass () const override |
| Return the mass of the tierod body. | |
| virtual double | getSpindleRadius () const override |
| Return the radius of the spindle body (visualization only). | |
| virtual double | getStrutRadius () const override |
| Return the radius of the strut body (visualization only). | |
| virtual double | getSpindleWidth () const override |
| Return the width of the spindle body (visualization only). | |
| virtual double | getLCARadius () const override |
| Return the radius of the lower control arm body (visualization only). | |
| virtual double | getUprightRadius () const override |
| Return the radius of the upright body (visualization only). | |
| virtual const ChVector3d & | getSpindleInertia () const override |
| Return the moments of inertia of the spindle body. | |
| virtual const ChVector3d & | getStrutInertia () const override |
| Return the moments of inertia of the strut body. | |
| virtual const ChVector3d & | getLCAInertia () const override |
| Return the moments of inertia of the lower control arm body. | |
| virtual const ChVector3d & | getUprightInertia () const override |
| Return the moments of inertia of the upright body. | |
| virtual double | getAxleInertia () const override |
| Return the inertia of the axle shaft. | |
| virtual double | getSpringRestLength () const override |
| Return the free (rest) length of the spring element. | |
| virtual std::shared_ptr< ChLinkTSDA::ForceFunctor > | getSpringForceFunctor () const override |
| Return the functor object for spring force. | |
| virtual std::shared_ptr< ChLinkTSDA::ForceFunctor > | getShockForceFunctor () const override |
| Return the functor object for shock force. | |
Protected Member Functions inherited from chrono::vehicle::ChMacPhersonStrut | |
| ChMacPhersonStrut (const std::string &name) | |
| virtual bool | UseTierodBodies () const |
| Indicate whether or not tirod bodies are modelled (default: false). | |
| virtual void | InitializeInertiaProperties () override |
| Initialize subsystem inertia properties. | |
| virtual void | UpdateInertiaProperties () override |
| Update subsystem inertia properties. | |
| virtual const ChVector3d | getTierodInertia () const |
| Return the moments of inertia of the tierod body. | |
| virtual double | getTierodRadius () const |
| Return the radius of the tierod body (visualization only). | |
| virtual double | getShockRestLength () const |
| Return the free (rest) length of the shock element. | |
| virtual std::shared_ptr< ChVehicleBushingData > | getLCABushingData () const |
| Return stiffness and damping data for the LCA bushing. | |
| virtual std::shared_ptr< ChVehicleBushingData > | getTierodBushingData () const |
| Return stiffness and damping data for the tierod bushings. | |
Protected Member Functions inherited from chrono::vehicle::ChSuspension | |
| ChSuspension (const std::string &name) | |
| Construct a suspension subsystem with given name. | |
Protected Member Functions inherited from chrono::vehicle::ChPart | |
| ChPart (const std::string &name) | |
| Construct a vehicle subsystem with the specified name. | |
| void | AddMass (double &mass) |
| Add this subsystem's mass. | |
| void | AddInertiaProperties (ChVector3d &com, ChMatrix33<> &inertia) |
| Add this subsystem's inertia properties. | |
| virtual void | Create (const rapidjson::Document &d) |
| Create a vehicle subsystem from JSON data. | |
| void | ExportBodyList (rapidjson::Document &jsonDocument, std::vector< std::shared_ptr< ChBody > > bodies) const |
| Export the list of bodies to the specified JSON document. | |
| void | ExportShaftList (rapidjson::Document &jsonDocument, std::vector< std::shared_ptr< ChShaft > > shafts) const |
| Export the list of shafts to the specified JSON document. | |
| void | ExportJointList (rapidjson::Document &jsonDocument, std::vector< std::shared_ptr< ChLink > > joints) const |
| Export the list of joints to the specified JSON document. | |
| void | ExportCouplesList (rapidjson::Document &jsonDocument, std::vector< std::shared_ptr< ChShaftsCouple > > couples) const |
| Export the list of shaft couples to the specified JSON document. | |
| void | ExportMarkerList (rapidjson::Document &jsonDocument, std::vector< std::shared_ptr< ChMarker > > markers) const |
| Export the list of markers to the specified JSON document. | |
| void | ExportLinSpringList (rapidjson::Document &jsonDocument, std::vector< std::shared_ptr< ChLinkTSDA > > springs) const |
| Export the list of translational springs to the specified JSON document. | |
| void | ExportRotSpringList (rapidjson::Document &jsonDocument, std::vector< std::shared_ptr< ChLinkRSDA > > springs) const |
| Export the list of rotational springs to the specified JSON document. | |
| void | ExportBodyLoadList (rapidjson::Document &jsonDocument, std::vector< std::shared_ptr< ChLoadBodyBody > > loads) const |
| Export the list of body-body loads to the specified JSON document. | |
Additional Inherited Members | |
Static Public Member Functions inherited from chrono::vehicle::ChPart | |
| static ChMatrix33 | TransformInertiaMatrix (const ChVector3d &moments, const ChVector3d &products, const ChMatrix33<> &vehicle_rot, const ChMatrix33<> &body_rot) |
| Utility function for transforming inertia tensors between centroidal frames. | |
Protected Types inherited from chrono::vehicle::ChMacPhersonStrut | |
| enum | PointId { SPINDLE , UPRIGHT , LCA_F , LCA_B , LCA_U , LCA_CM , SHOCK_C , SHOCK_U , SPRING_C , SPRING_U , TIEROD_C , TIEROD_U , NUM_POINTS } |
| Identifiers for the various hardpoints. More... | |
Static Protected Member Functions inherited from chrono::vehicle::ChPart | |
| static void | RemoveVisualizationAssets (std::shared_ptr< ChPhysicsItem > item) |
| Erase all visual shapes from the visual model associated with the specified physics item (if any). | |
| static void | RemoveVisualizationAsset (std::shared_ptr< ChPhysicsItem > item, std::shared_ptr< ChVisualShape > shape) |
| Erase the given shape from the visual model associated with the specified physics item (if any). | |
Protected Attributes inherited from chrono::vehicle::ChMacPhersonStrut | |
| std::shared_ptr< ChBody > | m_upright [2] |
| upright bodies (left/right) | |
| std::shared_ptr< ChBody > | m_strut [2] |
| upper control arm bodies (left/right) | |
| std::shared_ptr< ChBody > | m_LCA [2] |
| lower control arm bodies (left/right) | |
| std::shared_ptr< ChBody > | m_tierod [2] |
| tierod bodies, if used (left/right) | |
| std::shared_ptr< ChLinkLockCylindrical > | m_cylindricalStrut [2] |
| strut-LCA cylindrical joints (left/right) | |
| std::shared_ptr< ChLinkUniversal > | m_universalStrut [2] |
| chassis-strut universal joints (left/right) | |
| std::shared_ptr< ChVehicleJoint > | m_revoluteLCA [2] |
| chassis-LCA revolute joints (left/right) | |
| std::shared_ptr< ChVehicleJoint > | m_sphericalLCA [2] |
| upright-LCA spherical joints (left/right) | |
| std::shared_ptr< ChLinkDistance > | m_distTierod [2] |
| tierod distance constraints (left/right) | |
| std::shared_ptr< ChVehicleJoint > | m_sphericalTierod [2] |
| tierod-upright spherical joints (left/right) | |
| std::shared_ptr< ChVehicleJoint > | m_universalTierod [2] |
| tierod-chassis universal joints (left/right) | |
| std::shared_ptr< ChLinkTSDA > | m_shock [2] |
| spring links (left/right) | |
| std::shared_ptr< ChLinkTSDA > | m_spring [2] |
| shock links (left/right) | |
Protected Attributes inherited from chrono::vehicle::ChSuspension | |
| ChVector3d | m_rel_loc |
| location relative to chassis | |
| std::shared_ptr< ChBody > | m_spindle [2] |
| handles to spindle bodies | |
| std::shared_ptr< ChShaft > | m_axle [2] |
| handles to axle shafts | |
| std::shared_ptr< ChShaftBodyRotation > | m_axle_to_spindle [2] |
| handles to spindle-shaft connectors | |
| std::shared_ptr< ChLinkLockRevolute > | m_revolute [2] |
| handles to spindle revolute joints | |
Protected Attributes inherited from chrono::vehicle::ChPart | |
| std::string | m_name |
| subsystem name | |
| bool | m_initialized |
| specifies whether ot not the part is fully constructed | |
| bool | m_output |
| specifies whether or not output is generated for this subsystem | |
| std::shared_ptr< ChPart > | m_parent |
| parent subsystem (empty if parent is vehicle) | |
| double | m_mass |
| subsystem mass | |
| ChMatrix33 | m_inertia |
| inertia tensor (relative to subsystem COM) | |
| ChFrame | m_com |
| COM frame (relative to subsystem reference frame) | |
| ChFrame | m_xform |
| subsystem frame expressed in the global frame | |
Member Function Documentation
◆ getAxleInertia() [1/3]
|
inlineoverrideprotectedvirtual |
Return the inertia of the axle shaft.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getAxleInertia() [2/3]
|
inlineoverrideprotectedvirtual |
Return the inertia of the axle shaft.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getAxleInertia() [3/3]
|
inlineoverrideprotectedvirtual |
Return the inertia of the axle shaft.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getCamberAngle() [1/3]
|
inlineoverrideprotectedvirtual |
Return the camber angle, in radians (default: 0).
Reimplemented from chrono::vehicle::ChMacPhersonStrut.
◆ getCamberAngle() [2/3]
|
inlineoverrideprotectedvirtual |
Return the camber angle, in radians (default: 0).
Reimplemented from chrono::vehicle::ChMacPhersonStrut.
◆ getCamberAngle() [3/3]
|
inlineoverrideprotectedvirtual |
Return the camber angle, in radians (default: 0).
Reimplemented from chrono::vehicle::ChMacPhersonStrut.
◆ getLCAInertia() [1/3]
|
inlineoverrideprotectedvirtual |
Return the moments of inertia of the lower control arm body.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getLCAInertia() [2/3]
|
inlineoverrideprotectedvirtual |
Return the moments of inertia of the lower control arm body.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getLCAInertia() [3/3]
|
inlineoverrideprotectedvirtual |
Return the moments of inertia of the lower control arm body.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getLCAMass() [1/3]
|
inlineoverrideprotectedvirtual |
Return the mass of the lower control body.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getLCAMass() [2/3]
|
inlineoverrideprotectedvirtual |
Return the mass of the lower control body.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getLCAMass() [3/3]
|
inlineoverrideprotectedvirtual |
Return the mass of the lower control body.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getLCARadius() [1/3]
|
inlineoverrideprotectedvirtual |
Return the radius of the lower control arm body (visualization only).
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getLCARadius() [2/3]
|
inlineoverrideprotectedvirtual |
Return the radius of the lower control arm body (visualization only).
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getLCARadius() [3/3]
|
inlineoverrideprotectedvirtual |
Return the radius of the lower control arm body (visualization only).
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getLocation() [1/3]
|
overrideprotectedvirtual |
Return the location of the specified hardpoint.
The returned location must be expressed in the suspension reference frame.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getLocation() [2/3]
|
overrideprotectedvirtual |
Return the location of the specified hardpoint.
The returned location must be expressed in the suspension reference frame.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getLocation() [3/3]
|
overrideprotectedvirtual |
Return the location of the specified hardpoint.
The returned location must be expressed in the suspension reference frame.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getShockForceFunctor() [1/3]
|
inlineoverrideprotectedvirtual |
Return the functor object for shock force.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getShockForceFunctor() [2/3]
|
inlineoverrideprotectedvirtual |
Return the functor object for shock force.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getShockForceFunctor() [3/3]
|
inlineoverrideprotectedvirtual |
Return the functor object for shock force.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getSpindleInertia() [1/3]
|
inlineoverrideprotectedvirtual |
Return the moments of inertia of the spindle body.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getSpindleInertia() [2/3]
|
inlineoverrideprotectedvirtual |
Return the moments of inertia of the spindle body.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getSpindleInertia() [3/3]
|
inlineoverrideprotectedvirtual |
Return the moments of inertia of the spindle body.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getSpindleMass() [1/3]
|
inlineoverrideprotectedvirtual |
Return the mass of the spindle body.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getSpindleMass() [2/3]
|
inlineoverrideprotectedvirtual |
Return the mass of the spindle body.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getSpindleMass() [3/3]
|
inlineoverrideprotectedvirtual |
Return the mass of the spindle body.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getSpindleRadius() [1/3]
|
inlineoverrideprotectedvirtual |
Return the radius of the spindle body (visualization only).
Implements chrono::vehicle::ChSuspension.
◆ getSpindleRadius() [2/3]
|
inlineoverrideprotectedvirtual |
Return the radius of the spindle body (visualization only).
Implements chrono::vehicle::ChSuspension.
◆ getSpindleRadius() [3/3]
|
inlineoverrideprotectedvirtual |
Return the radius of the spindle body (visualization only).
Implements chrono::vehicle::ChSuspension.
◆ getSpindleWidth() [1/3]
|
inlineoverrideprotectedvirtual |
Return the width of the spindle body (visualization only).
Implements chrono::vehicle::ChSuspension.
◆ getSpindleWidth() [2/3]
|
inlineoverrideprotectedvirtual |
Return the width of the spindle body (visualization only).
Implements chrono::vehicle::ChSuspension.
◆ getSpindleWidth() [3/3]
|
inlineoverrideprotectedvirtual |
Return the width of the spindle body (visualization only).
Implements chrono::vehicle::ChSuspension.
◆ getSpringForceFunctor() [1/3]
|
inlineoverrideprotectedvirtual |
Return the functor object for spring force.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getSpringForceFunctor() [2/3]
|
inlineoverrideprotectedvirtual |
Return the functor object for spring force.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getSpringForceFunctor() [3/3]
|
inlineoverrideprotectedvirtual |
Return the functor object for spring force.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getSpringRestLength() [1/3]
|
inlineoverrideprotectedvirtual |
Return the free (rest) length of the spring element.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getSpringRestLength() [2/3]
|
inlineoverrideprotectedvirtual |
Return the free (rest) length of the spring element.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getSpringRestLength() [3/3]
|
inlineoverrideprotectedvirtual |
Return the free (rest) length of the spring element.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getStrutInertia() [1/3]
|
inlineoverrideprotectedvirtual |
Return the moments of inertia of the strut body.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getStrutInertia() [2/3]
|
inlineoverrideprotectedvirtual |
Return the moments of inertia of the strut body.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getStrutInertia() [3/3]
|
inlineoverrideprotectedvirtual |
Return the moments of inertia of the strut body.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getStrutMass() [1/3]
|
inlineoverrideprotectedvirtual |
Return the mass of the strut body.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getStrutMass() [2/3]
|
inlineoverrideprotectedvirtual |
Return the mass of the strut body.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getStrutMass() [3/3]
|
inlineoverrideprotectedvirtual |
Return the mass of the strut body.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getStrutRadius() [1/3]
|
inlineoverrideprotectedvirtual |
Return the radius of the strut body (visualization only).
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getStrutRadius() [2/3]
|
inlineoverrideprotectedvirtual |
Return the radius of the strut body (visualization only).
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getStrutRadius() [3/3]
|
inlineoverrideprotectedvirtual |
Return the radius of the strut body (visualization only).
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getTierodMass() [1/3]
|
inlineoverrideprotectedvirtual |
Return the mass of the tierod body.
Reimplemented from chrono::vehicle::ChMacPhersonStrut.
◆ getTierodMass() [2/3]
|
inlineoverrideprotectedvirtual |
Return the mass of the tierod body.
Reimplemented from chrono::vehicle::ChMacPhersonStrut.
◆ getTierodMass() [3/3]
|
inlineoverrideprotectedvirtual |
Return the mass of the tierod body.
Reimplemented from chrono::vehicle::ChMacPhersonStrut.
◆ getToeAngle() [1/3]
|
inlineoverrideprotectedvirtual |
Return the toe angle, in radians (default: 0).
A positive value indicates toe-in, a negative value indicates toe-out.
Reimplemented from chrono::vehicle::ChMacPhersonStrut.
◆ getToeAngle() [2/3]
|
inlineoverrideprotectedvirtual |
Return the toe angle, in radians (default: 0).
A positive value indicates toe-in, a negative value indicates toe-out.
Reimplemented from chrono::vehicle::ChMacPhersonStrut.
◆ getToeAngle() [3/3]
|
inlineoverrideprotectedvirtual |
Return the toe angle, in radians (default: 0).
A positive value indicates toe-in, a negative value indicates toe-out.
Reimplemented from chrono::vehicle::ChMacPhersonStrut.
◆ GetTrack() [1/3]
|
inlineoverridevirtual |
Get the wheel track for the suspension subsystem.
Reimplemented from chrono::vehicle::ChMacPhersonStrut.
◆ GetTrack() [2/3]
|
inlineoverridevirtual |
Get the wheel track for the suspension subsystem.
Reimplemented from chrono::vehicle::ChMacPhersonStrut.
◆ GetTrack() [3/3]
|
inlineoverridevirtual |
Get the wheel track for the suspension subsystem.
Reimplemented from chrono::vehicle::ChMacPhersonStrut.
◆ getUprightInertia() [1/3]
|
inlineoverrideprotectedvirtual |
Return the moments of inertia of the upright body.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getUprightInertia() [2/3]
|
inlineoverrideprotectedvirtual |
Return the moments of inertia of the upright body.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getUprightInertia() [3/3]
|
inlineoverrideprotectedvirtual |
Return the moments of inertia of the upright body.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getUprightMass() [1/3]
|
inlineoverrideprotectedvirtual |
Return the mass of the upright body.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getUprightMass() [2/3]
|
inlineoverrideprotectedvirtual |
Return the mass of the upright body.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getUprightMass() [3/3]
|
inlineoverrideprotectedvirtual |
Return the mass of the upright body.
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getUprightRadius() [1/3]
|
inlineoverrideprotectedvirtual |
Return the radius of the upright body (visualization only).
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getUprightRadius() [2/3]
|
inlineoverrideprotectedvirtual |
Return the radius of the upright body (visualization only).
Implements chrono::vehicle::ChMacPhersonStrut.
◆ getUprightRadius() [3/3]
|
inlineoverrideprotectedvirtual |
Return the radius of the upright body (visualization only).
Implements chrono::vehicle::ChMacPhersonStrut.
The documentation for this class was generated from the following files:
- C:/M/B/src/chrono-9.0.1/src/chrono_models/vehicle/bmw/BMW_E90_MacPhersonStrut.h
- C:/M/B/src/chrono-9.0.1/src/chrono_models/vehicle/bmw/BMW_E90_McPhersonAxle.h
- C:/M/B/src/chrono-9.0.1/src/chrono_models/vehicle/bmw/BMW_E90_McPhersonStrut.h
- C:/M/B/src/chrono-9.0.1/src/chrono_models/vehicle/bmw/BMW_E90_MacPhersonStrut.cpp
- C:/M/B/src/chrono-9.0.1/src/chrono_models/vehicle/bmw/BMW_E90_McPhersonAxle.cpp
- C:/M/B/src/chrono-9.0.1/src/chrono_models/vehicle/bmw/BMW_E90_McPhersonStrut.cpp
Public Member Functions inherited from