You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -570,11 +550,7 @@ if it is mechanically fully 'open' (after a given opening duration) and the corr
570
550
Line(
571
551
points={{0,90},{0,34}},
572
552
color={255,0,255},
573
-
pattern=LinePattern.Dot)}),
574
-
Diagram(coordinateSystem(
575
-
preserveAspectRatio=false,
576
-
extent={{-100,-100},{100,100}},
577
-
grid={2,2}), graphics));
553
+
pattern=LinePattern.Dot)}));
578
554
end SwitchBase0;
579
555
580
556
partialmodel SwitchBase "Switch base, 1-phase"
@@ -597,11 +573,7 @@ if it is mechanically fully 'open' (after a given opening duration) and the corr
597
573
info="<html>
598
574
<p>Allows one or two conductors. The first is switched.</p>
599
575
</html>
600
-
"), Icon(coordinateSystem(
601
-
preserveAspectRatio=false,
602
-
extent={{-100,-100},{100,100}},
603
-
grid={2,2}), graphics),
604
-
Diagram(coordinateSystem(
576
+
"), Diagram(coordinateSystem(
605
577
preserveAspectRatio=false,
606
578
extent={{-100,-100},{100,100}},
607
579
grid={2,2}), graphics={
@@ -661,23 +633,12 @@ record BreakerArc "Breaker parameters, 3-phase"
661
633
Documentation(
662
634
info="<html>
663
635
</html>
664
-
"), Icon(coordinateSystem(
665
-
preserveAspectRatio=false,
666
-
extent={{-100,-100},{100,100}},
667
-
grid={2,2}), graphics),
668
-
Diagram(coordinateSystem(
669
-
preserveAspectRatio=false,
670
-
extent={{-100,-100},{100,100}},
671
-
grid={2,2}), graphics));
636
+
"));
672
637
end BreakerArc;
673
638
annotation (preferredView="info",
674
639
Documentation(info="<html>
675
640
<p>Records containing parameters of the corresponding components.</p>
676
-
</html>"),
677
-
Icon(coordinateSystem(
678
-
preserveAspectRatio=false,
679
-
extent={{-100,-100},{100,100}},
680
-
grid={2,2}), graphics));
641
+
</html>"));
681
642
end Parameters;
682
643
annotation (preferredView="info",
683
644
Documentation(info="<html>
@@ -687,8 +648,5 @@ Documentation(info="<html>
687
648
<tt><b>Switch</b></tt> is used for a component, that breaks the current during zero-crossing but does not contain any additional physical properties like arc-voltage etc.<br>
688
649
<tt><b>Breaker</b></tt> is used for a component that acts basically like a 'Switch' but contains additionally physical properties of plasma-arcs, opening duration etc.</p>
Interfaces.ThermalV_n heat( m=2) "heat source port {stator, rotor}"
238
219
annotation (Placement(transformation(
239
220
origin={0,100},
@@ -361,8 +342,5 @@ Documentation(info="<html>
361
342
<p>Contains both electrical and mechanical parts of DC-drives.</p>
362
343
<p>Heat ports must be connected. In cases where they are not needed, use 'Common.Thermal.BdCond(V)'.</p><p><a <p><a href=\"PowerSystems.UsersGuide.Overview\">up users guide</a></p>
0 commit comments