Skip to content

Commit

Permalink
Update package order #1575
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraMaier committed Oct 5, 2023
1 parent c533d55 commit c582a5c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ model ACACTransformerFull
offset=0,
height=-4000*0.8) "Load power consumption profile"
annotation (Placement(transformation(extent={{70,40},{50,60}})));
IBPSA.Electrical.AC.OnePhase.Conversion.ACACTransformerFull
tra_cc(
IBPSA.Electrical.AC.OnePhase.Conversion.ACACTransformerFull tra_cc(
VABase=4000,
R1=0.01,
L1=0.01,
Expand Down
2 changes: 1 addition & 1 deletion IBPSA/Electrical/AC/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ Added documentation.
</li>
</ul>
</html>"));
end AC;
end AC;
2 changes: 1 addition & 1 deletion IBPSA/Electrical/Interfaces/Load.mo
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ model Load "Partial model for a generic load"
max=IBPSA.Electrical.Types.InitMode.linearized) = IBPSA.Electrical.Types.InitMode.zero_current
"Initialization mode for homotopy operator" annotation(Dialog(tab = "Initialization"));

Modelica.Units.SI.Voltage v[:](start=PhaseSystem.phaseVoltages(V_nominal)) =
Modelica.Units.SI.Voltage v[:](start=PhaseSystem.phaseVoltages(V_nominal))=
terminal.v "Voltage vector";
Modelica.Units.SI.Current i[:](each start=0) = terminal.i "Current vector";
Modelica.Units.SI.Power S[PhaseSystem.n]=PhaseSystem.phasePowers_vi(v, -i)
Expand Down
6 changes: 3 additions & 3 deletions IBPSA/Electrical/package.order
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
UsersGuide
AC
Data
DC
Icons
Interfaces
PhaseSystems
Transmission
Types
Utilities
Data
Types
Interfaces
BaseClasses

0 comments on commit c582a5c

Please sign in to comment.