From c582a5c14c0ffd4d6a780d1c60dbf24535601793 Mon Sep 17 00:00:00 2001 From: "laura.maier" Date: Thu, 5 Oct 2023 17:28:10 +0200 Subject: [PATCH] Update package order #1575 --- .../AC/OnePhase/Conversion/Examples/ACACTransformerFull.mo | 3 +-- IBPSA/Electrical/AC/package.mo | 2 +- IBPSA/Electrical/Interfaces/Load.mo | 2 +- IBPSA/Electrical/package.order | 6 +++--- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/IBPSA/Electrical/AC/OnePhase/Conversion/Examples/ACACTransformerFull.mo b/IBPSA/Electrical/AC/OnePhase/Conversion/Examples/ACACTransformerFull.mo index d8a715c882..360a6e8e4e 100644 --- a/IBPSA/Electrical/AC/OnePhase/Conversion/Examples/ACACTransformerFull.mo +++ b/IBPSA/Electrical/AC/OnePhase/Conversion/Examples/ACACTransformerFull.mo @@ -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, diff --git a/IBPSA/Electrical/AC/package.mo b/IBPSA/Electrical/AC/package.mo index ea707cd1ba..6700079d9c 100644 --- a/IBPSA/Electrical/AC/package.mo +++ b/IBPSA/Electrical/AC/package.mo @@ -146,4 +146,4 @@ Added documentation. ")); -end AC; \ No newline at end of file +end AC; diff --git a/IBPSA/Electrical/Interfaces/Load.mo b/IBPSA/Electrical/Interfaces/Load.mo index 7cd9dd0dcd..fbf4e2dacf 100644 --- a/IBPSA/Electrical/Interfaces/Load.mo +++ b/IBPSA/Electrical/Interfaces/Load.mo @@ -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) diff --git a/IBPSA/Electrical/package.order b/IBPSA/Electrical/package.order index 937832306a..257b312809 100644 --- a/IBPSA/Electrical/package.order +++ b/IBPSA/Electrical/package.order @@ -1,11 +1,11 @@ UsersGuide AC -Data DC Icons -Interfaces PhaseSystems Transmission -Types Utilities +Data +Types +Interfaces BaseClasses