Skip to content

Commit a8c6758

Browse files
gkhalleydietmarw
authored andcommitted
Update Order5_Type1.mo
It seems reasonable to comment out "der(delta) = 0;" in the initial equation of Order5_Type1 to alleviate the over-specified condition. Fixes OpenIPSL#346
1 parent 2a6a4b4 commit a8c6758

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

OpenIPSL/Electrical/Machines/PSAT/Order5_Type1.mo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ protected
2323
parameter Types.PerUnit e1d0=vd0 + ra*id0 - x1q*iq0 "Initialization*";
2424
parameter Types.PerUnit e2d0=vd0 + ra*id0 - x1q*iq0 "Initialization";
2525
initial equation
26-
der(delta) = 0;
2726
der(e1q) = 0;
2827
der(e1d) = 0;
2928
der(e2d) = 0;

0 commit comments

Comments
 (0)