WOLFRAM SYSTEM MODELER
WheelInterfacesPartial base class containing common wheel interfaces |
SystemModel["PlanarMechanics.VehicleComponents.Wheels.BaseClasses.WheelInterfaces"]
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 = ...).
useHeatPort |
Value: false Type: Boolean Description: = true, if heatPort is enabled |
---|
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) |
PlanarMechanics.VehicleComponents.Wheels.BaseClasses Enhanced partial base class containing wheel interfaces and icon |