WOLFRAM SYSTEM MODELER

WheelInterfaces

Partial base class containing common wheel interfaces

Wolfram Language

In[1]:=
SystemModel["PlanarMechanics.VehicleComponents.Wheels.BaseClasses.WheelInterfaces"]
Out[1]:=

Information

This partial class contains common connectors needed for wheel models. In particular, frame_a is intended to connected a wheel carrier (also called upright) and flange_a to connect a driveline. This class should be extended to create a proper model, see e.g. IdealWheelJoint model.

Note: the loss power has to be provided by an equation in the model which inherits from this partial model, such as

WheelInterfaces model(lossPower = ...).

Parameters (1)

useHeatPort

Value: false

Type: Boolean

Description: = true, if heatPort is enabled

Connectors (3)

heatPort

Type: HeatPort_a

Description: Optional port to which dissipated losses are transported in form of heat

frame_a

Type: Frame_a

Description: Coordinate system (2-dim.) fixed to the component with one cut-force and cut-torque (blue icon)

flange_a

Type: Flange_a

Description: One-dimensional rotational flange of a shaft (filled circle icon)

Extended by (1)

WheelBase

PlanarMechanics.VehicleComponents.Wheels.BaseClasses

Enhanced partial base class containing wheel interfaces and icon