modelWheelInterfaces
Partial base class containing common wheel interfaces
Extends from Modelica.Thermal.HeatTransfer.Interfaces.PartialElementaryConditionalHeatPortWithoutT (Partial model to include a conditional HeatPort in order to dissipate losses, used for textual modeling, i.e., for elementary models).
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
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | useHeatPort (from PartialElementaryConditionalHeatPortWithoutT) | false | = true, if heatPort is enabled |
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 | ||
| Modelica.Mechanics.Rotational.Interfaces.Flange_a | flange_a |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Power | lossPower (from PartialElementaryConditionalHeatPortWithoutT) | Loss power leaving component via heatPort (> 0, if heat is flowing out of component) |