Opened 5 years ago

Last modified 5 years ago

#5976 closed defect

Impossible to set initial speeds in rad/s from GUI — at Version 1

Reported by: massimo ceraolo Owned by: Adeel Asghar
Priority: blocker Milestone: 1.16.0
Component: OMEdit Version:
Keywords: Cc:

Description (last modified by massimo ceraolo)

Consider the following model:

model speed
  Modelica.Mechanics.Rotational.Components.Inertia ICE(J = 0.73, w(displayUnit = "rpm", fixed = true, start = 17.48)) annotation(
    Placement(visible = true, transformation(extent = {{-12, -8}, {8, 12}}, rotation = 0)));
equation

annotation(
    Diagram(coordinateSystem(extent = {{-100, -80}, {100, 80}})),
    uses(Modelica(version = "3.2.3")));
end speed;

From the GUI it seems possible to set the initial speed in rad/s, but indeed it is impossible.
Tested with OM v1.16.0-dev-330.

Change History (1)

comment:1 by massimo ceraolo, 5 years ago

Description: modified (diff)
Summary: Impossible to set initial spees in rad/s from GUIImpossible to set initial speeds in rad/s from GUI
Note: See TracTickets for help on using tickets.