modelWheelBase
Enhanced partial base class containing wheel interfaces and icon
Extends from WheelInterfaces (Partial base class containing common wheel interfaces).
Information
This partial class contains common connectors needed for wheel models, a simple icon and some parameters. 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
WheelBase model(lossPower = ...).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | useHeatPort (from PartialElementaryConditionalHeatPortWithoutT) | false | = true, if heatPort is enabled |
| SI.Length | radius | Wheel radius |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| HeatTransfer.Interfaces.HeatPort_a | heatPort (from PartialElementaryConditionalHeatPortWithoutT) | Optional port to which dissipated losses are transported in form of heat | |
| Interfaces.Frame_a | frame_a (from WheelInterfaces) | ||
| Modelica.Mechanics.Rotational.Interfaces.Flange_a | flange_a (from WheelInterfaces) |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Power | lossPower (from PartialElementaryConditionalHeatPortWithoutT) | Loss power leaving component via heatPort (> 0, if heat is flowing out of component) |