modelCompareBrakingTorque
Compare different braking torques
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Compare the effect of different braking torques on inertia's angular velocity
(inertiaN.w, N = {1, 2, 3, 4}):
- Constant torque
- Linear speed dependent torque
- Quadratic speed dependent torque
- Inverse speed dependent torque
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Inertia | J | 1 | Moment of inertia |
| SI.AngularVelocity | w_start | 100 | Initial speed of inertia |
| SI.Torque | tau_nominal | 100 | Nominal torque |
| SI.AngularVelocity | w_nominal | abs(w_start) | Nominal speed |
| SI.AngularVelocity | w0 | 1 | Speed limit for regularization |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Mechanics.Rotational.Components.Inertia | inertia1 | ||
| Modelica.Mechanics.Rotational.Sources.SignTorque | signTorque | ||
| Modelica.Mechanics.Rotational.Components.Inertia | inertia2 | ||
| Modelica.Mechanics.Rotational.Sources.LinearSpeedDependentTorque | linearSpeedDependentTorque | ||
| Modelica.Mechanics.Rotational.Components.Inertia | inertia3 | ||
| Modelica.Mechanics.Rotational.Sources.QuadraticSpeedDependentTorque | quadraticSpeedDependentTorque | ||
| Modelica.Mechanics.Rotational.Components.Inertia | inertia4 | ||
| Modelica.Mechanics.Rotational.Sources.InverseSpeedDependentTorque | inverseSpeedDependentTorque |