Skip to content

Commit 3c58726

Browse files
committed
Remove double modification from ESURRY
This caused a check error and is not necessary since the default values are used.
1 parent ccd759e commit 3c58726

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

  • OpenIPSL/Electrical/Controls/PSSE/ES

OpenIPSL/Electrical/Controls/PSSE/ES/ESURRY.mo

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@ model ESURRY "AC1A Excitation System"
6666
E_2=E_2,
6767
S_EE_1=S_EE_1,
6868
S_EE_2=S_EE_2,
69-
redeclare replaceable Modelica.Blocks.Continuous.LimIntegrator sISO(
70-
outMin=0,
71-
k=1/rotatingExciterWithDemagnetization.T_E,
72-
initType=Modelica.Blocks.Types.Init.InitialOutput,
73-
y_start=rotatingExciterWithDemagnetization.Efd0,
74-
outMax=Modelica.Constants.inf),
7569
K_D=K_D,
7670
Efd0=VE0,
7771
Sum(k3=K_D))

0 commit comments

Comments
 (0)