Skip to content

Commit 48bb8ff

Browse files
committed
Forgot to add all modification on the previous commit
Forgot to select under Github Desktop all the items that I wanted to update. This is a follow up to the previous commit.
1 parent 392ee91 commit 48bb8ff

5 files changed

Lines changed: 384 additions & 17 deletions

File tree

OpenIPSL/Electrical/Controls/VariableSpeedDrive/ControllerLogic/VoltsHertzController.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ model VoltsHertzController "Volts/Hertz controller model"
1111

1212
import Modelica.Constants.pi;
1313

14-
parameter Real f_max = 80 "Maximum input voltage frequency" annotation (Dialog(group="VSD project specifics"));
15-
parameter Real f_min = 40 "Minimum input voltage frequency" annotation (Dialog(group="VSD project specifics"));
14+
parameter Modelica.Units.SI.Frequency f_max = 80 "Maximum input voltage frequency" annotation (Dialog(group="VSD project specifics"));
15+
parameter Modelica.Units.SI.Frequency f_min = 40 "Minimum input voltage frequency" annotation (Dialog(group="VSD project specifics"));
1616
parameter Real m0= 0.1 "Initial PWM Modulation Value" annotation (Dialog(group="VSD project specifics"));
1717

1818
Modelica.Blocks.Interfaces.RealInput motor_speed "Motor speed from motor model" annotation (Placement(

OpenIPSL/Electrical/Controls/VariableSpeedDrive/package.mo

Lines changed: 0 additions & 14 deletions
This file was deleted.

OpenIPSL/Electrical/Controls/package.order

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ CGMES
22
PSAT
33
PSSE
44
Simulink
5-
VariableSpeedDrive

0 commit comments

Comments
 (0)