@@ -13,7 +13,7 @@ model GroupBus8 "18kV/25MVA reactive power generation unit (synchronous condense
1313 Te= 0.7 ,
1414 v0= v_0,
1515 vrmin= 1.395 ,
16- vrmax= 6.810 ) annotation (Placement(visible = true, transformation(origin = {-2, 10}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
16+ vrmax= 6.810 ) annotation (Placement(visible = true, transformation(origin={0, 10}, extent = {{-10, -10}, {10, 10}}, rotation = 0)));
1717 OpenIPSL.Electrical.Machines.PSAT.Order6 Syn4(
1818 fn= 60 ,
1919 D= 2 ,
@@ -39,36 +39,35 @@ model GroupBus8 "18kV/25MVA reactive power generation unit (synchronous condense
3939 extent={{-20,-20},{20,20}},
4040 origin={60,0})));
4141 OpenIPSL.Interfaces.PwPin pwPin annotation (Placement(transformation(extent={{100,-10},
42- {120,10}}), iconTransformation(extent={{100,-10},{120,10}})));
42+ {120,10}}), iconTransformation(extent={{100,-10},{120,10}})));
4343equation
4444 connect (aVR3TypeII2.vf, Syn4.vf) annotation (
45- Line(points = {{10, 10}, {36, 10}}, color = {0, 0, 127}));
45+ Line(points={{12, 10},{36,10}}, color = {0, 0, 127}));
4646 connect (Syn4.v, aVR3TypeII2.v) annotation (
47- Line(points = {{82, 6}, {88, 6}, {88, -30}, {-18, -30}, {-18, 4}, {-14, 4}}, color = {0, 0, 127}));
47+ Line(points= {{82,6},{90, 6},{90,-32},{-20,-32},{-20, 4},{-12, 4}}, color = {0, 0, 127}));
4848 connect (Syn4.p, pwPin) annotation (Line(points={{80,0},{110,0}},
4949 color={0,0,255}));
50- connect (Syn4.pm0, Syn4.pm) annotation (Line(points={{44,-22},{44,-26 },{18,-26 },
51- {18,-10},{36,-10}}, color={0,0,127}));
50+ connect (Syn4.pm0, Syn4.pm) annotation (Line(points={{44,-22},{44,-28 },{28,-28},{28,-10},{36,-10} },
51+ color={0,0,127}));
5252 connect (Syn4.vf0, aVR3TypeII2.vf0) annotation (
53- Line(points = {{44, 22}, {44, 28}, {14, 28}, {14, -26}, {-2, -26}, {-2, -2}}, color = {0, 0, 127}));
53+ Line(points= {{44,22},{44,30},{20,30},{20,-12},{0,-12},{0, -2}}, color = {0, 0, 127}));
5454 connect (aVR3TypeII2.vref0, aVR3TypeII2.vref) annotation (
55- Line(points = {{-2, 22}, {-2, 28}, {-18, 28}, {-18, 16}, {-14, 16}}, color = {0, 0, 127}));
55+ Line(points={{0, 22},{0,30},{-20,30},{-20, 16},{-12, 16}}, color = {0, 0, 127}));
5656 annotation (
57- Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},{100,
58- 100}}), graphics={Text(lineColor = {0, 0, 255}, extent = {{-93, 6}, {-24, -12}}, textString = "" , textStyle = {TextStyle.Italic}),
59- Text(origin={-4.26002,12},
60- lineColor = {28, 108, 200}, fillColor = {0, 0, 255},
61- fillPattern = FillPattern.Solid, extent={{
62- -86.74,-32},{96.26,-52}}, textString = "%name" ),
57+ Icon(graphics={Text(lineColor = {0, 0, 255}, extent = {{-93, 6}, {-24, -12}}, textString = "" , textStyle = {TextStyle.Italic}),
58+ Text(
59+ lineColor={28,108,200},
60+ fillColor={0,0,255},
61+ fillPattern=FillPattern.Solid,
62+ extent={{-100,-20},{100,-40}},
63+ textString="%name" ),
6364 Line(points={{-60,0},{-20,40},{20,0},{60,40}},
64- color={28,108,200}),Ellipse(lineColor = {28, 108, 200}, extent={{-100,
65- -100},{100,100}})}),
65+ color={28,108,200}),Ellipse(lineColor = {28, 108, 200}, extent={{-100,-100},{100,100}})}),
6666 Documentation(info="<html>
6767<p>18kV/25MVA Reactive power generation unit (synchronous condenser) connected to bus 8, and composed of the following component models:</p>
6868<ul>
6969<li><strong>Machine</strong>: 6th order, from PSAT.</li>
7070<li><strong>Exciter</strong>: type II, from PSAT.</li>
7171</ul>
72- </html>" ),
73- Diagram(coordinateSystem(extent = {{-20, 40}, {120, -40}})));
72+ </html>" ));
7473end GroupBus8;
0 commit comments