Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing unsed parameter Ec0 from SEXS exciter #46

Merged
merged 2 commits into from May 13, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion OpenIPSL/Electrical/Controls/PSSE/ES/SEXS.mo
@@ -1,7 +1,6 @@
within OpenIPSL.Electrical.Controls.PSSE.ES;
model SEXS "Simplified excitation system model"
extends OpenIPSL.Electrical.Controls.PSSE.ES.BaseClasses.BaseExciter;
parameter Real Ec0;
parameter Real T_AT_B;
parameter Real T_B;
parameter Real K;
Expand Down
3 changes: 1 addition & 2 deletions OpenIPSL/Examples/Controls/PSSE/ES/SEXS.mo
Expand Up @@ -31,8 +31,7 @@ model SEXS "SMIB model example of GENROU with Excitation System EXST1"
K=100,
T_E=0.1,
E_MIN=-10,
E_MAX=10,
Ec0=1) annotation (Placement(transformation(extent={{-70,-54},{-108,-26}})));
E_MAX=10) annotation (Placement(transformation(extent={{-70,-54},{-108,-26}})));
Modelica.Blocks.Sources.Constant const(k=0) annotation (Placement(transformation(
extent={{4,-4},{-4,4}},
rotation=0,
Expand Down