WOLFRAM SYSTEM MODELER

CarBody

Simplifed chassis model

Diagram

Wolfram Language

In[1]:=
SystemModel["IndustryExamples.AutomotiveTransportation.Driveline.Components.CarBody"]
Out[1]:=

Information

The car body takes the air drag into account with quadratic speed dependence. The output is the vehicle speed in km/h.

Connectors (2)

flange_a1

Type: Flange_a

Description: One-dimensional translational flange (left, flange axis directed INTO cut plane)

vehicleSpeed

Type: RealOutput

Description: 'output Real' as connector

Components (4)

toKPH

Type: Gain

Description: Output the product of a gain value with the input signal

tachometer

Type: SpeedSensor

Description: Ideal sensor to measure the absolute velocity

airDrag

Type: QuadraticSpeedDependentForce

Description: Quadratic dependency of force versus speed

lumpedBody

Type: Mass

Description: Sliding mass with inertia

Used in Examples (1)

DrivelineModel

IndustryExamples.AutomotiveTransportation.Driveline

A standard model of a driveline. Used for analyzing a drive cycle using the bundled Wolfram Language notebook.