Ticket #2429: trace.txt

File trace.txt, 305.3 KB (added by Adrian Pop, 11 years ago)

instantiation of asmaFlow + dumpindxdae

Line 
1"function Modelica.Electrical.Machines.Interfaces.InductionMachines.PartialPowerBalanceInductionMachines \"Automatically generated record constructor for Modelica.Electrical.Machines.Interfaces.InductionMachines.PartialPowerBalanceInductionMachines\"
2 input Real(quantity=\"Power\", unit=\"W\") powerStator = 0.0;
3 input Real(quantity=\"Power\", unit=\"W\") powerMechanical = 0.0;
4 input Real(quantity=\"Power\", unit=\"W\") powerInertiaStator = 0.0;
5 input Real(quantity=\"Power\", unit=\"W\") powerInertiaRotor = 0.0;
6 input Real(quantity=\"Power\", unit=\"W\") lossPowerTotal = 0.0;
7 input Real(quantity=\"Power\", unit=\"W\") lossPowerStatorWinding = 0.0;
8 input Real(quantity=\"Power\", unit=\"W\") lossPowerStatorCore = 0.0;
9 input Real(quantity=\"Power\", unit=\"W\") lossPowerRotorCore = 0.0;
10 input Real(quantity=\"Power\", unit=\"W\") lossPowerStrayLoad = 0.0;
11 input Real(quantity=\"Power\", unit=\"W\") lossPowerFriction = 0.0;
12 output PartialPowerBalanceInductionMachines res;
13end Modelica.Electrical.Machines.Interfaces.InductionMachines.PartialPowerBalanceInductionMachines;
14
15function Modelica.Electrical.Machines.Interfaces.InductionMachines.PowerBalanceAIMC \"Automatically generated record constructor for Modelica.Electrical.Machines.Interfaces.InductionMachines.PowerBalanceAIMC\"
16 input Real(quantity=\"Power\", unit=\"W\") powerStator = 0.0;
17 input Real(quantity=\"Power\", unit=\"W\") powerMechanical = 0.0;
18 input Real(quantity=\"Power\", unit=\"W\") powerInertiaStator = 0.0;
19 input Real(quantity=\"Power\", unit=\"W\") powerInertiaRotor = 0.0;
20 input Real(quantity=\"Power\", unit=\"W\") lossPowerStatorWinding = 0.0;
21 input Real(quantity=\"Power\", unit=\"W\") lossPowerStatorCore = 0.0;
22 input Real(quantity=\"Power\", unit=\"W\") lossPowerRotorCore = 0.0;
23 input Real(quantity=\"Power\", unit=\"W\") lossPowerStrayLoad = 0.0;
24 input Real(quantity=\"Power\", unit=\"W\") lossPowerFriction = 0.0;
25 input Real(quantity=\"Power\", unit=\"W\") lossPowerRotorWinding;
26 input Real(quantity=\"Power\", unit=\"W\") lossPowerTotal = lossPowerStatorWinding + lossPowerStatorCore + lossPowerRotorCore + lossPowerStrayLoad + lossPowerFriction + lossPowerRotorWinding;
27 output PowerBalanceAIMC res;
28end Modelica.Electrical.Machines.Interfaces.InductionMachines.PowerBalanceAIMC;
29
30function Modelica.Electrical.Machines.Losses.CoreParameters \"Automatically generated record constructor for Modelica.Electrical.Machines.Losses.CoreParameters\"
31 input Integer m;
32 input Real(min=0.0, quantity=\"Power\", unit=\"W\") PRef = 0.0;
33 input Real(min=1e-60, quantity=\"ElectricPotential\", unit=\"V\") VRef;
34 input Real(min=1e-60, quantity=\"AngularVelocity\", unit=\"rad/s\") wRef;
35 input Real(min=0.0, max=1.0, start=0.775) ratioHysteresis = 0.0;
36 input Real(quantity=\"Conductance\", unit=\"S\") GcRef = if PRef <= 0.0 then 0.0 else PRef / (VRef ^ 2.0 * /*Real*/(m));
37 input Real(quantity=\"AngularVelocity\", unit=\"rad/s\") wMin = 0.000001 * wRef;
38 output CoreParameters res;
39end Modelica.Electrical.Machines.Losses.CoreParameters;
40
41function Modelica.Electrical.Machines.Losses.FrictionParameters \"Automatically generated record constructor for Modelica.Electrical.Machines.Losses.FrictionParameters\"
42 input Real(min=0.0, quantity=\"Power\", unit=\"W\") PRef = 0.0;
43 input Real(displayUnit=\"1/min\", min=1e-60, quantity=\"AngularVelocity\", unit=\"rad/s\") wRef;
44 input Real(min=1e-60) power_w = 2.0;
45 input Real(quantity=\"Torque\", unit=\"N.m\") tauRef = if PRef <= 0.0 then 0.0 else PRef / wRef;
46 input Real linear = 0.001;
47 input Real(quantity=\"Torque\", unit=\"N.m\") tauLinear = if PRef <= 0.0 then 0.0 else tauRef * (wLinear / wRef) ^ power_w;
48 input Real(quantity=\"AngularVelocity\", unit=\"rad/s\") wLinear = linear * wRef;
49 output FrictionParameters res;
50end Modelica.Electrical.Machines.Losses.FrictionParameters;
51
52function Modelica.Electrical.Machines.Losses.StrayLoadParameters \"Automatically generated record constructor for Modelica.Electrical.Machines.Losses.StrayLoadParameters\"
53 input Real(min=0.0, quantity=\"Power\", unit=\"W\") PRef = 0.0;
54 input Real(min=1e-60, quantity=\"ElectricCurrent\", unit=\"A\") IRef;
55 input Real(displayUnit=\"1/min\", min=1e-60, quantity=\"AngularVelocity\", unit=\"rad/s\") wRef;
56 input Real(min=1e-60) power_w = 1.0;
57 input Real(quantity=\"Torque\", unit=\"N.m\") tauRef = if PRef <= 0.0 then 0.0 else PRef / wRef;
58 output StrayLoadParameters res;
59end Modelica.Electrical.Machines.Losses.StrayLoadParameters;
60
61function Modelica.Electrical.Machines.SpacePhasors.Functions.activePower
62 input Real[3] v(quantity = \"ElectricPotential\", unit = \"V\");
63 input Real[3] i(quantity = \"ElectricCurrent\", unit = \"A\");
64 output Real p(quantity = \"Power\", unit = \"W\");
65 protected constant Integer m = 3;
66 protected constant Real pi(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\") = 3.141592653589793;
67 protected Real[2] v_(quantity = \"ElectricPotential\", unit = \"V\");
68 protected Real[2] i_(quantity = \"ElectricCurrent\", unit = \"A\");
69algorithm
70 v_ := {0.0, 0.0};
71 i_ := {0.0, 0.0};
72 for k in 1:3 loop
73 v_ := {v_[1] + cos(2.0943951023931953 * /*Real*/(k + -1)) * 0.6666666666666666 * v[k], v_[2] + sin(2.0943951023931953 * /*Real*/(k + -1)) * 0.6666666666666666 * v[k]};
74 i_ := {i_[1] + cos(2.0943951023931953 * /*Real*/(k + -1)) * 0.6666666666666666 * i[k], i_[2] + sin(2.0943951023931953 * /*Real*/(k + -1)) * 0.6666666666666666 * i[k]};
75 end for;
76 p := 1.5 * (v_[1] * i_[1] + v_[2] * i_[2]);
77end Modelica.Electrical.Machines.SpacePhasors.Functions.activePower;
78
79function Modelica.Electrical.Machines.Thermal.convertAlpha
80 input Real alpha1(quantity = \"LinearTemperatureCoefficient\", unit = \"1/K\");
81 input Real T2(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
82 input Real T1(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0) = 293.15;
83 output Real alpha2(quantity = \"LinearTemperatureCoefficient\", unit = \"1/K\");
84algorithm
85 alpha2 := alpha1 / (1.0 + alpha1 * (T2 - T1));
86end Modelica.Electrical.Machines.Thermal.convertAlpha;
87
88function Modelica.Electrical.MultiPhase.Functions.quasiRMS
89 input Real[:] x;
90 output Real y;
91algorithm
92 y := sqrt(sum(x .^ 2.0 / /*Real*/(size(x, 1))));
93end Modelica.Electrical.MultiPhase.Functions.quasiRMS;
94
95function Modelica.Electrical.MultiPhase.Functions.symmetricOrientation
96 input Integer m;
97 output Real[m] orientation(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\");
98algorithm
99 if mod(m, 2) == 0 then
100 if m == 2 then
101 orientation[1] := 0.0;
102 orientation[2] := 1.5707963267948966;
103 else
104 orientation[1:integer(/*Real*/(m) / 2.0)] := Modelica.Electrical.MultiPhase.Functions.symmetricOrientation(integer(/*Real*/(m) / 2.0));
105 orientation[1 + integer(/*Real*/(m) / 2.0):m] := Modelica.Electrical.MultiPhase.Functions.symmetricOrientation(integer(/*Real*/(m) / 2.0)) - fill(3.141592653589793 / /*Real*/(m), integer(/*Real*/(m) / 2.0));
106 end if;
107 else
108 orientation := array(3.141592653589793 * /*Real*/(2 * k + -2) / /*Real*/(m) for k in 1:m);
109 end if;
110end Modelica.Electrical.MultiPhase.Functions.symmetricOrientation;
111
112class asmaFlow
113 parameter Real DeltaOmEl(quantity = \"AngularVelocity\", unit = \"rad/s\") = 25.0;
114 parameter Integer terminalBox.m = 3;
115 parameter String terminalBox.terminalConnection(start = \"Y\");
116 parameter Integer terminalBox.plug_sp.m(min = 1) = terminalBox.m;
117 Real terminalBox.plug_sp.pin[1].v(quantity = \"ElectricPotential\", unit = \"V\");
118 Real terminalBox.plug_sp.pin[1].i(quantity = \"ElectricCurrent\", unit = \"A\");
119 Real terminalBox.plug_sp.pin[2].v(quantity = \"ElectricPotential\", unit = \"V\");
120 Real terminalBox.plug_sp.pin[2].i(quantity = \"ElectricCurrent\", unit = \"A\");
121 Real terminalBox.plug_sp.pin[3].v(quantity = \"ElectricPotential\", unit = \"V\");
122 Real terminalBox.plug_sp.pin[3].i(quantity = \"ElectricCurrent\", unit = \"A\");
123 parameter Integer terminalBox.plug_sn.m(min = 1) = terminalBox.m;
124 Real terminalBox.plug_sn.pin[1].v(quantity = \"ElectricPotential\", unit = \"V\");
125 Real terminalBox.plug_sn.pin[1].i(quantity = \"ElectricCurrent\", unit = \"A\");
126 Real terminalBox.plug_sn.pin[2].v(quantity = \"ElectricPotential\", unit = \"V\");
127 Real terminalBox.plug_sn.pin[2].i(quantity = \"ElectricCurrent\", unit = \"A\");
128 Real terminalBox.plug_sn.pin[3].v(quantity = \"ElectricPotential\", unit = \"V\");
129 Real terminalBox.plug_sn.pin[3].i(quantity = \"ElectricCurrent\", unit = \"A\");
130 parameter Integer terminalBox.plugSupply.m(min = 1) = terminalBox.m;
131 Real terminalBox.plugSupply.pin[1].v(quantity = \"ElectricPotential\", unit = \"V\");
132 Real terminalBox.plugSupply.pin[1].i(quantity = \"ElectricCurrent\", unit = \"A\");
133 Real terminalBox.plugSupply.pin[2].v(quantity = \"ElectricPotential\", unit = \"V\");
134 Real terminalBox.plugSupply.pin[2].i(quantity = \"ElectricCurrent\", unit = \"A\");
135 Real terminalBox.plugSupply.pin[3].v(quantity = \"ElectricPotential\", unit = \"V\");
136 Real terminalBox.plugSupply.pin[3].i(quantity = \"ElectricCurrent\", unit = \"A\");
137 parameter Integer terminalBox.star.m(min = 1) = terminalBox.m;
138 Real terminalBox.star.pin_n.v(quantity = \"ElectricPotential\", unit = \"V\");
139 Real terminalBox.star.pin_n.i(quantity = \"ElectricCurrent\", unit = \"A\");
140 parameter Integer terminalBox.star.plug_p.m(min = 1) = terminalBox.star.m;
141 Real terminalBox.star.plug_p.pin[1].v(quantity = \"ElectricPotential\", unit = \"V\");
142 Real terminalBox.star.plug_p.pin[1].i(quantity = \"ElectricCurrent\", unit = \"A\");
143 Real terminalBox.star.plug_p.pin[2].v(quantity = \"ElectricPotential\", unit = \"V\");
144 Real terminalBox.star.plug_p.pin[2].i(quantity = \"ElectricCurrent\", unit = \"A\");
145 Real terminalBox.star.plug_p.pin[3].v(quantity = \"ElectricPotential\", unit = \"V\");
146 Real terminalBox.star.plug_p.pin[3].i(quantity = \"ElectricCurrent\", unit = \"A\");
147 Real terminalBox.starpoint.v(quantity = \"ElectricPotential\", unit = \"V\");
148 Real terminalBox.starpoint.i(quantity = \"ElectricCurrent\", unit = \"A\");
149 final parameter Integer aimc.m = 3;
150 parameter Integer aimc.p(min = 1, start = 2) = 2;
151 parameter Real aimc.fsNominal(quantity = \"Frequency\", unit = \"Hz\", start = 50.0) = 50.0;
152 parameter Real aimc.TsOperational(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 293.15, nominal = 300.0);
153 parameter Real aimc.Rs(quantity = \"Resistance\", unit = \"Ohm\", start = 0.03) = 0.435;
154 parameter Real aimc.TsRef(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 293.15, nominal = 300.0);
155 parameter Real aimc.alpha20s(quantity = \"LinearTemperatureCoefficient\", unit = \"1/K\", start = 0.0);
156 constant Real aimc.pi(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\") = 3.141592653589793;
157 parameter Real aimc.Jr(quantity = \"MomentOfInertia\", unit = \"kg.m2\", start = 0.29) = 2.0;
158 parameter Boolean aimc.useSupport = false;
159 parameter Boolean aimc.useThermalPort = false;
160 Real aimc.flange.phi(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\");
161 Real aimc.flange.tau(quantity = \"Torque\", unit = \"N.m\");
162 Real aimc.internalSupport.phi(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\");
163 Real aimc.internalSupport.tau(quantity = \"Torque\", unit = \"N.m\");
164 constant Integer aimc.spacePhasorS.m = 3;
165 constant Real aimc.spacePhasorS.pi = 3.141592653589793;
166 parameter Real aimc.spacePhasorS.turnsRatio = 1.0;
167 Real aimc.spacePhasorS.zero.v(quantity = \"ElectricPotential\", unit = \"V\");
168 Real aimc.spacePhasorS.zero.i(quantity = \"ElectricCurrent\", unit = \"A\");
169 Real aimc.spacePhasorS.ground.v(quantity = \"ElectricPotential\", unit = \"V\");
170 Real aimc.spacePhasorS.ground.i(quantity = \"ElectricCurrent\", unit = \"A\");
171 Real aimc.spacePhasorS.spacePhasor.v_[1](quantity = \"ElectricPotential\", unit = \"V\");
172 Real aimc.spacePhasorS.spacePhasor.v_[2](quantity = \"ElectricPotential\", unit = \"V\");
173 Real aimc.spacePhasorS.spacePhasor.i_[1](quantity = \"ElectricCurrent\", unit = \"A\");
174 Real aimc.spacePhasorS.spacePhasor.i_[2](quantity = \"ElectricCurrent\", unit = \"A\");
175 Real aimc.spacePhasorS.v[1](quantity = \"ElectricPotential\", unit = \"V\");
176 Real aimc.spacePhasorS.v[2](quantity = \"ElectricPotential\", unit = \"V\");
177 Real aimc.spacePhasorS.v[3](quantity = \"ElectricPotential\", unit = \"V\");
178 Real aimc.spacePhasorS.i[1](quantity = \"ElectricCurrent\", unit = \"A\");
179 Real aimc.spacePhasorS.i[2](quantity = \"ElectricCurrent\", unit = \"A\");
180 Real aimc.spacePhasorS.i[3](quantity = \"ElectricCurrent\", unit = \"A\");
181 parameter Integer aimc.spacePhasorS.plug_p.m(min = 1) = 3;
182 Real aimc.spacePhasorS.plug_p.pin[1].v(quantity = \"ElectricPotential\", unit = \"V\");
183 Real aimc.spacePhasorS.plug_p.pin[1].i(quantity = \"ElectricCurrent\", unit = \"A\");
184 Real aimc.spacePhasorS.plug_p.pin[2].v(quantity = \"ElectricPotential\", unit = \"V\");
185 Real aimc.spacePhasorS.plug_p.pin[2].i(quantity = \"ElectricCurrent\", unit = \"A\");
186 Real aimc.spacePhasorS.plug_p.pin[3].v(quantity = \"ElectricPotential\", unit = \"V\");
187 Real aimc.spacePhasorS.plug_p.pin[3].i(quantity = \"ElectricCurrent\", unit = \"A\");
188 parameter Integer aimc.spacePhasorS.plug_n.m(min = 1) = 3;
189 Real aimc.spacePhasorS.plug_n.pin[1].v(quantity = \"ElectricPotential\", unit = \"V\");
190 Real aimc.spacePhasorS.plug_n.pin[1].i(quantity = \"ElectricCurrent\", unit = \"A\");
191 Real aimc.spacePhasorS.plug_n.pin[2].v(quantity = \"ElectricPotential\", unit = \"V\");
192 Real aimc.spacePhasorS.plug_n.pin[2].i(quantity = \"ElectricCurrent\", unit = \"A\");
193 Real aimc.spacePhasorS.plug_n.pin[3].v(quantity = \"ElectricPotential\", unit = \"V\");
194 Real aimc.spacePhasorS.plug_n.pin[3].i(quantity = \"ElectricCurrent\", unit = \"A\");
195 protected parameter Real aimc.spacePhasorS.TransformationMatrix[1,1] = 0.6666666666666666;
196 protected parameter Real aimc.spacePhasorS.TransformationMatrix[1,2] = -0.33333333333333315;
197 protected parameter Real aimc.spacePhasorS.TransformationMatrix[1,3] = -0.3333333333333336;
198 protected parameter Real aimc.spacePhasorS.TransformationMatrix[2,1] = 0.0;
199 protected parameter Real aimc.spacePhasorS.TransformationMatrix[2,2] = 0.5773502691896257;
200 protected parameter Real aimc.spacePhasorS.TransformationMatrix[2,3] = -0.5773502691896255;
201 protected parameter Real aimc.spacePhasorS.InverseTransformation[1,1] = 1.0;
202 protected parameter Real aimc.spacePhasorS.InverseTransformation[1,2] = 0.0;
203 protected parameter Real aimc.spacePhasorS.InverseTransformation[2,1] = -0.4999999999999998;
204 protected parameter Real aimc.spacePhasorS.InverseTransformation[2,2] = 0.8660254037844387;
205 protected parameter Real aimc.spacePhasorS.InverseTransformation[3,1] = -0.5000000000000004;
206 protected parameter Real aimc.spacePhasorS.InverseTransformation[3,2] = -0.8660254037844384;
207 parameter Real aimc.Rr(quantity = \"Resistance\", unit = \"Ohm\", start = 0.04) = 0.4;
208 parameter Real aimc.TrRef(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 293.15, nominal = 300.0);
209 parameter Real aimc.alpha20r(quantity = \"LinearTemperatureCoefficient\", unit = \"1/K\", start = 0.0);
210 parameter Real aimc.TrOperational(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 293.15, nominal = 300.0);
211 parameter Integer aimc.plug_sp.m(min = 1) = aimc.m;
212 Real aimc.plug_sp.pin[1].v(quantity = \"ElectricPotential\", unit = \"V\");
213 Real aimc.plug_sp.pin[1].i(quantity = \"ElectricCurrent\", unit = \"A\");
214 Real aimc.plug_sp.pin[2].v(quantity = \"ElectricPotential\", unit = \"V\");
215 Real aimc.plug_sp.pin[2].i(quantity = \"ElectricCurrent\", unit = \"A\");
216 Real aimc.plug_sp.pin[3].v(quantity = \"ElectricPotential\", unit = \"V\");
217 Real aimc.plug_sp.pin[3].i(quantity = \"ElectricCurrent\", unit = \"A\");
218 parameter Integer aimc.plug_sn.m(min = 1) = aimc.m;
219 Real aimc.plug_sn.pin[1].v(quantity = \"ElectricPotential\", unit = \"V\");
220 Real aimc.plug_sn.pin[1].i(quantity = \"ElectricCurrent\", unit = \"A\");
221 Real aimc.plug_sn.pin[2].v(quantity = \"ElectricPotential\", unit = \"V\");
222 Real aimc.plug_sn.pin[2].i(quantity = \"ElectricCurrent\", unit = \"A\");
223 Real aimc.plug_sn.pin[3].v(quantity = \"ElectricPotential\", unit = \"V\");
224 Real aimc.plug_sn.pin[3].i(quantity = \"ElectricCurrent\", unit = \"A\");
225 final parameter Integer aimc.internalThermalPort.m = aimc.m;
226 final Real aimc.internalThermalPort.heatPortStatorCore.T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
227 final Real aimc.internalThermalPort.heatPortStatorCore.Q_flow(quantity = \"Power\", unit = \"W\");
228 final Real aimc.internalThermalPort.heatPortRotorCore.T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
229 final Real aimc.internalThermalPort.heatPortRotorCore.Q_flow(quantity = \"Power\", unit = \"W\");
230 final Real aimc.internalThermalPort.heatPortStrayLoad.T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
231 final Real aimc.internalThermalPort.heatPortStrayLoad.Q_flow(quantity = \"Power\", unit = \"W\");
232 final Real aimc.internalThermalPort.heatPortFriction.T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
233 final Real aimc.internalThermalPort.heatPortFriction.Q_flow(quantity = \"Power\", unit = \"W\");
234 final Real aimc.internalThermalPort.heatPortRotorWinding.T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
235 final Real aimc.internalThermalPort.heatPortRotorWinding.Q_flow(quantity = \"Power\", unit = \"W\");
236 final Real aimc.internalThermalPort.heatPortStatorWinding[1].T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
237 final Real aimc.internalThermalPort.heatPortStatorWinding[1].Q_flow(quantity = \"Power\", unit = \"W\");
238 final Real aimc.internalThermalPort.heatPortStatorWinding[2].T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
239 final Real aimc.internalThermalPort.heatPortStatorWinding[2].Q_flow(quantity = \"Power\", unit = \"W\");
240 final Real aimc.internalThermalPort.heatPortStatorWinding[3].T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
241 final Real aimc.internalThermalPort.heatPortStatorWinding[3].Q_flow(quantity = \"Power\", unit = \"W\");
242 parameter Real aimc.Lssigma(quantity = \"Inductance\", unit = \"H\", start = 0.10177640614116878 / (aimc.fsNominal * 6.283185307179586)) = 0.004;
243 parameter Real aimc.frictionParameters.PRef(quantity = \"Power\", unit = \"W\", min = 0.0) = 0.0;
244 parameter Real aimc.frictionParameters.wRef(quantity = \"AngularVelocity\", unit = \"rad/s\", displayUnit = \"1/min\", min = 1e-60) = 6.283185307179586 * aimc.fsNominal / /*Real*/(aimc.p);
245 parameter Real aimc.frictionParameters.power_w(min = 1e-60) = 2.0;
246 final parameter Real aimc.frictionParameters.tauRef(quantity = \"Torque\", unit = \"N.m\") = if aimc.frictionParameters.PRef <= 0.0 then 0.0 else aimc.frictionParameters.PRef / aimc.frictionParameters.wRef;
247 final parameter Real aimc.frictionParameters.linear = 0.001;
248 final parameter Real aimc.frictionParameters.tauLinear(quantity = \"Torque\", unit = \"N.m\") = if aimc.frictionParameters.PRef <= 0.0 then 0.0 else aimc.frictionParameters.tauRef * (aimc.frictionParameters.wLinear / aimc.frictionParameters.wRef) ^ aimc.frictionParameters.power_w;
249 final parameter Real aimc.frictionParameters.wLinear(quantity = \"AngularVelocity\", unit = \"rad/s\") = aimc.frictionParameters.linear * aimc.frictionParameters.wRef;
250 parameter Integer aimc.statorCoreParameters.m = 3;
251 parameter Real aimc.statorCoreParameters.PRef(quantity = \"Power\", unit = \"W\", min = 0.0) = 0.0;
252 parameter Real aimc.statorCoreParameters.VRef(quantity = \"ElectricPotential\", unit = \"V\", min = 1e-60, start = 100.0);
253 parameter Real aimc.statorCoreParameters.wRef(quantity = \"AngularVelocity\", unit = \"rad/s\", min = 1e-60) = 6.283185307179586 * aimc.fsNominal;
254 final parameter Real aimc.statorCoreParameters.ratioHysteresis(min = 0.0, max = 1.0, start = 0.775) = 0.0;
255 final parameter Real aimc.statorCoreParameters.GcRef(quantity = \"Conductance\", unit = \"S\") = if aimc.statorCoreParameters.PRef <= 0.0 then 0.0 else aimc.statorCoreParameters.PRef / (aimc.statorCoreParameters.VRef ^ 2.0 * /*Real*/(aimc.statorCoreParameters.m));
256 final parameter Real aimc.statorCoreParameters.wMin(quantity = \"AngularVelocity\", unit = \"rad/s\") = 0.000001 * aimc.statorCoreParameters.wRef;
257 parameter Real aimc.strayLoadParameters.PRef(quantity = \"Power\", unit = \"W\", min = 0.0) = 0.0;
258 parameter Real aimc.strayLoadParameters.IRef(quantity = \"ElectricCurrent\", unit = \"A\", min = 1e-60, start = 100.0);
259 parameter Real aimc.strayLoadParameters.wRef(quantity = \"AngularVelocity\", unit = \"rad/s\", displayUnit = \"1/min\", min = 1e-60) = 6.283185307179586 * aimc.fsNominal / /*Real*/(aimc.p);
260 parameter Real aimc.strayLoadParameters.power_w(min = 1e-60) = 1.0;
261 final parameter Real aimc.strayLoadParameters.tauRef(quantity = \"Torque\", unit = \"N.m\") = if aimc.strayLoadParameters.PRef <= 0.0 then 0.0 else aimc.strayLoadParameters.PRef / aimc.strayLoadParameters.wRef;
262 parameter Real aimc.Lm(quantity = \"Inductance\", unit = \"H\", start = 2.898223593858831 / (aimc.fsNominal * 6.283185307179586)) = 0.06931;
263 parameter Real aimc.Lrsigma(quantity = \"Inductance\", unit = \"H\", start = 0.10177640614116878 / (aimc.fsNominal * 6.283185307179586)) = 0.002;
264 parameter Real aimc.Js(quantity = \"MomentOfInertia\", unit = \"kg.m2\", start = aimc.Jr);
265 Real aimc.inertiaRotor.flange_a.phi(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\");
266 Real aimc.inertiaRotor.flange_a.tau(quantity = \"Torque\", unit = \"N.m\");
267 Real aimc.inertiaRotor.flange_b.phi(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\");
268 Real aimc.inertiaRotor.flange_b.tau(quantity = \"Torque\", unit = \"N.m\");
269 parameter Real aimc.inertiaRotor.J(quantity = \"MomentOfInertia\", unit = \"kg.m2\", min = 0.0, start = 1.0) = aimc.Jr;
270 parameter enumeration(never, avoid, default, prefer, always) aimc.inertiaRotor.stateSelect = StateSelect.default;
271 Real aimc.inertiaRotor.a(quantity = \"AngularAcceleration\", unit = \"rad/s2\");
272 Real aimc.inertiaRotor.phi(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\", stateSelect = StateSelect.default);
273 Real aimc.inertiaRotor.w(quantity = \"AngularVelocity\", unit = \"rad/s\", stateSelect = StateSelect.default);
274 parameter Real aimc.fixed.phi0(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\") = 0.0;
275 Real aimc.fixed.flange.phi(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\");
276 Real aimc.fixed.flange.tau(quantity = \"Torque\", unit = \"N.m\");
277 output Real aimc.tauShaft(quantity = \"Torque\", unit = \"N.m\") = -aimc.flange.tau;
278 output Real aimc.phiMechanical(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\", start = 0.0) = aimc.flange.phi - aimc.internalSupport.phi;
279 output Real aimc.i_0_s(quantity = \"ElectricCurrent\", unit = \"A\", stateSelect = StateSelect.prefer) = aimc.spacePhasorS.zero.i;
280 final parameter Integer aimc.thermalAmbient.m = aimc.m;
281 final parameter Boolean aimc.thermalAmbient.useTemperatureInputs = false;
282 final constant Real aimc.thermalAmbient.TDefault(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0) = 293.15;
283 final Real aimc.thermalAmbient.temperatureStatorWinding.port.T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
284 final Real aimc.thermalAmbient.temperatureStatorWinding.port.Q_flow(quantity = \"Power\", unit = \"W\");
285 final input Real aimc.thermalAmbient.temperatureStatorWinding.T(unit = \"K\");
286 final Real aimc.thermalAmbient.temperatureRotorWinding.port.T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
287 final Real aimc.thermalAmbient.temperatureRotorWinding.port.Q_flow(quantity = \"Power\", unit = \"W\");
288 final input Real aimc.thermalAmbient.temperatureRotorWinding.T(unit = \"K\");
289 final parameter Integer aimc.thermalAmbient.thermalPort.m = aimc.thermalAmbient.m;
290 final Real aimc.thermalAmbient.thermalPort.heatPortStatorCore.T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
291 final Real aimc.thermalAmbient.thermalPort.heatPortStatorCore.Q_flow(quantity = \"Power\", unit = \"W\");
292 final Real aimc.thermalAmbient.thermalPort.heatPortRotorCore.T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
293 final Real aimc.thermalAmbient.thermalPort.heatPortRotorCore.Q_flow(quantity = \"Power\", unit = \"W\");
294 final Real aimc.thermalAmbient.thermalPort.heatPortStrayLoad.T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
295 final Real aimc.thermalAmbient.thermalPort.heatPortStrayLoad.Q_flow(quantity = \"Power\", unit = \"W\");
296 final Real aimc.thermalAmbient.thermalPort.heatPortFriction.T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
297 final Real aimc.thermalAmbient.thermalPort.heatPortFriction.Q_flow(quantity = \"Power\", unit = \"W\");
298 final Real aimc.thermalAmbient.thermalPort.heatPortRotorWinding.T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
299 final Real aimc.thermalAmbient.thermalPort.heatPortRotorWinding.Q_flow(quantity = \"Power\", unit = \"W\");
300 final Real aimc.thermalAmbient.thermalPort.heatPortStatorWinding[1].T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
301 final Real aimc.thermalAmbient.thermalPort.heatPortStatorWinding[1].Q_flow(quantity = \"Power\", unit = \"W\");
302 final Real aimc.thermalAmbient.thermalPort.heatPortStatorWinding[2].T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
303 final Real aimc.thermalAmbient.thermalPort.heatPortStatorWinding[2].Q_flow(quantity = \"Power\", unit = \"W\");
304 final Real aimc.thermalAmbient.thermalPort.heatPortStatorWinding[3].T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
305 final Real aimc.thermalAmbient.thermalPort.heatPortStatorWinding[3].Q_flow(quantity = \"Power\", unit = \"W\");
306 final parameter Integer aimc.thermalAmbient.thermalCollectorStator.m(min = 1) = aimc.thermalAmbient.m;
307 final Real aimc.thermalAmbient.thermalCollectorStator.port_b.T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
308 final Real aimc.thermalAmbient.thermalCollectorStator.port_b.Q_flow(quantity = \"Power\", unit = \"W\");
309 final Real aimc.thermalAmbient.thermalCollectorStator.port_a[1].T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
310 final Real aimc.thermalAmbient.thermalCollectorStator.port_a[1].Q_flow(quantity = \"Power\", unit = \"W\");
311 final Real aimc.thermalAmbient.thermalCollectorStator.port_a[2].T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
312 final Real aimc.thermalAmbient.thermalCollectorStator.port_a[2].Q_flow(quantity = \"Power\", unit = \"W\");
313 final Real aimc.thermalAmbient.thermalCollectorStator.port_a[3].T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
314 final Real aimc.thermalAmbient.thermalCollectorStator.port_a[3].Q_flow(quantity = \"Power\", unit = \"W\");
315 final parameter Real aimc.thermalAmbient.Ts(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 293.15, nominal = 300.0) = aimc.TsOperational;
316 final parameter Real aimc.thermalAmbient.temperatureStatorCore.T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0) = 293.15;
317 final Real aimc.thermalAmbient.temperatureStatorCore.port.T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
318 final Real aimc.thermalAmbient.temperatureStatorCore.port.Q_flow(quantity = \"Power\", unit = \"W\");
319 final parameter Real aimc.thermalAmbient.temperatureRotorCore.T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0) = 293.15;
320 final Real aimc.thermalAmbient.temperatureRotorCore.port.T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
321 final Real aimc.thermalAmbient.temperatureRotorCore.port.Q_flow(quantity = \"Power\", unit = \"W\");
322 final parameter Real aimc.thermalAmbient.temperatureStrayLoad.T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0) = 293.15;
323 final Real aimc.thermalAmbient.temperatureStrayLoad.port.T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
324 final Real aimc.thermalAmbient.temperatureStrayLoad.port.Q_flow(quantity = \"Power\", unit = \"W\");
325 final parameter Real aimc.thermalAmbient.temperatureFriction.T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0) = 293.15;
326 final Real aimc.thermalAmbient.temperatureFriction.port.T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
327 final Real aimc.thermalAmbient.temperatureFriction.port.Q_flow(quantity = \"Power\", unit = \"W\");
328 final parameter Real aimc.thermalAmbient.Tr(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 293.15, nominal = 300.0) = aimc.TrOperational;
329 final output Real aimc.thermalAmbient.Q_flowStatorWinding(quantity = \"Power\", unit = \"W\") = aimc.thermalAmbient.temperatureStatorWinding.port.Q_flow;
330 final output Real aimc.thermalAmbient.Q_flowRotorWinding(quantity = \"Power\", unit = \"W\") = aimc.thermalAmbient.temperatureRotorWinding.port.Q_flow;
331 final output Real aimc.thermalAmbient.constTs.y;
332 final parameter Real aimc.thermalAmbient.constTs.k(start = 1.0) = aimc.thermalAmbient.Ts;
333 final output Real aimc.thermalAmbient.Q_flowStatorCore(quantity = \"Power\", unit = \"W\") = aimc.thermalAmbient.temperatureStatorCore.port.Q_flow;
334 final output Real aimc.thermalAmbient.Q_flowRotorCore(quantity = \"Power\", unit = \"W\") = aimc.thermalAmbient.temperatureRotorCore.port.Q_flow;
335 final output Real aimc.thermalAmbient.Q_flowStrayLoad(quantity = \"Power\", unit = \"W\") = aimc.thermalAmbient.temperatureStrayLoad.port.Q_flow;
336 final output Real aimc.thermalAmbient.Q_flowFriction(quantity = \"Power\", unit = \"W\") = aimc.thermalAmbient.temperatureFriction.port.Q_flow;
337 final output Real aimc.thermalAmbient.constTr.y;
338 final parameter Real aimc.thermalAmbient.constTr.k(start = 1.0) = aimc.thermalAmbient.Tr;
339 final output Real aimc.thermalAmbient.Q_flowTotal(quantity = \"Power\", unit = \"W\") = aimc.thermalAmbient.Q_flowStatorWinding + aimc.thermalAmbient.Q_flowRotorWinding + aimc.thermalAmbient.Q_flowStatorCore + aimc.thermalAmbient.Q_flowRotorCore + aimc.thermalAmbient.Q_flowStrayLoad + aimc.thermalAmbient.Q_flowFriction;
340 output Real aimc.is[1](quantity = \"ElectricCurrent\", unit = \"A\");
341 output Real aimc.is[2](quantity = \"ElectricCurrent\", unit = \"A\");
342 output Real aimc.is[3](quantity = \"ElectricCurrent\", unit = \"A\");
343 output Real aimc.vs[1](quantity = \"ElectricPotential\", unit = \"V\");
344 output Real aimc.vs[2](quantity = \"ElectricPotential\", unit = \"V\");
345 output Real aimc.vs[3](quantity = \"ElectricPotential\", unit = \"V\");
346 parameter Real aimc.Lszero(quantity = \"Inductance\", unit = \"H\") = aimc.Lssigma;
347 parameter Real aimc.lssigma.L[1](quantity = \"Inductance\", unit = \"H\") = aimc.Lssigma;
348 parameter Real aimc.lssigma.L[2](quantity = \"Inductance\", unit = \"H\") = aimc.Lssigma;
349 Real aimc.lssigma.v_[1](quantity = \"ElectricPotential\", unit = \"V\");
350 Real aimc.lssigma.v_[2](quantity = \"ElectricPotential\", unit = \"V\");
351 Real aimc.lssigma.i_[1](quantity = \"ElectricCurrent\", unit = \"A\");
352 Real aimc.lssigma.i_[2](quantity = \"ElectricCurrent\", unit = \"A\");
353 Real aimc.lssigma.spacePhasor_a.v_[1](quantity = \"ElectricPotential\", unit = \"V\");
354 Real aimc.lssigma.spacePhasor_a.v_[2](quantity = \"ElectricPotential\", unit = \"V\");
355 Real aimc.lssigma.spacePhasor_a.i_[1](quantity = \"ElectricCurrent\", unit = \"A\");
356 Real aimc.lssigma.spacePhasor_a.i_[2](quantity = \"ElectricCurrent\", unit = \"A\");
357 Real aimc.lssigma.spacePhasor_b.v_[1](quantity = \"ElectricPotential\", unit = \"V\");
358 Real aimc.lssigma.spacePhasor_b.v_[2](quantity = \"ElectricPotential\", unit = \"V\");
359 Real aimc.lssigma.spacePhasor_b.i_[1](quantity = \"ElectricCurrent\", unit = \"A\");
360 Real aimc.lssigma.spacePhasor_b.i_[2](quantity = \"ElectricCurrent\", unit = \"A\");
361 Real aimc.friction.flange.phi(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\");
362 Real aimc.friction.flange.tau(quantity = \"Torque\", unit = \"N.m\");
363 Real aimc.friction.support.phi(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\");
364 Real aimc.friction.support.tau(quantity = \"Torque\", unit = \"N.m\");
365 Real aimc.friction.phi(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\");
366 Real aimc.friction.tau(quantity = \"Torque\", unit = \"N.m\");
367 Real aimc.friction.w(quantity = \"AngularVelocity\", unit = \"rad/s\");
368 parameter Boolean aimc.friction.useHeatPort = true;
369 Real aimc.friction.lossPower(quantity = \"Power\", unit = \"W\");
370 parameter Real aimc.friction.frictionParameters.PRef(quantity = \"Power\", unit = \"W\", min = 0.0) = aimc.frictionParameters.PRef;
371 parameter Real aimc.friction.frictionParameters.wRef(quantity = \"AngularVelocity\", unit = \"rad/s\", displayUnit = \"1/min\", min = 1e-60) = aimc.frictionParameters.wRef;
372 parameter Real aimc.friction.frictionParameters.power_w(min = 1e-60) = aimc.frictionParameters.power_w;
373 final parameter Real aimc.friction.frictionParameters.tauRef(quantity = \"Torque\", unit = \"N.m\") = aimc.frictionParameters.tauRef;
374 final parameter Real aimc.friction.frictionParameters.linear = aimc.frictionParameters.linear;
375 final parameter Real aimc.friction.frictionParameters.tauLinear(quantity = \"Torque\", unit = \"N.m\") = aimc.frictionParameters.tauLinear;
376 final parameter Real aimc.friction.frictionParameters.wLinear(quantity = \"AngularVelocity\", unit = \"rad/s\") = aimc.frictionParameters.wLinear;
377 Real aimc.friction.heatPort.T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
378 Real aimc.friction.heatPort.Q_flow(quantity = \"Power\", unit = \"W\") = -aimc.friction.lossPower;
379 parameter Integer aimc.strayLoad.m(min = 1) = aimc.m;
380 Real aimc.strayLoad.flange.phi(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\");
381 Real aimc.strayLoad.flange.tau(quantity = \"Torque\", unit = \"N.m\");
382 Real aimc.strayLoad.support.phi(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\");
383 Real aimc.strayLoad.support.tau(quantity = \"Torque\", unit = \"N.m\");
384 Real aimc.strayLoad.phi(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\");
385 Real aimc.strayLoad.tau(quantity = \"Torque\", unit = \"N.m\");
386 Real aimc.strayLoad.w(quantity = \"AngularVelocity\", unit = \"rad/s\");
387 parameter Boolean aimc.strayLoad.useHeatPort = true;
388 Real aimc.strayLoad.lossPower(quantity = \"Power\", unit = \"W\");
389 parameter Real aimc.strayLoad.strayLoadParameters.PRef(quantity = \"Power\", unit = \"W\", min = 0.0) = aimc.strayLoadParameters.PRef;
390 parameter Real aimc.strayLoad.strayLoadParameters.IRef(quantity = \"ElectricCurrent\", unit = \"A\", min = 1e-60) = aimc.strayLoadParameters.IRef;
391 parameter Real aimc.strayLoad.strayLoadParameters.wRef(quantity = \"AngularVelocity\", unit = \"rad/s\", displayUnit = \"1/min\", min = 1e-60) = aimc.strayLoadParameters.wRef;
392 parameter Real aimc.strayLoad.strayLoadParameters.power_w(min = 1e-60) = aimc.strayLoadParameters.power_w;
393 final parameter Real aimc.strayLoad.strayLoadParameters.tauRef(quantity = \"Torque\", unit = \"N.m\") = aimc.strayLoadParameters.tauRef;
394 Real aimc.strayLoad.v[1](quantity = \"ElectricPotential\", unit = \"V\");
395 Real aimc.strayLoad.v[2](quantity = \"ElectricPotential\", unit = \"V\");
396 Real aimc.strayLoad.v[3](quantity = \"ElectricPotential\", unit = \"V\");
397 Real aimc.strayLoad.i[1](quantity = \"ElectricCurrent\", unit = \"A\");
398 Real aimc.strayLoad.i[2](quantity = \"ElectricCurrent\", unit = \"A\");
399 Real aimc.strayLoad.i[3](quantity = \"ElectricCurrent\", unit = \"A\");
400 parameter Integer aimc.strayLoad.plug_p.m(min = 1) = aimc.strayLoad.m;
401 Real aimc.strayLoad.plug_p.pin[1].v(quantity = \"ElectricPotential\", unit = \"V\");
402 Real aimc.strayLoad.plug_p.pin[1].i(quantity = \"ElectricCurrent\", unit = \"A\");
403 Real aimc.strayLoad.plug_p.pin[2].v(quantity = \"ElectricPotential\", unit = \"V\");
404 Real aimc.strayLoad.plug_p.pin[2].i(quantity = \"ElectricCurrent\", unit = \"A\");
405 Real aimc.strayLoad.plug_p.pin[3].v(quantity = \"ElectricPotential\", unit = \"V\");
406 Real aimc.strayLoad.plug_p.pin[3].i(quantity = \"ElectricCurrent\", unit = \"A\");
407 parameter Integer aimc.strayLoad.plug_n.m(min = 1) = aimc.strayLoad.m;
408 Real aimc.strayLoad.plug_n.pin[1].v(quantity = \"ElectricPotential\", unit = \"V\");
409 Real aimc.strayLoad.plug_n.pin[1].i(quantity = \"ElectricCurrent\", unit = \"A\");
410 Real aimc.strayLoad.plug_n.pin[2].v(quantity = \"ElectricPotential\", unit = \"V\");
411 Real aimc.strayLoad.plug_n.pin[2].i(quantity = \"ElectricCurrent\", unit = \"A\");
412 Real aimc.strayLoad.plug_n.pin[3].v(quantity = \"ElectricPotential\", unit = \"V\");
413 Real aimc.strayLoad.plug_n.pin[3].i(quantity = \"ElectricCurrent\", unit = \"A\");
414 Real aimc.strayLoad.heatPort.T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
415 Real aimc.strayLoad.heatPort.Q_flow(quantity = \"Power\", unit = \"W\") = -aimc.strayLoad.lossPower;
416 Real aimc.strayLoad.iRMS(quantity = \"ElectricCurrent\", unit = \"A\") = Modelica.Electrical.MultiPhase.Functions.quasiRMS({aimc.strayLoad.i[1], aimc.strayLoad.i[2], aimc.strayLoad.i[3]});
417 parameter Integer aimc.airGapS.m = aimc.m;
418 parameter Integer aimc.airGapS.p(min = 1) = aimc.p;
419 output Real aimc.airGapS.tauElectrical(quantity = \"Torque\", unit = \"N.m\");
420 Real aimc.airGapS.gamma(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\");
421 Real aimc.airGapS.i_ss[1](quantity = \"ElectricCurrent\", unit = \"A\");
422 Real aimc.airGapS.i_ss[2](quantity = \"ElectricCurrent\", unit = \"A\");
423 Real aimc.airGapS.i_sr[1](quantity = \"ElectricCurrent\", unit = \"A\");
424 Real aimc.airGapS.i_sr[2](quantity = \"ElectricCurrent\", unit = \"A\");
425 Real aimc.airGapS.i_rs[1](quantity = \"ElectricCurrent\", unit = \"A\");
426 Real aimc.airGapS.i_rs[2](quantity = \"ElectricCurrent\", unit = \"A\");
427 Real aimc.airGapS.i_rr[1](quantity = \"ElectricCurrent\", unit = \"A\");
428 Real aimc.airGapS.i_rr[2](quantity = \"ElectricCurrent\", unit = \"A\");
429 Real aimc.airGapS.psi_ms[1](quantity = \"MagneticFlux\", unit = \"Wb\");
430 Real aimc.airGapS.psi_ms[2](quantity = \"MagneticFlux\", unit = \"Wb\");
431 Real aimc.airGapS.psi_mr[1](quantity = \"MagneticFlux\", unit = \"Wb\");
432 Real aimc.airGapS.psi_mr[2](quantity = \"MagneticFlux\", unit = \"Wb\");
433 Real aimc.airGapS.RotationMatrix[1,1];
434 Real aimc.airGapS.RotationMatrix[1,2];
435 Real aimc.airGapS.RotationMatrix[2,1];
436 Real aimc.airGapS.RotationMatrix[2,2];
437 Real aimc.airGapS.flange.phi(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\");
438 Real aimc.airGapS.flange.tau(quantity = \"Torque\", unit = \"N.m\");
439 Real aimc.airGapS.support.phi(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\");
440 Real aimc.airGapS.support.tau(quantity = \"Torque\", unit = \"N.m\");
441 Real aimc.airGapS.spacePhasor_s.v_[1](quantity = \"ElectricPotential\", unit = \"V\");
442 Real aimc.airGapS.spacePhasor_s.v_[2](quantity = \"ElectricPotential\", unit = \"V\");
443 Real aimc.airGapS.spacePhasor_s.i_[1](quantity = \"ElectricCurrent\", unit = \"A\");
444 Real aimc.airGapS.spacePhasor_s.i_[2](quantity = \"ElectricCurrent\", unit = \"A\");
445 Real aimc.airGapS.spacePhasor_r.v_[1](quantity = \"ElectricPotential\", unit = \"V\");
446 Real aimc.airGapS.spacePhasor_r.v_[2](quantity = \"ElectricPotential\", unit = \"V\");
447 Real aimc.airGapS.spacePhasor_r.i_[1](quantity = \"ElectricCurrent\", unit = \"A\");
448 Real aimc.airGapS.spacePhasor_r.i_[2](quantity = \"ElectricCurrent\", unit = \"A\");
449 parameter Real aimc.airGapS.Lm(quantity = \"Inductance\", unit = \"H\") = aimc.Lm;
450 Real aimc.airGapS.i_ms[1](quantity = \"ElectricCurrent\", unit = \"A\");
451 Real aimc.airGapS.i_ms[2](quantity = \"ElectricCurrent\", unit = \"A\");
452 protected parameter Real aimc.airGapS.L[1,1](quantity = \"Inductance\", unit = \"H\") = aimc.airGapS.Lm;
453 protected parameter Real aimc.airGapS.L[1,2](quantity = \"Inductance\", unit = \"H\") = 0.0;
454 protected parameter Real aimc.airGapS.L[2,1](quantity = \"Inductance\", unit = \"H\") = 0.0;
455 protected parameter Real aimc.airGapS.L[2,2](quantity = \"Inductance\", unit = \"H\") = aimc.airGapS.Lm;
456 Real aimc.inertiaStator.flange_a.phi(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\");
457 Real aimc.inertiaStator.flange_a.tau(quantity = \"Torque\", unit = \"N.m\");
458 Real aimc.inertiaStator.flange_b.phi(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\");
459 Real aimc.inertiaStator.flange_b.tau(quantity = \"Torque\", unit = \"N.m\");
460 parameter Real aimc.inertiaStator.J(quantity = \"MomentOfInertia\", unit = \"kg.m2\", min = 0.0, start = 1.0) = aimc.Js;
461 parameter enumeration(never, avoid, default, prefer, always) aimc.inertiaStator.stateSelect = StateSelect.default;
462 Real aimc.inertiaStator.a(quantity = \"AngularAcceleration\", unit = \"rad/s2\");
463 Real aimc.inertiaStator.phi(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\", stateSelect = StateSelect.default);
464 Real aimc.inertiaStator.w(quantity = \"AngularVelocity\", unit = \"rad/s\", stateSelect = StateSelect.default);
465 output Real aimc.tauElectrical(quantity = \"Torque\", unit = \"N.m\") = aimc.inertiaRotor.flange_a.tau;
466 output Real aimc.wMechanical(quantity = \"AngularVelocity\", unit = \"rad/s\", displayUnit = \"1/min\", start = 0.0) = der(aimc.phiMechanical);
467 Real aimc.lszero.v(quantity = \"ElectricPotential\", unit = \"V\");
468 Real aimc.lszero.i(quantity = \"ElectricCurrent\", unit = \"A\", start = 0.0);
469 Real aimc.lszero.p.v(quantity = \"ElectricPotential\", unit = \"V\");
470 Real aimc.lszero.p.i(quantity = \"ElectricCurrent\", unit = \"A\");
471 Real aimc.lszero.n.v(quantity = \"ElectricPotential\", unit = \"V\");
472 Real aimc.lszero.n.i(quantity = \"ElectricCurrent\", unit = \"A\");
473 parameter Real aimc.lszero.L(quantity = \"Inductance\", unit = \"H\", start = 1.0) = aimc.Lszero;
474 input Real aimc.idq_ss[1](quantity = \"ElectricCurrent\", unit = \"A\");
475 input Real aimc.idq_ss[2](quantity = \"ElectricCurrent\", unit = \"A\");
476 input Real aimc.idq_sr[1](quantity = \"ElectricCurrent\", unit = \"A\", stateSelect = StateSelect.prefer);
477 input Real aimc.idq_sr[2](quantity = \"ElectricCurrent\", unit = \"A\", stateSelect = StateSelect.prefer);
478 input Real aimc.idq_rs[1](quantity = \"ElectricCurrent\", unit = \"A\");
479 input Real aimc.idq_rs[2](quantity = \"ElectricCurrent\", unit = \"A\");
480 input Real aimc.idq_rr[1](quantity = \"ElectricCurrent\", unit = \"A\", stateSelect = StateSelect.prefer);
481 input Real aimc.idq_rr[2](quantity = \"ElectricCurrent\", unit = \"A\", stateSelect = StateSelect.prefer);
482 final Real aimc.powerBalance.powerStator(quantity = \"Power\", unit = \"W\") = Modelica.Electrical.Machines.SpacePhasors.Functions.activePower({aimc.vs[1], aimc.vs[2], aimc.vs[3]}, {aimc.is[1], aimc.is[2], aimc.is[3]});
483 final Real aimc.powerBalance.powerMechanical(quantity = \"Power\", unit = \"W\") = aimc.wMechanical * aimc.tauShaft;
484 final Real aimc.powerBalance.powerInertiaStator(quantity = \"Power\", unit = \"W\") = aimc.inertiaStator.J * aimc.inertiaStator.a * aimc.inertiaStator.w;
485 final Real aimc.powerBalance.powerInertiaRotor(quantity = \"Power\", unit = \"W\") = aimc.inertiaRotor.J * aimc.inertiaRotor.a * aimc.inertiaRotor.w;
486 final Real aimc.powerBalance.lossPowerStatorWinding(quantity = \"Power\", unit = \"W\") = aimc.rs.resistor[1].LossPower + aimc.rs.resistor[2].LossPower + aimc.rs.resistor[3].LossPower;
487 final Real aimc.powerBalance.lossPowerStatorCore(quantity = \"Power\", unit = \"W\") = aimc.statorCore.lossPower;
488 final Real aimc.powerBalance.lossPowerRotorCore(quantity = \"Power\", unit = \"W\") = 0.0;
489 final Real aimc.powerBalance.lossPowerStrayLoad(quantity = \"Power\", unit = \"W\") = aimc.strayLoad.lossPower;
490 final Real aimc.powerBalance.lossPowerFriction(quantity = \"Power\", unit = \"W\") = aimc.friction.lossPower;
491 final Real aimc.powerBalance.lossPowerRotorWinding(quantity = \"Power\", unit = \"W\") = aimc.squirrelCageR.LossPower;
492 final Real aimc.powerBalance.lossPowerTotal(quantity = \"Power\", unit = \"W\") = aimc.powerBalance.lossPowerStatorWinding + aimc.powerBalance.lossPowerStatorCore + aimc.powerBalance.lossPowerRotorCore + aimc.powerBalance.lossPowerStrayLoad + aimc.powerBalance.lossPowerFriction + aimc.powerBalance.lossPowerRotorWinding;
493 parameter Integer aimc.rs.m(min = 1) = aimc.m;
494 parameter Boolean aimc.rs.useHeatPort = true;
495 Real aimc.rs.v[1](quantity = \"ElectricPotential\", unit = \"V\");
496 Real aimc.rs.v[2](quantity = \"ElectricPotential\", unit = \"V\");
497 Real aimc.rs.v[3](quantity = \"ElectricPotential\", unit = \"V\");
498 Real aimc.rs.i[1](quantity = \"ElectricCurrent\", unit = \"A\");
499 Real aimc.rs.i[2](quantity = \"ElectricCurrent\", unit = \"A\");
500 Real aimc.rs.i[3](quantity = \"ElectricCurrent\", unit = \"A\");
501 parameter Integer aimc.rs.plug_p.m(min = 1) = aimc.rs.m;
502 Real aimc.rs.plug_p.pin[1].v(quantity = \"ElectricPotential\", unit = \"V\");
503 Real aimc.rs.plug_p.pin[1].i(quantity = \"ElectricCurrent\", unit = \"A\");
504 Real aimc.rs.plug_p.pin[2].v(quantity = \"ElectricPotential\", unit = \"V\");
505 Real aimc.rs.plug_p.pin[2].i(quantity = \"ElectricCurrent\", unit = \"A\");
506 Real aimc.rs.plug_p.pin[3].v(quantity = \"ElectricPotential\", unit = \"V\");
507 Real aimc.rs.plug_p.pin[3].i(quantity = \"ElectricCurrent\", unit = \"A\");
508 parameter Integer aimc.rs.plug_n.m(min = 1) = aimc.rs.m;
509 Real aimc.rs.plug_n.pin[1].v(quantity = \"ElectricPotential\", unit = \"V\");
510 Real aimc.rs.plug_n.pin[1].i(quantity = \"ElectricCurrent\", unit = \"A\");
511 Real aimc.rs.plug_n.pin[2].v(quantity = \"ElectricPotential\", unit = \"V\");
512 Real aimc.rs.plug_n.pin[2].i(quantity = \"ElectricCurrent\", unit = \"A\");
513 Real aimc.rs.plug_n.pin[3].v(quantity = \"ElectricPotential\", unit = \"V\");
514 Real aimc.rs.plug_n.pin[3].i(quantity = \"ElectricCurrent\", unit = \"A\");
515 parameter Integer aimc.rs.mh(min = 1) = aimc.rs.m;
516 Real aimc.rs.heatPort[1].T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
517 Real aimc.rs.heatPort[1].Q_flow(quantity = \"Power\", unit = \"W\");
518 Real aimc.rs.heatPort[2].T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
519 Real aimc.rs.heatPort[2].Q_flow(quantity = \"Power\", unit = \"W\");
520 Real aimc.rs.heatPort[3].T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
521 Real aimc.rs.heatPort[3].Q_flow(quantity = \"Power\", unit = \"W\");
522 parameter Real aimc.rs.T[1](quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0) = aimc.TsRef;
523 parameter Real aimc.rs.T[2](quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0) = aimc.TsRef;
524 parameter Real aimc.rs.T[3](quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0) = aimc.TsRef;
525 parameter Real aimc.rs.R[1](quantity = \"Resistance\", unit = \"Ohm\", start = 1.0) = aimc.Rs;
526 parameter Real aimc.rs.R[2](quantity = \"Resistance\", unit = \"Ohm\", start = 1.0) = aimc.Rs;
527 parameter Real aimc.rs.R[3](quantity = \"Resistance\", unit = \"Ohm\", start = 1.0) = aimc.Rs;
528 parameter Real aimc.rs.T_ref[1](quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0) = aimc.TsRef;
529 parameter Real aimc.rs.T_ref[2](quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0) = aimc.TsRef;
530 parameter Real aimc.rs.T_ref[3](quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0) = aimc.TsRef;
531 parameter Real aimc.rs.alpha[1](quantity = \"LinearTemperatureCoefficient\", unit = \"1/K\") = Modelica.Electrical.Machines.Thermal.convertAlpha(aimc.alpha20s, aimc.TsRef, 293.15);
532 parameter Real aimc.rs.alpha[2](quantity = \"LinearTemperatureCoefficient\", unit = \"1/K\") = Modelica.Electrical.Machines.Thermal.convertAlpha(aimc.alpha20s, aimc.TsRef, 293.15);
533 parameter Real aimc.rs.alpha[3](quantity = \"LinearTemperatureCoefficient\", unit = \"1/K\") = Modelica.Electrical.Machines.Thermal.convertAlpha(aimc.alpha20s, aimc.TsRef, 293.15);
534 Real aimc.rs.resistor[1].v(quantity = \"ElectricPotential\", unit = \"V\");
535 Real aimc.rs.resistor[1].i(quantity = \"ElectricCurrent\", unit = \"A\");
536 Real aimc.rs.resistor[1].p.v(quantity = \"ElectricPotential\", unit = \"V\");
537 Real aimc.rs.resistor[1].p.i(quantity = \"ElectricCurrent\", unit = \"A\");
538 Real aimc.rs.resistor[1].n.v(quantity = \"ElectricPotential\", unit = \"V\");
539 Real aimc.rs.resistor[1].n.i(quantity = \"ElectricCurrent\", unit = \"A\");
540 parameter Boolean aimc.rs.resistor[1].useHeatPort = aimc.rs.useHeatPort;
541 parameter Real aimc.rs.resistor[1].T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0) = aimc.rs.T[1];
542 Real aimc.rs.resistor[1].LossPower(quantity = \"Power\", unit = \"W\");
543 Real aimc.rs.resistor[1].T_heatPort(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
544 parameter Real aimc.rs.resistor[1].R(quantity = \"Resistance\", unit = \"Ohm\", start = 1.0) = aimc.rs.R[1];
545 parameter Real aimc.rs.resistor[1].T_ref(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0) = aimc.rs.T_ref[1];
546 parameter Real aimc.rs.resistor[1].alpha(quantity = \"LinearTemperatureCoefficient\", unit = \"1/K\") = aimc.rs.alpha[1];
547 Real aimc.rs.resistor[1].R_actual(quantity = \"Resistance\", unit = \"Ohm\");
548 Real aimc.rs.resistor[1].heatPort.T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = aimc.rs.resistor[1].T, nominal = 300.0) = aimc.rs.resistor[1].T_heatPort;
549 Real aimc.rs.resistor[1].heatPort.Q_flow(quantity = \"Power\", unit = \"W\") = -aimc.rs.resistor[1].LossPower;
550 Real aimc.rs.resistor[2].v(quantity = \"ElectricPotential\", unit = \"V\");
551 Real aimc.rs.resistor[2].i(quantity = \"ElectricCurrent\", unit = \"A\");
552 Real aimc.rs.resistor[2].p.v(quantity = \"ElectricPotential\", unit = \"V\");
553 Real aimc.rs.resistor[2].p.i(quantity = \"ElectricCurrent\", unit = \"A\");
554 Real aimc.rs.resistor[2].n.v(quantity = \"ElectricPotential\", unit = \"V\");
555 Real aimc.rs.resistor[2].n.i(quantity = \"ElectricCurrent\", unit = \"A\");
556 parameter Boolean aimc.rs.resistor[2].useHeatPort = aimc.rs.useHeatPort;
557 parameter Real aimc.rs.resistor[2].T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0) = aimc.rs.T[2];
558 Real aimc.rs.resistor[2].LossPower(quantity = \"Power\", unit = \"W\");
559 Real aimc.rs.resistor[2].T_heatPort(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
560 parameter Real aimc.rs.resistor[2].R(quantity = \"Resistance\", unit = \"Ohm\", start = 1.0) = aimc.rs.R[2];
561 parameter Real aimc.rs.resistor[2].T_ref(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0) = aimc.rs.T_ref[2];
562 parameter Real aimc.rs.resistor[2].alpha(quantity = \"LinearTemperatureCoefficient\", unit = \"1/K\") = aimc.rs.alpha[2];
563 Real aimc.rs.resistor[2].R_actual(quantity = \"Resistance\", unit = \"Ohm\");
564 Real aimc.rs.resistor[2].heatPort.T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = aimc.rs.resistor[2].T, nominal = 300.0) = aimc.rs.resistor[2].T_heatPort;
565 Real aimc.rs.resistor[2].heatPort.Q_flow(quantity = \"Power\", unit = \"W\") = -aimc.rs.resistor[2].LossPower;
566 Real aimc.rs.resistor[3].v(quantity = \"ElectricPotential\", unit = \"V\");
567 Real aimc.rs.resistor[3].i(quantity = \"ElectricCurrent\", unit = \"A\");
568 Real aimc.rs.resistor[3].p.v(quantity = \"ElectricPotential\", unit = \"V\");
569 Real aimc.rs.resistor[3].p.i(quantity = \"ElectricCurrent\", unit = \"A\");
570 Real aimc.rs.resistor[3].n.v(quantity = \"ElectricPotential\", unit = \"V\");
571 Real aimc.rs.resistor[3].n.i(quantity = \"ElectricCurrent\", unit = \"A\");
572 parameter Boolean aimc.rs.resistor[3].useHeatPort = aimc.rs.useHeatPort;
573 parameter Real aimc.rs.resistor[3].T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0) = aimc.rs.T[3];
574 Real aimc.rs.resistor[3].LossPower(quantity = \"Power\", unit = \"W\");
575 Real aimc.rs.resistor[3].T_heatPort(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
576 parameter Real aimc.rs.resistor[3].R(quantity = \"Resistance\", unit = \"Ohm\", start = 1.0) = aimc.rs.R[3];
577 parameter Real aimc.rs.resistor[3].T_ref(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0) = aimc.rs.T_ref[3];
578 parameter Real aimc.rs.resistor[3].alpha(quantity = \"LinearTemperatureCoefficient\", unit = \"1/K\") = aimc.rs.alpha[3];
579 Real aimc.rs.resistor[3].R_actual(quantity = \"Resistance\", unit = \"Ohm\");
580 Real aimc.rs.resistor[3].heatPort.T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = aimc.rs.resistor[3].T, nominal = 300.0) = aimc.rs.resistor[3].T_heatPort;
581 Real aimc.rs.resistor[3].heatPort.Q_flow(quantity = \"Power\", unit = \"W\") = -aimc.rs.resistor[3].LossPower;
582 parameter Boolean aimc.statorCore.useHeatPort = true;
583 Real aimc.statorCore.lossPower(quantity = \"Power\", unit = \"W\");
584 final parameter Integer aimc.statorCore.m = 3;
585 parameter Real aimc.statorCore.turnsRatio(min = 1e-60) = 1.0;
586 Real aimc.statorCore.spacePhasor.v_[1](quantity = \"ElectricPotential\", unit = \"V\");
587 Real aimc.statorCore.spacePhasor.v_[2](quantity = \"ElectricPotential\", unit = \"V\");
588 Real aimc.statorCore.spacePhasor.i_[1](quantity = \"ElectricCurrent\", unit = \"A\");
589 Real aimc.statorCore.spacePhasor.i_[2](quantity = \"ElectricCurrent\", unit = \"A\");
590 input Real aimc.statorCore.w(quantity = \"AngularVelocity\", unit = \"rad/s\") = aimc.statorCoreParameters.wRef;
591 Real aimc.statorCore.Gc(quantity = \"Conductance\", unit = \"S\");
592 Real aimc.statorCore.heatPort.T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
593 Real aimc.statorCore.heatPort.Q_flow(quantity = \"Power\", unit = \"W\") = -aimc.statorCore.lossPower;
594 parameter Integer aimc.statorCore.coreParameters.m = aimc.statorCoreParameters.m;
595 parameter Real aimc.statorCore.coreParameters.PRef(quantity = \"Power\", unit = \"W\", min = 0.0) = aimc.statorCoreParameters.PRef;
596 parameter Real aimc.statorCore.coreParameters.VRef(quantity = \"ElectricPotential\", unit = \"V\", min = 1e-60) = aimc.statorCoreParameters.VRef;
597 parameter Real aimc.statorCore.coreParameters.wRef(quantity = \"AngularVelocity\", unit = \"rad/s\", min = 1e-60) = aimc.statorCoreParameters.wRef;
598 final parameter Real aimc.statorCore.coreParameters.ratioHysteresis(min = 0.0, max = 1.0, start = 0.775) = aimc.statorCoreParameters.ratioHysteresis;
599 final parameter Real aimc.statorCore.coreParameters.GcRef(quantity = \"Conductance\", unit = \"S\") = aimc.statorCoreParameters.GcRef;
600 final parameter Real aimc.statorCore.coreParameters.wMin(quantity = \"AngularVelocity\", unit = \"rad/s\") = aimc.statorCoreParameters.wMin;
601 protected Real aimc.statorCore.wLimit(quantity = \"AngularVelocity\", unit = \"rad/s\") = max(abs(aimc.statorCore.w), aimc.statorCore.coreParameters.wMin);
602 output Real aimc.ir[1](quantity = \"ElectricCurrent\", unit = \"A\");
603 output Real aimc.ir[2](quantity = \"ElectricCurrent\", unit = \"A\");
604 parameter Boolean aimc.squirrelCageR.useHeatPort = true;
605 parameter Real aimc.squirrelCageR.T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0) = aimc.TrRef;
606 Real aimc.squirrelCageR.LossPower(quantity = \"Power\", unit = \"W\");
607 Real aimc.squirrelCageR.T_heatPort(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0);
608 parameter Real aimc.squirrelCageR.Lrsigma(quantity = \"Inductance\", unit = \"H\") = aimc.Lrsigma;
609 parameter Real aimc.squirrelCageR.Rr(quantity = \"Resistance\", unit = \"Ohm\") = aimc.Rr;
610 parameter Real aimc.squirrelCageR.T_ref(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = 288.15, nominal = 300.0) = aimc.TrRef;
611 parameter Real aimc.squirrelCageR.alpha(quantity = \"LinearTemperatureCoefficient\", unit = \"1/K\") = Modelica.Electrical.Machines.Thermal.convertAlpha(aimc.alpha20r, aimc.TrRef, 293.15);
612 Real aimc.squirrelCageR.Rr_actual(quantity = \"Resistance\", unit = \"Ohm\");
613 Real aimc.squirrelCageR.spacePhasor_r.v_[1](quantity = \"ElectricPotential\", unit = \"V\");
614 Real aimc.squirrelCageR.spacePhasor_r.v_[2](quantity = \"ElectricPotential\", unit = \"V\");
615 Real aimc.squirrelCageR.spacePhasor_r.i_[1](quantity = \"ElectricCurrent\", unit = \"A\");
616 Real aimc.squirrelCageR.spacePhasor_r.i_[2](quantity = \"ElectricCurrent\", unit = \"A\");
617 Real aimc.squirrelCageR.heatPort.T(quantity = \"ThermodynamicTemperature\", unit = \"K\", displayUnit = \"degC\", min = 0.0, start = aimc.squirrelCageR.T, nominal = 300.0) = aimc.squirrelCageR.T_heatPort;
618 Real aimc.squirrelCageR.heatPort.Q_flow(quantity = \"Power\", unit = \"W\") = -aimc.squirrelCageR.LossPower;
619 Real ground.p.v(quantity = \"ElectricPotential\", unit = \"V\");
620 Real ground.p.i(quantity = \"ElectricCurrent\", unit = \"A\");
621 parameter Integer star.m(min = 1) = 3;
622 Real star.pin_n.v(quantity = \"ElectricPotential\", unit = \"V\");
623 Real star.pin_n.i(quantity = \"ElectricCurrent\", unit = \"A\");
624 parameter Integer star.plug_p.m(min = 1) = star.m;
625 Real star.plug_p.pin[1].v(quantity = \"ElectricPotential\", unit = \"V\");
626 Real star.plug_p.pin[1].i(quantity = \"ElectricCurrent\", unit = \"A\");
627 Real star.plug_p.pin[2].v(quantity = \"ElectricPotential\", unit = \"V\");
628 Real star.plug_p.pin[2].i(quantity = \"ElectricCurrent\", unit = \"A\");
629 Real star.plug_p.pin[3].v(quantity = \"ElectricPotential\", unit = \"V\");
630 Real star.plug_p.pin[3].i(quantity = \"ElectricCurrent\", unit = \"A\");
631 parameter Boolean torque.useSupport = false;
632 Real torque.flange.phi(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\");
633 Real torque.flange.tau(quantity = \"Torque\", unit = \"N.m\");
634 protected Real torque.phi_support(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\");
635 input Real torque.tau(unit = \"N.m\");
636 output Real const.y;
637 parameter Real const.k(start = 1.0) = -15.0;
638 Real speedSensor.flange.phi(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\");
639 Real speedSensor.flange.tau(quantity = \"Torque\", unit = \"N.m\");
640 output Real speedSensor.w(unit = \"rad/s\");
641 parameter Integer sinevoltage1.m(min = 1) = 3;
642 Real sinevoltage1.v[1](quantity = \"ElectricPotential\", unit = \"V\");
643 Real sinevoltage1.v[2](quantity = \"ElectricPotential\", unit = \"V\");
644 Real sinevoltage1.v[3](quantity = \"ElectricPotential\", unit = \"V\");
645 Real sinevoltage1.i[1](quantity = \"ElectricCurrent\", unit = \"A\");
646 Real sinevoltage1.i[2](quantity = \"ElectricCurrent\", unit = \"A\");
647 Real sinevoltage1.i[3](quantity = \"ElectricCurrent\", unit = \"A\");
648 parameter Integer sinevoltage1.plug_p.m(min = 1) = sinevoltage1.m;
649 Real sinevoltage1.plug_p.pin[1].v(quantity = \"ElectricPotential\", unit = \"V\");
650 Real sinevoltage1.plug_p.pin[1].i(quantity = \"ElectricCurrent\", unit = \"A\");
651 Real sinevoltage1.plug_p.pin[2].v(quantity = \"ElectricPotential\", unit = \"V\");
652 Real sinevoltage1.plug_p.pin[2].i(quantity = \"ElectricCurrent\", unit = \"A\");
653 Real sinevoltage1.plug_p.pin[3].v(quantity = \"ElectricPotential\", unit = \"V\");
654 Real sinevoltage1.plug_p.pin[3].i(quantity = \"ElectricCurrent\", unit = \"A\");
655 parameter Integer sinevoltage1.plug_n.m(min = 1) = sinevoltage1.m;
656 Real sinevoltage1.plug_n.pin[1].v(quantity = \"ElectricPotential\", unit = \"V\");
657 Real sinevoltage1.plug_n.pin[1].i(quantity = \"ElectricCurrent\", unit = \"A\");
658 Real sinevoltage1.plug_n.pin[2].v(quantity = \"ElectricPotential\", unit = \"V\");
659 Real sinevoltage1.plug_n.pin[2].i(quantity = \"ElectricCurrent\", unit = \"A\");
660 Real sinevoltage1.plug_n.pin[3].v(quantity = \"ElectricPotential\", unit = \"V\");
661 Real sinevoltage1.plug_n.pin[3].i(quantity = \"ElectricCurrent\", unit = \"A\");
662 parameter Real sinevoltage1.V[1](quantity = \"ElectricPotential\", unit = \"V\", start = 1.0) = 187.794213613377;
663 parameter Real sinevoltage1.V[2](quantity = \"ElectricPotential\", unit = \"V\", start = 1.0) = 187.794213613377;
664 parameter Real sinevoltage1.V[3](quantity = \"ElectricPotential\", unit = \"V\", start = 1.0) = 187.794213613377;
665 parameter Real sinevoltage1.phase[1](quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\") = (-Modelica.Electrical.MultiPhase.Functions.symmetricOrientation(sinevoltage1.m))[1];
666 parameter Real sinevoltage1.phase[2](quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\") = (-Modelica.Electrical.MultiPhase.Functions.symmetricOrientation(sinevoltage1.m))[2];
667 parameter Real sinevoltage1.phase[3](quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\") = (-Modelica.Electrical.MultiPhase.Functions.symmetricOrientation(sinevoltage1.m))[3];
668 parameter Real sinevoltage1.freqHz[1](quantity = \"Frequency\", unit = \"Hz\", start = 1.0) = 50.0;
669 parameter Real sinevoltage1.freqHz[2](quantity = \"Frequency\", unit = \"Hz\", start = 1.0) = 50.0;
670 parameter Real sinevoltage1.freqHz[3](quantity = \"Frequency\", unit = \"Hz\", start = 1.0) = 50.0;
671 parameter Real sinevoltage1.offset[1](quantity = \"ElectricPotential\", unit = \"V\") = 0.0;
672 parameter Real sinevoltage1.offset[2](quantity = \"ElectricPotential\", unit = \"V\") = 0.0;
673 parameter Real sinevoltage1.offset[3](quantity = \"ElectricPotential\", unit = \"V\") = 0.0;
674 parameter Real sinevoltage1.startTime[1](quantity = \"Time\", unit = \"s\") = 0.0;
675 parameter Real sinevoltage1.startTime[2](quantity = \"Time\", unit = \"s\") = 0.0;
676 parameter Real sinevoltage1.startTime[3](quantity = \"Time\", unit = \"s\") = 0.0;
677 Real sinevoltage1.sineVoltage[1].v(quantity = \"ElectricPotential\", unit = \"V\");
678 Real sinevoltage1.sineVoltage[1].i(quantity = \"ElectricCurrent\", unit = \"A\");
679 Real sinevoltage1.sineVoltage[1].p.v(quantity = \"ElectricPotential\", unit = \"V\");
680 Real sinevoltage1.sineVoltage[1].p.i(quantity = \"ElectricCurrent\", unit = \"A\");
681 Real sinevoltage1.sineVoltage[1].n.v(quantity = \"ElectricPotential\", unit = \"V\");
682 Real sinevoltage1.sineVoltage[1].n.i(quantity = \"ElectricCurrent\", unit = \"A\");
683 parameter Real sinevoltage1.sineVoltage[1].offset(quantity = \"ElectricPotential\", unit = \"V\") = sinevoltage1.offset[1];
684 parameter Real sinevoltage1.sineVoltage[1].startTime(quantity = \"Time\", unit = \"s\") = sinevoltage1.startTime[1];
685 parameter Real sinevoltage1.sineVoltage[1].V(quantity = \"ElectricPotential\", unit = \"V\", start = 1.0) = sinevoltage1.V[1];
686 parameter Real sinevoltage1.sineVoltage[1].phase(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\") = sinevoltage1.phase[1];
687 parameter Real sinevoltage1.sineVoltage[1].freqHz(quantity = \"Frequency\", unit = \"Hz\", start = 1.0) = sinevoltage1.freqHz[1];
688 output Real sinevoltage1.sineVoltage[1].signalSource.y;
689 parameter Real sinevoltage1.sineVoltage[1].signalSource.amplitude = sinevoltage1.sineVoltage[1].V;
690 parameter Real sinevoltage1.sineVoltage[1].signalSource.freqHz(quantity = \"Frequency\", unit = \"Hz\", start = 1.0) = sinevoltage1.sineVoltage[1].freqHz;
691 parameter Real sinevoltage1.sineVoltage[1].signalSource.phase(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\") = sinevoltage1.sineVoltage[1].phase;
692 parameter Real sinevoltage1.sineVoltage[1].signalSource.offset = sinevoltage1.sineVoltage[1].offset;
693 parameter Real sinevoltage1.sineVoltage[1].signalSource.startTime(quantity = \"Time\", unit = \"s\") = sinevoltage1.sineVoltage[1].startTime;
694 protected constant Real sinevoltage1.sineVoltage[1].signalSource.pi = 3.141592653589793;
695 Real sinevoltage1.sineVoltage[2].v(quantity = \"ElectricPotential\", unit = \"V\");
696 Real sinevoltage1.sineVoltage[2].i(quantity = \"ElectricCurrent\", unit = \"A\");
697 Real sinevoltage1.sineVoltage[2].p.v(quantity = \"ElectricPotential\", unit = \"V\");
698 Real sinevoltage1.sineVoltage[2].p.i(quantity = \"ElectricCurrent\", unit = \"A\");
699 Real sinevoltage1.sineVoltage[2].n.v(quantity = \"ElectricPotential\", unit = \"V\");
700 Real sinevoltage1.sineVoltage[2].n.i(quantity = \"ElectricCurrent\", unit = \"A\");
701 parameter Real sinevoltage1.sineVoltage[2].offset(quantity = \"ElectricPotential\", unit = \"V\") = sinevoltage1.offset[2];
702 parameter Real sinevoltage1.sineVoltage[2].startTime(quantity = \"Time\", unit = \"s\") = sinevoltage1.startTime[2];
703 parameter Real sinevoltage1.sineVoltage[2].V(quantity = \"ElectricPotential\", unit = \"V\", start = 1.0) = sinevoltage1.V[2];
704 parameter Real sinevoltage1.sineVoltage[2].phase(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\") = sinevoltage1.phase[2];
705 parameter Real sinevoltage1.sineVoltage[2].freqHz(quantity = \"Frequency\", unit = \"Hz\", start = 1.0) = sinevoltage1.freqHz[2];
706 output Real sinevoltage1.sineVoltage[2].signalSource.y;
707 parameter Real sinevoltage1.sineVoltage[2].signalSource.amplitude = sinevoltage1.sineVoltage[2].V;
708 parameter Real sinevoltage1.sineVoltage[2].signalSource.freqHz(quantity = \"Frequency\", unit = \"Hz\", start = 1.0) = sinevoltage1.sineVoltage[2].freqHz;
709 parameter Real sinevoltage1.sineVoltage[2].signalSource.phase(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\") = sinevoltage1.sineVoltage[2].phase;
710 parameter Real sinevoltage1.sineVoltage[2].signalSource.offset = sinevoltage1.sineVoltage[2].offset;
711 parameter Real sinevoltage1.sineVoltage[2].signalSource.startTime(quantity = \"Time\", unit = \"s\") = sinevoltage1.sineVoltage[2].startTime;
712 protected constant Real sinevoltage1.sineVoltage[2].signalSource.pi = 3.141592653589793;
713 Real sinevoltage1.sineVoltage[3].v(quantity = \"ElectricPotential\", unit = \"V\");
714 Real sinevoltage1.sineVoltage[3].i(quantity = \"ElectricCurrent\", unit = \"A\");
715 Real sinevoltage1.sineVoltage[3].p.v(quantity = \"ElectricPotential\", unit = \"V\");
716 Real sinevoltage1.sineVoltage[3].p.i(quantity = \"ElectricCurrent\", unit = \"A\");
717 Real sinevoltage1.sineVoltage[3].n.v(quantity = \"ElectricPotential\", unit = \"V\");
718 Real sinevoltage1.sineVoltage[3].n.i(quantity = \"ElectricCurrent\", unit = \"A\");
719 parameter Real sinevoltage1.sineVoltage[3].offset(quantity = \"ElectricPotential\", unit = \"V\") = sinevoltage1.offset[3];
720 parameter Real sinevoltage1.sineVoltage[3].startTime(quantity = \"Time\", unit = \"s\") = sinevoltage1.startTime[3];
721 parameter Real sinevoltage1.sineVoltage[3].V(quantity = \"ElectricPotential\", unit = \"V\", start = 1.0) = sinevoltage1.V[3];
722 parameter Real sinevoltage1.sineVoltage[3].phase(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\") = sinevoltage1.phase[3];
723 parameter Real sinevoltage1.sineVoltage[3].freqHz(quantity = \"Frequency\", unit = \"Hz\", start = 1.0) = sinevoltage1.freqHz[3];
724 output Real sinevoltage1.sineVoltage[3].signalSource.y;
725 parameter Real sinevoltage1.sineVoltage[3].signalSource.amplitude = sinevoltage1.sineVoltage[3].V;
726 parameter Real sinevoltage1.sineVoltage[3].signalSource.freqHz(quantity = \"Frequency\", unit = \"Hz\", start = 1.0) = sinevoltage1.sineVoltage[3].freqHz;
727 parameter Real sinevoltage1.sineVoltage[3].signalSource.phase(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\") = sinevoltage1.sineVoltage[3].phase;
728 parameter Real sinevoltage1.sineVoltage[3].signalSource.offset = sinevoltage1.sineVoltage[3].offset;
729 parameter Real sinevoltage1.sineVoltage[3].signalSource.startTime(quantity = \"Time\", unit = \"s\") = sinevoltage1.sineVoltage[3].startTime;
730 protected constant Real sinevoltage1.sineVoltage[3].signalSource.pi = 3.141592653589793;
731equation
732 terminalBox.star.plug_p.pin[1].v = terminalBox.star.pin_n.v;
733 terminalBox.star.plug_p.pin[2].v = terminalBox.star.pin_n.v;
734 terminalBox.star.plug_p.pin[3].v = terminalBox.star.pin_n.v;
735 terminalBox.star.plug_p.pin[1].i + terminalBox.star.plug_p.pin[2].i + terminalBox.star.plug_p.pin[3].i + terminalBox.star.pin_n.i = 0.0;
736 assert(terminalBox.plug_sn.m == terminalBox.star.plug_p.m,\"automatically generated from connect\");
737 assert(terminalBox.plug_sp.m == terminalBox.plugSupply.m,\"automatically generated from connect\");
738 aimc.spacePhasorS.v[1] / aimc.spacePhasorS.turnsRatio = aimc.spacePhasorS.plug_p.pin[1].v - aimc.spacePhasorS.plug_n.pin[1].v;
739 aimc.spacePhasorS.v[2] / aimc.spacePhasorS.turnsRatio = aimc.spacePhasorS.plug_p.pin[2].v - aimc.spacePhasorS.plug_n.pin[2].v;
740 aimc.spacePhasorS.v[3] / aimc.spacePhasorS.turnsRatio = aimc.spacePhasorS.plug_p.pin[3].v - aimc.spacePhasorS.plug_n.pin[3].v;
741 aimc.spacePhasorS.i[1] * aimc.spacePhasorS.turnsRatio = aimc.spacePhasorS.plug_p.pin[1].i;
742 aimc.spacePhasorS.i[2] * aimc.spacePhasorS.turnsRatio = aimc.spacePhasorS.plug_p.pin[2].i;
743 aimc.spacePhasorS.i[3] * aimc.spacePhasorS.turnsRatio = aimc.spacePhasorS.plug_p.pin[3].i;
744 aimc.spacePhasorS.i[1] * aimc.spacePhasorS.turnsRatio = -aimc.spacePhasorS.plug_n.pin[1].i;
745 aimc.spacePhasorS.i[2] * aimc.spacePhasorS.turnsRatio = -aimc.spacePhasorS.plug_n.pin[2].i;
746 aimc.spacePhasorS.i[3] * aimc.spacePhasorS.turnsRatio = -aimc.spacePhasorS.plug_n.pin[3].i;
747 3.0 * aimc.spacePhasorS.zero.v = aimc.spacePhasorS.v[1] + aimc.spacePhasorS.v[2] + aimc.spacePhasorS.v[3];
748 aimc.spacePhasorS.spacePhasor.v_[1] = aimc.spacePhasorS.TransformationMatrix[1,1] * aimc.spacePhasorS.v[1] + aimc.spacePhasorS.TransformationMatrix[1,2] * aimc.spacePhasorS.v[2] + aimc.spacePhasorS.TransformationMatrix[1,3] * aimc.spacePhasorS.v[3];
749 aimc.spacePhasorS.spacePhasor.v_[2] = aimc.spacePhasorS.TransformationMatrix[2,1] * aimc.spacePhasorS.v[1] + aimc.spacePhasorS.TransformationMatrix[2,2] * aimc.spacePhasorS.v[2] + aimc.spacePhasorS.TransformationMatrix[2,3] * aimc.spacePhasorS.v[3];
750 -3.0 * aimc.spacePhasorS.zero.i = aimc.spacePhasorS.i[1] + aimc.spacePhasorS.i[2] + aimc.spacePhasorS.i[3];
751 -aimc.spacePhasorS.spacePhasor.i_[1] = aimc.spacePhasorS.TransformationMatrix[1,1] * aimc.spacePhasorS.i[1] + aimc.spacePhasorS.TransformationMatrix[1,2] * aimc.spacePhasorS.i[2] + aimc.spacePhasorS.TransformationMatrix[1,3] * aimc.spacePhasorS.i[3];
752 -aimc.spacePhasorS.spacePhasor.i_[2] = aimc.spacePhasorS.TransformationMatrix[2,1] * aimc.spacePhasorS.i[1] + aimc.spacePhasorS.TransformationMatrix[2,2] * aimc.spacePhasorS.i[2] + aimc.spacePhasorS.TransformationMatrix[2,3] * aimc.spacePhasorS.i[3];
753 aimc.spacePhasorS.ground.v = 0.0;
754 aimc.inertiaRotor.phi = aimc.inertiaRotor.flange_a.phi;
755 aimc.inertiaRotor.phi = aimc.inertiaRotor.flange_b.phi;
756 aimc.inertiaRotor.w = der(aimc.inertiaRotor.phi);
757 aimc.inertiaRotor.a = der(aimc.inertiaRotor.w);
758 aimc.inertiaRotor.J * aimc.inertiaRotor.a = aimc.inertiaRotor.flange_a.tau + aimc.inertiaRotor.flange_b.tau;
759 aimc.fixed.flange.phi = aimc.fixed.phi0;
760 aimc.thermalAmbient.temperatureStatorWinding.port.T = aimc.thermalAmbient.temperatureStatorWinding.T;
761 aimc.thermalAmbient.temperatureRotorWinding.port.T = aimc.thermalAmbient.temperatureRotorWinding.T;
762 aimc.thermalAmbient.thermalCollectorStator.port_b.Q_flow + aimc.thermalAmbient.thermalCollectorStator.port_a[1].Q_flow + aimc.thermalAmbient.thermalCollectorStator.port_a[2].Q_flow + aimc.thermalAmbient.thermalCollectorStator.port_a[3].Q_flow = 0.0;
763 aimc.thermalAmbient.thermalCollectorStator.port_a[1].T = aimc.thermalAmbient.thermalCollectorStator.port_b.T;
764 aimc.thermalAmbient.thermalCollectorStator.port_a[2].T = aimc.thermalAmbient.thermalCollectorStator.port_b.T;
765 aimc.thermalAmbient.thermalCollectorStator.port_a[3].T = aimc.thermalAmbient.thermalCollectorStator.port_b.T;
766 aimc.thermalAmbient.temperatureStatorCore.port.T = aimc.thermalAmbient.temperatureStatorCore.T;
767 aimc.thermalAmbient.temperatureRotorCore.port.T = aimc.thermalAmbient.temperatureRotorCore.T;
768 aimc.thermalAmbient.temperatureStrayLoad.port.T = aimc.thermalAmbient.temperatureStrayLoad.T;
769 aimc.thermalAmbient.temperatureFriction.port.T = aimc.thermalAmbient.temperatureFriction.T;
770 aimc.thermalAmbient.constTs.y = aimc.thermalAmbient.constTs.k;
771 aimc.thermalAmbient.constTr.y = aimc.thermalAmbient.constTr.k;
772 aimc.is = {aimc.plug_sp.pin[1].i, aimc.plug_sp.pin[2].i, aimc.plug_sp.pin[3].i};
773 aimc.vs = {aimc.plug_sp.pin[1].v - aimc.plug_sn.pin[1].v, aimc.plug_sp.pin[2].v - aimc.plug_sn.pin[2].v, aimc.plug_sp.pin[3].v - aimc.plug_sn.pin[3].v};
774 aimc.lssigma.spacePhasor_a.i_[1] + aimc.lssigma.spacePhasor_b.i_[1] = 0.0;
775 aimc.lssigma.spacePhasor_a.i_[2] + aimc.lssigma.spacePhasor_b.i_[2] = 0.0;
776 aimc.lssigma.v_[1] = aimc.lssigma.spacePhasor_a.v_[1] - aimc.lssigma.spacePhasor_b.v_[1];
777 aimc.lssigma.v_[2] = aimc.lssigma.spacePhasor_a.v_[2] - aimc.lssigma.spacePhasor_b.v_[2];
778 aimc.lssigma.i_[1] = aimc.lssigma.spacePhasor_a.i_[1];
779 aimc.lssigma.i_[2] = aimc.lssigma.spacePhasor_a.i_[2];
780 aimc.lssigma.v_[1] = aimc.lssigma.L[1] * der(aimc.lssigma.i_[1]);
781 aimc.lssigma.v_[2] = aimc.lssigma.L[2] * der(aimc.lssigma.i_[2]);
782 aimc.friction.tau = 0.0;
783 aimc.friction.lossPower = (-aimc.friction.tau) * aimc.friction.w;
784 aimc.friction.phi = aimc.friction.flange.phi - aimc.friction.support.phi;
785 aimc.friction.w = der(aimc.friction.phi);
786 aimc.friction.tau = -aimc.friction.flange.tau;
787 aimc.friction.tau = aimc.friction.support.tau;
788 aimc.strayLoad.v[1] = 0.0;
789 aimc.strayLoad.v[2] = 0.0;
790 aimc.strayLoad.v[3] = 0.0;
791 aimc.strayLoad.tau = 0.0;
792 aimc.strayLoad.lossPower = (-aimc.strayLoad.tau) * aimc.strayLoad.w;
793 aimc.strayLoad.plug_p.pin[1].i + aimc.strayLoad.plug_n.pin[1].i = 0.0;
794 aimc.strayLoad.plug_p.pin[2].i + aimc.strayLoad.plug_n.pin[2].i = 0.0;
795 aimc.strayLoad.plug_p.pin[3].i + aimc.strayLoad.plug_n.pin[3].i = 0.0;
796 aimc.strayLoad.v[1] = aimc.strayLoad.plug_p.pin[1].v - aimc.strayLoad.plug_n.pin[1].v;
797 aimc.strayLoad.v[2] = aimc.strayLoad.plug_p.pin[2].v - aimc.strayLoad.plug_n.pin[2].v;
798 aimc.strayLoad.v[3] = aimc.strayLoad.plug_p.pin[3].v - aimc.strayLoad.plug_n.pin[3].v;
799 aimc.strayLoad.i[1] = aimc.strayLoad.plug_p.pin[1].i;
800 aimc.strayLoad.i[2] = aimc.strayLoad.plug_p.pin[2].i;
801 aimc.strayLoad.i[3] = aimc.strayLoad.plug_p.pin[3].i;
802 aimc.strayLoad.phi = aimc.strayLoad.flange.phi - aimc.strayLoad.support.phi;
803 aimc.strayLoad.w = der(aimc.strayLoad.phi);
804 aimc.strayLoad.tau = -aimc.strayLoad.flange.tau;
805 aimc.strayLoad.tau = aimc.strayLoad.support.tau;
806 aimc.airGapS.i_ms[1] = aimc.airGapS.i_ss[1] + aimc.airGapS.i_rs[1];
807 aimc.airGapS.i_ms[2] = aimc.airGapS.i_ss[2] + aimc.airGapS.i_rs[2];
808 aimc.airGapS.psi_ms[1] = aimc.airGapS.L[1,1] * aimc.airGapS.i_ms[1] + aimc.airGapS.L[1,2] * aimc.airGapS.i_ms[2];
809 aimc.airGapS.psi_ms[2] = aimc.airGapS.L[2,1] * aimc.airGapS.i_ms[1] + aimc.airGapS.L[2,2] * aimc.airGapS.i_ms[2];
810 aimc.airGapS.psi_mr[1] = aimc.airGapS.RotationMatrix[1,1] * aimc.airGapS.psi_ms[1] + aimc.airGapS.RotationMatrix[2,1] * aimc.airGapS.psi_ms[2];
811 aimc.airGapS.psi_mr[2] = aimc.airGapS.RotationMatrix[1,2] * aimc.airGapS.psi_ms[1] + aimc.airGapS.RotationMatrix[2,2] * aimc.airGapS.psi_ms[2];
812 aimc.airGapS.gamma = /*Real*/(aimc.airGapS.p) * (aimc.airGapS.flange.phi - aimc.airGapS.support.phi);
813 aimc.airGapS.RotationMatrix[1,1] = cos(aimc.airGapS.gamma);
814 aimc.airGapS.RotationMatrix[1,2] = -sin(aimc.airGapS.gamma);
815 aimc.airGapS.RotationMatrix[2,1] = sin(aimc.airGapS.gamma);
816 aimc.airGapS.RotationMatrix[2,2] = cos(aimc.airGapS.gamma);
817 aimc.airGapS.i_ss[1] = aimc.airGapS.spacePhasor_s.i_[1];
818 aimc.airGapS.i_ss[2] = aimc.airGapS.spacePhasor_s.i_[2];
819 aimc.airGapS.i_ss[1] = aimc.airGapS.RotationMatrix[1,1] * aimc.airGapS.i_sr[1] + aimc.airGapS.RotationMatrix[1,2] * aimc.airGapS.i_sr[2];
820 aimc.airGapS.i_ss[2] = aimc.airGapS.RotationMatrix[2,1] * aimc.airGapS.i_sr[1] + aimc.airGapS.RotationMatrix[2,2] * aimc.airGapS.i_sr[2];
821 aimc.airGapS.i_rr[1] = aimc.airGapS.spacePhasor_r.i_[1];
822 aimc.airGapS.i_rr[2] = aimc.airGapS.spacePhasor_r.i_[2];
823 aimc.airGapS.i_rs[1] = aimc.airGapS.RotationMatrix[1,1] * aimc.airGapS.i_rr[1] + aimc.airGapS.RotationMatrix[1,2] * aimc.airGapS.i_rr[2];
824 aimc.airGapS.i_rs[2] = aimc.airGapS.RotationMatrix[2,1] * aimc.airGapS.i_rr[1] + aimc.airGapS.RotationMatrix[2,2] * aimc.airGapS.i_rr[2];
825 aimc.airGapS.spacePhasor_s.v_[1] = der(aimc.airGapS.psi_ms[1]);
826 aimc.airGapS.spacePhasor_s.v_[2] = der(aimc.airGapS.psi_ms[2]);
827 aimc.airGapS.spacePhasor_r.v_[1] = der(aimc.airGapS.psi_mr[1]);
828 aimc.airGapS.spacePhasor_r.v_[2] = der(aimc.airGapS.psi_mr[2]);
829 aimc.airGapS.tauElectrical = 0.5 * /*Real*/(aimc.airGapS.m) * /*Real*/(aimc.airGapS.p) * (aimc.airGapS.spacePhasor_s.i_[2] * aimc.airGapS.psi_ms[1] - aimc.airGapS.spacePhasor_s.i_[1] * aimc.airGapS.psi_ms[2]);
830 aimc.airGapS.flange.tau = -aimc.airGapS.tauElectrical;
831 aimc.airGapS.support.tau = aimc.airGapS.tauElectrical;
832 aimc.inertiaStator.phi = aimc.inertiaStator.flange_a.phi;
833 aimc.inertiaStator.phi = aimc.inertiaStator.flange_b.phi;
834 aimc.inertiaStator.w = der(aimc.inertiaStator.phi);
835 aimc.inertiaStator.a = der(aimc.inertiaStator.w);
836 aimc.inertiaStator.J * aimc.inertiaStator.a = aimc.inertiaStator.flange_a.tau + aimc.inertiaStator.flange_b.tau;
837 aimc.lszero.L * der(aimc.lszero.i) = aimc.lszero.v;
838 aimc.lszero.v = aimc.lszero.p.v - aimc.lszero.n.v;
839 0.0 = aimc.lszero.p.i + aimc.lszero.n.i;
840 aimc.lszero.i = aimc.lszero.p.i;
841 aimc.idq_ss = {aimc.airGapS.i_ss[1], aimc.airGapS.i_ss[2]};
842 aimc.idq_sr = {aimc.airGapS.i_sr[1], aimc.airGapS.i_sr[2]};
843 aimc.idq_rs = {aimc.airGapS.i_rs[1], aimc.airGapS.i_rs[2]};
844 aimc.idq_rr = {aimc.airGapS.i_rr[1], aimc.airGapS.i_rr[2]};
845 assert(1.0 + aimc.rs.resistor[1].alpha * (aimc.rs.resistor[1].T_heatPort - aimc.rs.resistor[1].T_ref) >= 0.000000000000001,\"Temperature outside scope of model!\");
846 aimc.rs.resistor[1].R_actual = aimc.rs.resistor[1].R * (1.0 + aimc.rs.resistor[1].alpha * (aimc.rs.resistor[1].T_heatPort - aimc.rs.resistor[1].T_ref));
847 aimc.rs.resistor[1].v = aimc.rs.resistor[1].R_actual * aimc.rs.resistor[1].i;
848 aimc.rs.resistor[1].LossPower = aimc.rs.resistor[1].v * aimc.rs.resistor[1].i;
849 aimc.rs.resistor[1].v = aimc.rs.resistor[1].p.v - aimc.rs.resistor[1].n.v;
850 0.0 = aimc.rs.resistor[1].p.i + aimc.rs.resistor[1].n.i;
851 aimc.rs.resistor[1].i = aimc.rs.resistor[1].p.i;
852 assert(1.0 + aimc.rs.resistor[2].alpha * (aimc.rs.resistor[2].T_heatPort - aimc.rs.resistor[2].T_ref) >= 0.000000000000001,\"Temperature outside scope of model!\");
853 aimc.rs.resistor[2].R_actual = aimc.rs.resistor[2].R * (1.0 + aimc.rs.resistor[2].alpha * (aimc.rs.resistor[2].T_heatPort - aimc.rs.resistor[2].T_ref));
854 aimc.rs.resistor[2].v = aimc.rs.resistor[2].R_actual * aimc.rs.resistor[2].i;
855 aimc.rs.resistor[2].LossPower = aimc.rs.resistor[2].v * aimc.rs.resistor[2].i;
856 aimc.rs.resistor[2].v = aimc.rs.resistor[2].p.v - aimc.rs.resistor[2].n.v;
857 0.0 = aimc.rs.resistor[2].p.i + aimc.rs.resistor[2].n.i;
858 aimc.rs.resistor[2].i = aimc.rs.resistor[2].p.i;
859 assert(1.0 + aimc.rs.resistor[3].alpha * (aimc.rs.resistor[3].T_heatPort - aimc.rs.resistor[3].T_ref) >= 0.000000000000001,\"Temperature outside scope of model!\");
860 aimc.rs.resistor[3].R_actual = aimc.rs.resistor[3].R * (1.0 + aimc.rs.resistor[3].alpha * (aimc.rs.resistor[3].T_heatPort - aimc.rs.resistor[3].T_ref));
861 aimc.rs.resistor[3].v = aimc.rs.resistor[3].R_actual * aimc.rs.resistor[3].i;
862 aimc.rs.resistor[3].LossPower = aimc.rs.resistor[3].v * aimc.rs.resistor[3].i;
863 aimc.rs.resistor[3].v = aimc.rs.resistor[3].p.v - aimc.rs.resistor[3].n.v;
864 0.0 = aimc.rs.resistor[3].p.i + aimc.rs.resistor[3].n.i;
865 aimc.rs.resistor[3].i = aimc.rs.resistor[3].p.i;
866 aimc.rs.v[1] = aimc.rs.plug_p.pin[1].v - aimc.rs.plug_n.pin[1].v;
867 aimc.rs.v[2] = aimc.rs.plug_p.pin[2].v - aimc.rs.plug_n.pin[2].v;
868 aimc.rs.v[3] = aimc.rs.plug_p.pin[3].v - aimc.rs.plug_n.pin[3].v;
869 aimc.rs.i[1] = aimc.rs.plug_p.pin[1].i;
870 aimc.rs.i[2] = aimc.rs.plug_p.pin[2].i;
871 aimc.rs.i[3] = aimc.rs.plug_p.pin[3].i;
872 aimc.statorCore.Gc = 0.0;
873 aimc.statorCore.spacePhasor.i_[1] = 0.0;
874 aimc.statorCore.spacePhasor.i_[2] = 0.0;
875 aimc.statorCore.lossPower = 1.5 * (aimc.statorCore.spacePhasor.v_[1] * aimc.statorCore.spacePhasor.i_[1] + aimc.statorCore.spacePhasor.v_[2] * aimc.statorCore.spacePhasor.i_[2]);
876 aimc.ir = -{aimc.squirrelCageR.spacePhasor_r.i_[1], aimc.squirrelCageR.spacePhasor_r.i_[2]};
877 assert(1.0 + aimc.squirrelCageR.alpha * (aimc.squirrelCageR.T_heatPort - aimc.squirrelCageR.T_ref) >= 0.000000000000001,\"Temperature outside scope of model!\");
878 aimc.squirrelCageR.Rr_actual = aimc.squirrelCageR.Rr * (1.0 + aimc.squirrelCageR.alpha * (aimc.squirrelCageR.T_heatPort - aimc.squirrelCageR.T_ref));
879 aimc.squirrelCageR.spacePhasor_r.v_[1] = aimc.squirrelCageR.spacePhasor_r.i_[1] * aimc.squirrelCageR.Rr_actual + der(aimc.squirrelCageR.spacePhasor_r.i_[1]) * aimc.squirrelCageR.Lrsigma;
880 aimc.squirrelCageR.spacePhasor_r.v_[2] = aimc.squirrelCageR.spacePhasor_r.i_[2] * aimc.squirrelCageR.Rr_actual + der(aimc.squirrelCageR.spacePhasor_r.i_[2]) * aimc.squirrelCageR.Lrsigma;
881 0.6666666666666666 * aimc.squirrelCageR.LossPower = aimc.squirrelCageR.Rr_actual * (aimc.squirrelCageR.spacePhasor_r.i_[1] ^ 2.0 + aimc.squirrelCageR.spacePhasor_r.i_[2] ^ 2.0);
882 assert(aimc.spacePhasorS.plug_n.m == aimc.plug_sn.m,\"automatically generated from connect\");
883 assert(aimc.thermalAmbient.thermalPort.m == aimc.internalThermalPort.m,\"automatically generated from connect\");
884 assert(aimc.strayLoad.plug_n.m == aimc.rs.plug_p.m,\"automatically generated from connect\");
885 assert(aimc.strayLoad.plug_p.m == aimc.plug_sp.m,\"automatically generated from connect\");
886 assert(aimc.spacePhasorS.plug_p.m == aimc.rs.plug_n.m,\"automatically generated from connect\");
887 ground.p.v = 0.0;
888 star.plug_p.pin[1].v = star.pin_n.v;
889 star.plug_p.pin[2].v = star.pin_n.v;
890 star.plug_p.pin[3].v = star.pin_n.v;
891 star.plug_p.pin[1].i + star.plug_p.pin[2].i + star.plug_p.pin[3].i + star.pin_n.i = 0.0;
892 torque.flange.tau = -torque.tau;
893 torque.phi_support = 0.0;
894 const.y = const.k;
895 speedSensor.w = der(speedSensor.flange.phi);
896 0.0 = speedSensor.flange.tau;
897 sinevoltage1.sineVoltage[1].signalSource.y = sinevoltage1.sineVoltage[1].signalSource.offset + (if time < sinevoltage1.sineVoltage[1].signalSource.startTime then 0.0 else sinevoltage1.sineVoltage[1].signalSource.amplitude * sin(6.283185307179586 * sinevoltage1.sineVoltage[1].signalSource.freqHz * (time - sinevoltage1.sineVoltage[1].signalSource.startTime) + sinevoltage1.sineVoltage[1].signalSource.phase));
898 sinevoltage1.sineVoltage[1].v = sinevoltage1.sineVoltage[1].signalSource.y;
899 sinevoltage1.sineVoltage[1].v = sinevoltage1.sineVoltage[1].p.v - sinevoltage1.sineVoltage[1].n.v;
900 0.0 = sinevoltage1.sineVoltage[1].p.i + sinevoltage1.sineVoltage[1].n.i;
901 sinevoltage1.sineVoltage[1].i = sinevoltage1.sineVoltage[1].p.i;
902 sinevoltage1.sineVoltage[2].signalSource.y = sinevoltage1.sineVoltage[2].signalSource.offset + (if time < sinevoltage1.sineVoltage[2].signalSource.startTime then 0.0 else sinevoltage1.sineVoltage[2].signalSource.amplitude * sin(6.283185307179586 * sinevoltage1.sineVoltage[2].signalSource.freqHz * (time - sinevoltage1.sineVoltage[2].signalSource.startTime) + sinevoltage1.sineVoltage[2].signalSource.phase));
903 sinevoltage1.sineVoltage[2].v = sinevoltage1.sineVoltage[2].signalSource.y;
904 sinevoltage1.sineVoltage[2].v = sinevoltage1.sineVoltage[2].p.v - sinevoltage1.sineVoltage[2].n.v;
905 0.0 = sinevoltage1.sineVoltage[2].p.i + sinevoltage1.sineVoltage[2].n.i;
906 sinevoltage1.sineVoltage[2].i = sinevoltage1.sineVoltage[2].p.i;
907 sinevoltage1.sineVoltage[3].signalSource.y = sinevoltage1.sineVoltage[3].signalSource.offset + (if time < sinevoltage1.sineVoltage[3].signalSource.startTime then 0.0 else sinevoltage1.sineVoltage[3].signalSource.amplitude * sin(6.283185307179586 * sinevoltage1.sineVoltage[3].signalSource.freqHz * (time - sinevoltage1.sineVoltage[3].signalSource.startTime) + sinevoltage1.sineVoltage[3].signalSource.phase));
908 sinevoltage1.sineVoltage[3].v = sinevoltage1.sineVoltage[3].signalSource.y;
909 sinevoltage1.sineVoltage[3].v = sinevoltage1.sineVoltage[3].p.v - sinevoltage1.sineVoltage[3].n.v;
910 0.0 = sinevoltage1.sineVoltage[3].p.i + sinevoltage1.sineVoltage[3].n.i;
911 sinevoltage1.sineVoltage[3].i = sinevoltage1.sineVoltage[3].p.i;
912 sinevoltage1.v[1] = sinevoltage1.plug_p.pin[1].v - sinevoltage1.plug_n.pin[1].v;
913 sinevoltage1.v[2] = sinevoltage1.plug_p.pin[2].v - sinevoltage1.plug_n.pin[2].v;
914 sinevoltage1.v[3] = sinevoltage1.plug_p.pin[3].v - sinevoltage1.plug_n.pin[3].v;
915 sinevoltage1.i[1] = sinevoltage1.plug_p.pin[1].i;
916 sinevoltage1.i[2] = sinevoltage1.plug_p.pin[2].i;
917 sinevoltage1.i[3] = sinevoltage1.plug_p.pin[3].i;
918 assert(sinevoltage1.plug_n.m == terminalBox.plugSupply.m,\"automatically generated from connect\");
919 assert(sinevoltage1.plug_p.m == star.plug_p.m,\"automatically generated from connect\");
920 assert(terminalBox.plug_sn.m == aimc.plug_sn.m,\"automatically generated from connect\");
921 assert(terminalBox.plug_sp.m == aimc.plug_sp.m,\"automatically generated from connect\");
922 terminalBox.plug_sp.pin[1].i + aimc.plug_sp.pin[1].i = 0.0;
923 terminalBox.plug_sp.pin[2].i + aimc.plug_sp.pin[2].i = 0.0;
924 terminalBox.plug_sp.pin[3].i + aimc.plug_sp.pin[3].i = 0.0;
925 terminalBox.plug_sn.pin[1].i + aimc.plug_sn.pin[1].i = 0.0;
926 terminalBox.plug_sn.pin[2].i + aimc.plug_sn.pin[2].i = 0.0;
927 terminalBox.plug_sn.pin[3].i + aimc.plug_sn.pin[3].i = 0.0;
928 terminalBox.plugSupply.pin[1].i + sinevoltage1.plug_n.pin[1].i = 0.0;
929 terminalBox.plugSupply.pin[2].i + sinevoltage1.plug_n.pin[2].i = 0.0;
930 terminalBox.plugSupply.pin[3].i + sinevoltage1.plug_n.pin[3].i = 0.0;
931 terminalBox.star.pin_n.i + (-terminalBox.starpoint.i) = 0.0;
932 (-terminalBox.plug_sn.pin[1].i) + terminalBox.star.plug_p.pin[1].i = 0.0;
933 (-terminalBox.plug_sn.pin[2].i) + terminalBox.star.plug_p.pin[2].i = 0.0;
934 (-terminalBox.plug_sn.pin[3].i) + terminalBox.star.plug_p.pin[3].i = 0.0;
935 terminalBox.starpoint.i = 0.0;
936 terminalBox.plug_sn.pin[1].v = terminalBox.star.plug_p.pin[1].v;
937 terminalBox.plug_sn.pin[2].v = terminalBox.star.plug_p.pin[2].v;
938 terminalBox.plug_sn.pin[3].v = terminalBox.star.plug_p.pin[3].v;
939 terminalBox.plugSupply.pin[1].v = terminalBox.plug_sp.pin[1].v;
940 (-terminalBox.plug_sp.pin[1].i) + (-terminalBox.plugSupply.pin[1].i) = 0.0;
941 terminalBox.plugSupply.pin[2].v = terminalBox.plug_sp.pin[2].v;
942 (-terminalBox.plug_sp.pin[2].i) + (-terminalBox.plugSupply.pin[2].i) = 0.0;
943 terminalBox.plugSupply.pin[3].v = terminalBox.plug_sp.pin[3].v;
944 (-terminalBox.plug_sp.pin[3].i) + (-terminalBox.plugSupply.pin[3].i) = 0.0;
945 terminalBox.star.pin_n.v = terminalBox.starpoint.v;
946 aimc.flange.tau + torque.flange.tau + speedSensor.flange.tau = 0.0;
947 aimc.internalSupport.tau = 0.0;
948 aimc.spacePhasorS.zero.i + aimc.lszero.p.i = 0.0;
949 aimc.spacePhasorS.ground.i + aimc.lszero.n.i = 0.0;
950 aimc.spacePhasorS.spacePhasor.i_[1] + aimc.lssigma.spacePhasor_a.i_[1] + aimc.statorCore.spacePhasor.i_[1] = 0.0;
951 aimc.spacePhasorS.spacePhasor.i_[2] + aimc.lssigma.spacePhasor_a.i_[2] + aimc.statorCore.spacePhasor.i_[2] = 0.0;
952 aimc.spacePhasorS.plug_p.pin[1].i + aimc.rs.plug_n.pin[1].i = 0.0;
953 aimc.spacePhasorS.plug_p.pin[2].i + aimc.rs.plug_n.pin[2].i = 0.0;
954 aimc.spacePhasorS.plug_p.pin[3].i + aimc.rs.plug_n.pin[3].i = 0.0;
955 aimc.spacePhasorS.plug_n.pin[1].i + (-aimc.plug_sn.pin[1].i) = 0.0;
956 aimc.spacePhasorS.plug_n.pin[2].i + (-aimc.plug_sn.pin[2].i) = 0.0;
957 aimc.spacePhasorS.plug_n.pin[3].i + (-aimc.plug_sn.pin[3].i) = 0.0;
958 aimc.internalThermalPort.heatPortStatorCore.Q_flow = 0.0;
959 aimc.internalThermalPort.heatPortRotorCore.Q_flow = 0.0;
960 aimc.internalThermalPort.heatPortStrayLoad.Q_flow = 0.0;
961 aimc.internalThermalPort.heatPortFriction.Q_flow = 0.0;
962 aimc.internalThermalPort.heatPortRotorWinding.Q_flow = 0.0;
963 aimc.internalThermalPort.heatPortStatorWinding[1].Q_flow = 0.0;
964 aimc.internalThermalPort.heatPortStatorWinding[2].Q_flow = 0.0;
965 aimc.internalThermalPort.heatPortStatorWinding[3].Q_flow = 0.0;
966 aimc.inertiaRotor.flange_a.tau + aimc.airGapS.flange.tau = 0.0;
967 (-aimc.flange.tau) + aimc.inertiaRotor.flange_b.tau + aimc.friction.flange.tau + aimc.strayLoad.flange.tau = 0.0;
968 (-aimc.internalSupport.tau) + aimc.fixed.flange.tau + aimc.friction.support.tau + aimc.strayLoad.support.tau + aimc.airGapS.support.tau + aimc.inertiaStator.flange_a.tau = 0.0;
969 aimc.thermalAmbient.temperatureStatorWinding.port.Q_flow + aimc.thermalAmbient.thermalCollectorStator.port_b.Q_flow = 0.0;
970 aimc.thermalAmbient.temperatureRotorWinding.port.Q_flow + (-aimc.thermalAmbient.thermalPort.heatPortRotorWinding.Q_flow) = 0.0;
971 (-aimc.internalThermalPort.heatPortStatorCore.Q_flow) + aimc.thermalAmbient.thermalPort.heatPortStatorCore.Q_flow + aimc.statorCore.heatPort.Q_flow = 0.0;
972 (-aimc.internalThermalPort.heatPortRotorCore.Q_flow) + aimc.thermalAmbient.thermalPort.heatPortRotorCore.Q_flow = 0.0;
973 (-aimc.internalThermalPort.heatPortStrayLoad.Q_flow) + aimc.thermalAmbient.thermalPort.heatPortStrayLoad.Q_flow + aimc.strayLoad.heatPort.Q_flow = 0.0;
974 (-aimc.internalThermalPort.heatPortFriction.Q_flow) + aimc.thermalAmbient.thermalPort.heatPortFriction.Q_flow + aimc.friction.heatPort.Q_flow = 0.0;
975 (-aimc.internalThermalPort.heatPortRotorWinding.Q_flow) + aimc.thermalAmbient.thermalPort.heatPortRotorWinding.Q_flow + aimc.squirrelCageR.heatPort.Q_flow = 0.0;
976 (-aimc.internalThermalPort.heatPortStatorWinding[1].Q_flow) + aimc.thermalAmbient.thermalPort.heatPortStatorWinding[1].Q_flow + aimc.rs.heatPort[1].Q_flow = 0.0;
977 (-aimc.internalThermalPort.heatPortStatorWinding[2].Q_flow) + aimc.thermalAmbient.thermalPort.heatPortStatorWinding[2].Q_flow + aimc.rs.heatPort[2].Q_flow = 0.0;
978 (-aimc.internalThermalPort.heatPortStatorWinding[3].Q_flow) + aimc.thermalAmbient.thermalPort.heatPortStatorWinding[3].Q_flow + aimc.rs.heatPort[3].Q_flow = 0.0;
979 (-aimc.thermalAmbient.thermalPort.heatPortStatorWinding[1].Q_flow) + aimc.thermalAmbient.thermalCollectorStator.port_a[1].Q_flow = 0.0;
980 (-aimc.thermalAmbient.thermalPort.heatPortStatorWinding[2].Q_flow) + aimc.thermalAmbient.thermalCollectorStator.port_a[2].Q_flow = 0.0;
981 (-aimc.thermalAmbient.thermalPort.heatPortStatorWinding[3].Q_flow) + aimc.thermalAmbient.thermalCollectorStator.port_a[3].Q_flow = 0.0;
982 (-aimc.thermalAmbient.thermalPort.heatPortStatorCore.Q_flow) + aimc.thermalAmbient.temperatureStatorCore.port.Q_flow = 0.0;
983 (-aimc.thermalAmbient.thermalPort.heatPortRotorCore.Q_flow) + aimc.thermalAmbient.temperatureRotorCore.port.Q_flow = 0.0;
984 (-aimc.thermalAmbient.thermalPort.heatPortStrayLoad.Q_flow) + aimc.thermalAmbient.temperatureStrayLoad.port.Q_flow = 0.0;
985 (-aimc.thermalAmbient.thermalPort.heatPortFriction.Q_flow) + aimc.thermalAmbient.temperatureFriction.port.Q_flow = 0.0;
986 aimc.thermalAmbient.constTr.y = aimc.thermalAmbient.temperatureRotorWinding.T;
987 aimc.thermalAmbient.temperatureRotorWinding.port.T = aimc.thermalAmbient.thermalPort.heatPortRotorWinding.T;
988 aimc.thermalAmbient.constTs.y = aimc.thermalAmbient.temperatureStatorWinding.T;
989 aimc.thermalAmbient.temperatureStrayLoad.port.T = aimc.thermalAmbient.thermalPort.heatPortStrayLoad.T;
990 aimc.thermalAmbient.temperatureFriction.port.T = aimc.thermalAmbient.thermalPort.heatPortFriction.T;
991 aimc.thermalAmbient.temperatureStatorWinding.port.T = aimc.thermalAmbient.thermalCollectorStator.port_b.T;
992 aimc.thermalAmbient.thermalCollectorStator.port_a[1].T = aimc.thermalAmbient.thermalPort.heatPortStatorWinding[1].T;
993 aimc.thermalAmbient.thermalCollectorStator.port_a[2].T = aimc.thermalAmbient.thermalPort.heatPortStatorWinding[2].T;
994 aimc.thermalAmbient.thermalCollectorStator.port_a[3].T = aimc.thermalAmbient.thermalPort.heatPortStatorWinding[3].T;
995 aimc.thermalAmbient.temperatureStatorCore.port.T = aimc.thermalAmbient.thermalPort.heatPortStatorCore.T;
996 aimc.thermalAmbient.temperatureRotorCore.port.T = aimc.thermalAmbient.thermalPort.heatPortRotorCore.T;
997 aimc.lssigma.spacePhasor_b.i_[1] + aimc.airGapS.spacePhasor_s.i_[1] = 0.0;
998 aimc.lssigma.spacePhasor_b.i_[2] + aimc.airGapS.spacePhasor_s.i_[2] = 0.0;
999 (-aimc.plug_sp.pin[1].i) + aimc.strayLoad.plug_p.pin[1].i = 0.0;
1000 (-aimc.plug_sp.pin[2].i) + aimc.strayLoad.plug_p.pin[2].i = 0.0;
1001 (-aimc.plug_sp.pin[3].i) + aimc.strayLoad.plug_p.pin[3].i = 0.0;
1002 aimc.strayLoad.plug_n.pin[1].i + aimc.rs.plug_p.pin[1].i = 0.0;
1003 aimc.strayLoad.plug_n.pin[2].i + aimc.rs.plug_p.pin[2].i = 0.0;
1004 aimc.strayLoad.plug_n.pin[3].i + aimc.rs.plug_p.pin[3].i = 0.0;
1005 aimc.airGapS.spacePhasor_r.i_[1] + aimc.squirrelCageR.spacePhasor_r.i_[1] = 0.0;
1006 aimc.airGapS.spacePhasor_r.i_[2] + aimc.squirrelCageR.spacePhasor_r.i_[2] = 0.0;
1007 aimc.inertiaStator.flange_b.tau = 0.0;
1008 (-aimc.rs.plug_p.pin[1].i) + aimc.rs.resistor[1].p.i = 0.0;
1009 (-aimc.rs.plug_n.pin[1].i) + aimc.rs.resistor[1].n.i = 0.0;
1010 (-aimc.rs.heatPort[1].Q_flow) + aimc.rs.resistor[1].heatPort.Q_flow = 0.0;
1011 (-aimc.rs.plug_p.pin[2].i) + aimc.rs.resistor[2].p.i = 0.0;
1012 (-aimc.rs.plug_n.pin[2].i) + aimc.rs.resistor[2].n.i = 0.0;
1013 (-aimc.rs.heatPort[2].Q_flow) + aimc.rs.resistor[2].heatPort.Q_flow = 0.0;
1014 (-aimc.rs.plug_p.pin[3].i) + aimc.rs.resistor[3].p.i = 0.0;
1015 (-aimc.rs.plug_n.pin[3].i) + aimc.rs.resistor[3].n.i = 0.0;
1016 (-aimc.rs.heatPort[3].Q_flow) + aimc.rs.resistor[3].heatPort.Q_flow = 0.0;
1017 aimc.rs.plug_p.pin[1].v = aimc.rs.resistor[1].p.v;
1018 aimc.rs.plug_p.pin[2].v = aimc.rs.resistor[2].p.v;
1019 aimc.rs.plug_p.pin[3].v = aimc.rs.resistor[3].p.v;
1020 aimc.rs.plug_n.pin[1].v = aimc.rs.resistor[1].n.v;
1021 aimc.rs.plug_n.pin[2].v = aimc.rs.resistor[2].n.v;
1022 aimc.rs.plug_n.pin[3].v = aimc.rs.resistor[3].n.v;
1023 aimc.rs.heatPort[1].T = aimc.rs.resistor[1].heatPort.T;
1024 aimc.rs.heatPort[2].T = aimc.rs.resistor[2].heatPort.T;
1025 aimc.rs.heatPort[3].T = aimc.rs.resistor[3].heatPort.T;
1026 aimc.airGapS.spacePhasor_r.v_[1] = aimc.squirrelCageR.spacePhasor_r.v_[1];
1027 aimc.airGapS.spacePhasor_r.v_[2] = aimc.squirrelCageR.spacePhasor_r.v_[2];
1028 aimc.airGapS.flange.phi = aimc.inertiaRotor.flange_a.phi;
1029 aimc.airGapS.spacePhasor_s.v_[1] = aimc.lssigma.spacePhasor_b.v_[1];
1030 aimc.airGapS.spacePhasor_s.v_[2] = aimc.lssigma.spacePhasor_b.v_[2];
1031 aimc.internalThermalPort.heatPortRotorWinding.T = aimc.squirrelCageR.heatPort.T;
1032 aimc.internalThermalPort.heatPortRotorWinding.T = aimc.thermalAmbient.thermalPort.heatPortRotorWinding.T;
1033 aimc.airGapS.support.phi = aimc.fixed.flange.phi;
1034 aimc.airGapS.support.phi = aimc.friction.support.phi;
1035 aimc.airGapS.support.phi = aimc.inertiaStator.flange_a.phi;
1036 aimc.airGapS.support.phi = aimc.internalSupport.phi;
1037 aimc.airGapS.support.phi = aimc.strayLoad.support.phi;
1038 aimc.plug_sn.pin[1].v = aimc.spacePhasorS.plug_n.pin[1].v;
1039 aimc.plug_sn.pin[2].v = aimc.spacePhasorS.plug_n.pin[2].v;
1040 aimc.plug_sn.pin[3].v = aimc.spacePhasorS.plug_n.pin[3].v;
1041 aimc.friction.heatPort.T = aimc.internalThermalPort.heatPortFriction.T;
1042 aimc.friction.heatPort.T = aimc.thermalAmbient.thermalPort.heatPortFriction.T;
1043 aimc.internalThermalPort.heatPortRotorCore.T = aimc.thermalAmbient.thermalPort.heatPortRotorCore.T;
1044 aimc.internalThermalPort.heatPortStatorCore.T = aimc.statorCore.heatPort.T;
1045 aimc.internalThermalPort.heatPortStatorCore.T = aimc.thermalAmbient.thermalPort.heatPortStatorCore.T;
1046 aimc.internalThermalPort.heatPortStatorWinding[1].T = aimc.rs.heatPort[1].T;
1047 aimc.internalThermalPort.heatPortStatorWinding[1].T = aimc.thermalAmbient.thermalPort.heatPortStatorWinding[1].T;
1048 aimc.internalThermalPort.heatPortStatorWinding[2].T = aimc.rs.heatPort[2].T;
1049 aimc.internalThermalPort.heatPortStatorWinding[2].T = aimc.thermalAmbient.thermalPort.heatPortStatorWinding[2].T;
1050 aimc.internalThermalPort.heatPortStatorWinding[3].T = aimc.rs.heatPort[3].T;
1051 aimc.internalThermalPort.heatPortStatorWinding[3].T = aimc.thermalAmbient.thermalPort.heatPortStatorWinding[3].T;
1052 aimc.internalThermalPort.heatPortStrayLoad.T = aimc.strayLoad.heatPort.T;
1053 aimc.internalThermalPort.heatPortStrayLoad.T = aimc.thermalAmbient.thermalPort.heatPortStrayLoad.T;
1054 aimc.rs.plug_p.pin[1].v = aimc.strayLoad.plug_n.pin[1].v;
1055 aimc.rs.plug_p.pin[2].v = aimc.strayLoad.plug_n.pin[2].v;
1056 aimc.rs.plug_p.pin[3].v = aimc.strayLoad.plug_n.pin[3].v;
1057 aimc.plug_sp.pin[1].v = aimc.strayLoad.plug_p.pin[1].v;
1058 aimc.plug_sp.pin[2].v = aimc.strayLoad.plug_p.pin[2].v;
1059 aimc.plug_sp.pin[3].v = aimc.strayLoad.plug_p.pin[3].v;
1060 aimc.rs.plug_n.pin[1].v = aimc.spacePhasorS.plug_p.pin[1].v;
1061 aimc.rs.plug_n.pin[2].v = aimc.spacePhasorS.plug_p.pin[2].v;
1062 aimc.rs.plug_n.pin[3].v = aimc.spacePhasorS.plug_p.pin[3].v;
1063 aimc.lszero.p.v = aimc.spacePhasorS.zero.v;
1064 aimc.lszero.n.v = aimc.spacePhasorS.ground.v;
1065 aimc.lssigma.spacePhasor_a.v_[1] = aimc.spacePhasorS.spacePhasor.v_[1];
1066 aimc.lssigma.spacePhasor_a.v_[1] = aimc.statorCore.spacePhasor.v_[1];
1067 aimc.lssigma.spacePhasor_a.v_[2] = aimc.spacePhasorS.spacePhasor.v_[2];
1068 aimc.lssigma.spacePhasor_a.v_[2] = aimc.statorCore.spacePhasor.v_[2];
1069 aimc.flange.phi = aimc.friction.flange.phi;
1070 aimc.flange.phi = aimc.inertiaRotor.flange_b.phi;
1071 aimc.flange.phi = aimc.strayLoad.flange.phi;
1072 ground.p.i + star.pin_n.i = 0.0;
1073 star.plug_p.pin[1].i + sinevoltage1.plug_p.pin[1].i = 0.0;
1074 star.plug_p.pin[2].i + sinevoltage1.plug_p.pin[2].i = 0.0;
1075 star.plug_p.pin[3].i + sinevoltage1.plug_p.pin[3].i = 0.0;
1076 (-sinevoltage1.plug_p.pin[1].i) + sinevoltage1.sineVoltage[1].p.i = 0.0;
1077 (-sinevoltage1.plug_n.pin[1].i) + sinevoltage1.sineVoltage[1].n.i = 0.0;
1078 (-sinevoltage1.plug_p.pin[2].i) + sinevoltage1.sineVoltage[2].p.i = 0.0;
1079 (-sinevoltage1.plug_n.pin[2].i) + sinevoltage1.sineVoltage[2].n.i = 0.0;
1080 (-sinevoltage1.plug_p.pin[3].i) + sinevoltage1.sineVoltage[3].p.i = 0.0;
1081 (-sinevoltage1.plug_n.pin[3].i) + sinevoltage1.sineVoltage[3].n.i = 0.0;
1082 sinevoltage1.plug_p.pin[1].v = sinevoltage1.sineVoltage[1].p.v;
1083 sinevoltage1.plug_p.pin[2].v = sinevoltage1.sineVoltage[2].p.v;
1084 sinevoltage1.plug_p.pin[3].v = sinevoltage1.sineVoltage[3].p.v;
1085 sinevoltage1.plug_n.pin[1].v = sinevoltage1.sineVoltage[1].n.v;
1086 sinevoltage1.plug_n.pin[2].v = sinevoltage1.sineVoltage[2].n.v;
1087 sinevoltage1.plug_n.pin[3].v = sinevoltage1.sineVoltage[3].n.v;
1088 sinevoltage1.plug_n.pin[1].v = terminalBox.plugSupply.pin[1].v;
1089 sinevoltage1.plug_n.pin[2].v = terminalBox.plugSupply.pin[2].v;
1090 sinevoltage1.plug_n.pin[3].v = terminalBox.plugSupply.pin[3].v;
1091 sinevoltage1.plug_p.pin[1].v = star.plug_p.pin[1].v;
1092 sinevoltage1.plug_p.pin[2].v = star.plug_p.pin[2].v;
1093 sinevoltage1.plug_p.pin[3].v = star.plug_p.pin[3].v;
1094 aimc.plug_sn.pin[1].v = terminalBox.plug_sn.pin[1].v;
1095 aimc.plug_sn.pin[2].v = terminalBox.plug_sn.pin[2].v;
1096 aimc.plug_sn.pin[3].v = terminalBox.plug_sn.pin[3].v;
1097 aimc.plug_sp.pin[1].v = terminalBox.plug_sp.pin[1].v;
1098 aimc.plug_sp.pin[2].v = terminalBox.plug_sp.pin[2].v;
1099 aimc.plug_sp.pin[3].v = terminalBox.plug_sp.pin[3].v;
1100 ground.p.v = star.pin_n.v;
1101 aimc.flange.phi = speedSensor.flange.phi;
1102 aimc.flange.phi = torque.flange.phi;
1103 const.y = torque.tau;
1104end asmaFlow;
1105"
1106
1107########################################
1108dumpindxdae
1109########################################
1110
1111
1112Variables (88)
1113========================================
11141: sinevoltage1.i[3]:DUMMY_STATE() .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Current type: Real [3]
11152: sinevoltage1.i[2]:DUMMY_STATE() .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Current type: Real [3]
11163: sinevoltage1.i[1]:DUMMY_STATE() .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Current type: Real [3]
11174: sinevoltage1.v[3]:VARIABLE() .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Voltage type: Real [3]
11185: sinevoltage1.v[2]:VARIABLE() .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Voltage type: Real [3]
11196: sinevoltage1.v[1]:VARIABLE() .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Voltage type: Real [3]
11207: speedSensor.flange.phi:STATE(1,aimc.inertiaRotor.w)(flow=false ) .asmaFlow, .Modelica.Mechanics.Rotational.Sensors.SpeedSensor, .Modelica.Mechanics.Rotational.Interfaces.Flange_a, .Modelica.SIunits.Angle type: Real
11218: ground.p.i:VARIABLE(flow=true ) .asmaFlow, .Modelica.Electrical.Analog.Basic.Ground, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real
11229: aimc.rs.resistor[3].LossPower:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.SIunits.Power type: Real [3]
112310: aimc.rs.resistor[3].v:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.SIunits.Voltage type: Real [3]
112411: aimc.rs.resistor[2].LossPower:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.SIunits.Power type: Real [3]
112512: aimc.rs.resistor[2].v:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.SIunits.Voltage type: Real [3]
112613: aimc.rs.resistor[1].LossPower:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.SIunits.Power type: Real [3]
112714: aimc.rs.resistor[1].v:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.SIunits.Voltage type: Real [3]
112815: aimc.rs.plug_n.pin[3].v:VARIABLE(flow=false ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
112916: aimc.rs.plug_n.pin[2].v:VARIABLE(flow=false ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
113017: aimc.rs.plug_n.pin[1].v:VARIABLE(flow=false ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
113118: aimc.rs.v[3]:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.SIunits.Voltage type: Real [3]
113219: aimc.rs.v[2]:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.SIunits.Voltage type: Real [3]
113320: aimc.rs.v[1]:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.SIunits.Voltage type: Real [3]
113421: aimc.powerBalance.lossPowerTotal:VARIABLE(final = true ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Interfaces.InductionMachines.PowerBalanceAIMC, .Modelica.SIunits.Power type: Real
113522: aimc.powerBalance.lossPowerStatorWinding:VARIABLE(final = true ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Interfaces.InductionMachines.PowerBalanceAIMC, .Modelica.SIunits.Power type: Real
113623: aimc.powerBalance.powerInertiaRotor:VARIABLE(final = true ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Interfaces.InductionMachines.PowerBalanceAIMC, .Modelica.SIunits.Power type: Real
113724: aimc.powerBalance.powerMechanical:VARIABLE(final = true ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Interfaces.InductionMachines.PowerBalanceAIMC, .Modelica.SIunits.Power type: Real
113825: aimc.powerBalance.powerStator:VARIABLE(final = true ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Interfaces.InductionMachines.PowerBalanceAIMC, .Modelica.SIunits.Power type: Real
113926: input aimc.idq_rr[2]:STATE(1)(stateSelect=StateSelect.prefer ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real [2]
114027: input aimc.idq_rr[1]:STATE(1)(stateSelect=StateSelect.prefer ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real [2]
114128: input aimc.idq_rs[2]:DUMMY_STATE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real [2]
114229: input aimc.idq_rs[1]:DUMMY_STATE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real [2]
114330: input aimc.idq_sr[2]:STATE(1)(stateSelect=StateSelect.prefer ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real [2]
114431: input aimc.idq_sr[1]:STATE(1)(stateSelect=StateSelect.prefer ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real [2]
114532: aimc.lszero.v:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Analog.Basic.Inductor, .Modelica.SIunits.Voltage type: Real
114633: output aimc.tauElectrical:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Torque type: Real
114734: aimc.airGapS.i_ms[2]:DUMMY_STATE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.SIunits.Current type: Real [2]
114835: aimc.airGapS.i_ms[1]:DUMMY_STATE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.SIunits.Current type: Real [2]
114936: aimc.airGapS.spacePhasor_r.v_[2]:VARIABLE(flow=false ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.Electrical.Machines.Interfaces.SpacePhasor, .Modelica.SIunits.Voltage type: Real [2]
115037: aimc.airGapS.spacePhasor_r.v_[1]:VARIABLE(flow=false ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.Electrical.Machines.Interfaces.SpacePhasor, .Modelica.SIunits.Voltage type: Real [2]
115138: aimc.airGapS.spacePhasor_s.v_[2]:VARIABLE(flow=false ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.Electrical.Machines.Interfaces.SpacePhasor, .Modelica.SIunits.Voltage type: Real [2]
115239: aimc.airGapS.spacePhasor_s.v_[1]:VARIABLE(flow=false ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.Electrical.Machines.Interfaces.SpacePhasor, .Modelica.SIunits.Voltage type: Real [2]
115340: aimc.airGapS.RotationMatrix[2,2]:DUMMY_STATE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Real type: Real [2,2]
115441: aimc.airGapS.RotationMatrix[2,1]:DUMMY_STATE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Real type: Real [2,2]
115542: aimc.airGapS.psi_mr[2]:DUMMY_STATE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.SIunits.MagneticFlux type: Real [2]
115643: aimc.airGapS.psi_mr[1]:DUMMY_STATE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.SIunits.MagneticFlux type: Real [2]
115744: aimc.airGapS.psi_ms[2]:DUMMY_STATE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.SIunits.MagneticFlux type: Real [2]
115845: aimc.airGapS.psi_ms[1]:DUMMY_STATE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.SIunits.MagneticFlux type: Real [2]
115946: aimc.airGapS.gamma:DUMMY_STATE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.SIunits.Angle type: Real
116047: aimc.strayLoad.iRMS:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.SIunits.Current type: Real
116148: aimc.strayLoad.phi:DUMMY_STATE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.SIunits.Angle type: Real
116249: aimc.friction.phi:DUMMY_STATE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.Friction, .Modelica.SIunits.Angle type: Real
116350: aimc.lssigma.spacePhasor_a.v_[2]:VARIABLE(flow=false ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.Inductor, .Modelica.Electrical.Machines.Interfaces.SpacePhasor, .Modelica.SIunits.Voltage type: Real [2]
116451: aimc.lssigma.spacePhasor_a.v_[1]:VARIABLE(flow=false ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.Inductor, .Modelica.Electrical.Machines.Interfaces.SpacePhasor, .Modelica.SIunits.Voltage type: Real [2]
116552: aimc.lssigma.i_[2]:DUMMY_STATE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.Inductor, .Modelica.SIunits.Current type: Real [2]
116653: aimc.lssigma.i_[1]:DUMMY_STATE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.Inductor, .Modelica.SIunits.Current type: Real [2]
116754: aimc.lssigma.v_[2]:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.Inductor, .Modelica.SIunits.Voltage type: Real [2]
116855: aimc.lssigma.v_[1]:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.Inductor, .Modelica.SIunits.Voltage type: Real [2]
116956: output aimc.vs[3]:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Voltage type: Real [3]
117057: output aimc.vs[2]:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Voltage type: Real [3]
117158: output aimc.vs[1]:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Voltage type: Real [3]
117259: output aimc.thermalAmbient.Q_flowTotal:VARIABLE(final = true ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.SIunits.HeatFlowRate type: Real
117360: output aimc.thermalAmbient.Q_flowRotorWinding:VARIABLE(final = true ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.SIunits.HeatFlowRate type: Real
117461: output aimc.thermalAmbient.Q_flowStatorWinding:VARIABLE(final = true ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.SIunits.HeatFlowRate type: Real
117562: output aimc.i_0_s:DUMMY_STATE(start = 0.0 stateSelect=StateSelect.prefer ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real
117663: output aimc.phiMechanical:DUMMY_STATE(start = 0.0 ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Angle type: Real
117764: aimc.inertiaRotor.w:STATE(1,aimc.inertiaRotor.a)(start = 0.0 ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Mechanics.Rotational.Components.Inertia, .Modelica.SIunits.AngularVelocity type: Real
117865: aimc.inertiaRotor.a:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Mechanics.Rotational.Components.Inertia, .Modelica.SIunits.AngularAcceleration type: Real
117966: aimc.spacePhasorS.i[3]:DUMMY_STATE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.SIunits.Current type: Real [3]
118067: aimc.spacePhasorS.i[2]:DUMMY_STATE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.SIunits.Current type: Real [3]
118168: aimc.spacePhasorS.i[1]:DUMMY_STATE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.SIunits.Current type: Real [3]
118269: aimc.spacePhasorS.v[3]:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.SIunits.Voltage type: Real [3]
118370: aimc.spacePhasorS.v[2]:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.SIunits.Voltage type: Real [3]
118471: aimc.spacePhasorS.v[1]:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.SIunits.Voltage type: Real [3]
118572: terminalBox.starpoint.v:VARIABLE(flow=false ) .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.Analog.Interfaces.NegativePin, .Modelica.SIunits.Voltage type: Real
118673: $DER.aimc.airGapS.gamma:DUMMY_DER(fixed = false ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.SIunits.Angle type: Real
118774: $DER.aimc.airGapS.RotationMatrix[2,1]:DUMMY_DER(fixed = false ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Real type: Real [2,2]
118875: $DER.aimc.airGapS.RotationMatrix[2,2]:DUMMY_DER(fixed = false ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Real type: Real [2,2]
118976: $DER.aimc.airGapS.i_ms[1]:DUMMY_DER(fixed = false ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.SIunits.Current type: Real [2]
119077: $DER.aimc.airGapS.i_ms[2]:DUMMY_DER(fixed = false ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.SIunits.Current type: Real [2]
119178: input $DER.aimc.idq_rs[1]:DUMMY_DER(fixed = false ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real [2]
119279: input $DER.aimc.idq_rs[2]:DUMMY_DER(fixed = false ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real [2]
119380: $DER.sinevoltage1.i[1]:DUMMY_DER(fixed = false ) .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Current type: Real [3]
119481: $DER.sinevoltage1.i[2]:DUMMY_DER(fixed = false ) .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Current type: Real [3]
119582: $DER.sinevoltage1.i[3]:DUMMY_DER(fixed = false ) .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Current type: Real [3]
119683: $DER.aimc.spacePhasorS.i[1]:DUMMY_DER(fixed = false ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.SIunits.Current type: Real [3]
119784: $DER.aimc.lssigma.i_[1]:DUMMY_DER(fixed = false ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.Inductor, .Modelica.SIunits.Current type: Real [2]
119885: $DER.aimc.lssigma.i_[2]:DUMMY_DER(fixed = false ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.Inductor, .Modelica.SIunits.Current type: Real [2]
119986: $DER.aimc.spacePhasorS.i[2]:DUMMY_DER(fixed = false ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.SIunits.Current type: Real [3]
120087: $DER.aimc.spacePhasorS.i[3]:DUMMY_DER(fixed = false ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.SIunits.Current type: Real [3]
120188: output $DER.aimc.i_0_s:DUMMY_DER(fixed = false ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real
1202
1203
1204Equations (88, 88)
1205========================================
12061/1 (1): aimc.phiMechanical = speedSensor.flange.phi - aimc.fixed.phi0
12072/2 (1): aimc.friction.phi = speedSensor.flange.phi - aimc.fixed.phi0
12083/3 (1): aimc.strayLoad.phi = speedSensor.flange.phi - aimc.fixed.phi0
12094/4 (1): aimc.airGapS.gamma = /*Real*/(aimc.airGapS.p) * (speedSensor.flange.phi - aimc.fixed.phi0)
12105/5 (1): aimc.airGapS.RotationMatrix[2,2] = cos(aimc.airGapS.gamma)
12116/6 (1): -aimc.airGapS.RotationMatrix[2,1] = -sin(aimc.airGapS.gamma)
12127/7 (1): aimc.lssigma.i_[1] = aimc.airGapS.RotationMatrix[2,2] * aimc.idq_sr[1] + (-aimc.airGapS.RotationMatrix[2,1]) * aimc.idq_sr[2]
12138/8 (1): aimc.lssigma.i_[2] = aimc.airGapS.RotationMatrix[2,1] * aimc.idq_sr[1] + aimc.airGapS.RotationMatrix[2,2] * aimc.idq_sr[2]
12149/9 (1): aimc.lssigma.i_[2] = aimc.spacePhasorS.TransformationMatrix[2,1] * aimc.spacePhasorS.i[1] + aimc.spacePhasorS.TransformationMatrix[2,2] * aimc.spacePhasorS.i[2] + aimc.spacePhasorS.TransformationMatrix[2,3] * aimc.spacePhasorS.i[3]
121510/10 (1): aimc.spacePhasorS.i[2] * aimc.spacePhasorS.turnsRatio = sinevoltage1.i[2]
121611/11 (1): sinevoltage1.i[1] + sinevoltage1.i[2] + sinevoltage1.i[3] = 0.0
121712/12 (1): aimc.spacePhasorS.i[3] * aimc.spacePhasorS.turnsRatio = sinevoltage1.i[3]
121813/13 (1): aimc.lssigma.i_[1] = aimc.spacePhasorS.TransformationMatrix[1,1] * aimc.spacePhasorS.i[1] + aimc.spacePhasorS.TransformationMatrix[1,2] * aimc.spacePhasorS.i[2] + aimc.spacePhasorS.TransformationMatrix[1,3] * aimc.spacePhasorS.i[3]
121914/14 (1): aimc.spacePhasorS.i[1] * aimc.spacePhasorS.turnsRatio = sinevoltage1.i[1]
122015/15 (1): -3.0 * aimc.i_0_s = aimc.spacePhasorS.i[1] + aimc.spacePhasorS.i[2] + aimc.spacePhasorS.i[3]
122116/16 (1): aimc.idq_rs[1] = aimc.airGapS.RotationMatrix[2,2] * aimc.idq_rr[1] + (-aimc.airGapS.RotationMatrix[2,1]) * aimc.idq_rr[2]
122217/17 (1): aimc.airGapS.i_ms[1] = aimc.lssigma.i_[1] + aimc.idq_rs[1]
122318/18 (1): aimc.idq_rs[2] = aimc.airGapS.RotationMatrix[2,1] * aimc.idq_rr[1] + aimc.airGapS.RotationMatrix[2,2] * aimc.idq_rr[2]
122419/19 (1): aimc.airGapS.i_ms[2] = aimc.lssigma.i_[2] + aimc.idq_rs[2]
122520/20 (1): aimc.airGapS.psi_ms[2] = aimc.airGapS.L[2,1] * aimc.airGapS.i_ms[1] + aimc.airGapS.L[2,2] * aimc.airGapS.i_ms[2]
122621/21 (1): aimc.airGapS.psi_ms[1] = aimc.airGapS.L[1,1] * aimc.airGapS.i_ms[1] + aimc.airGapS.L[1,2] * aimc.airGapS.i_ms[2]
122722/22 (1): aimc.airGapS.psi_mr[2] = (-aimc.airGapS.RotationMatrix[2,1]) * aimc.airGapS.psi_ms[1] + aimc.airGapS.RotationMatrix[2,2] * aimc.airGapS.psi_ms[2]
122823/23 (1): aimc.airGapS.psi_mr[1] = aimc.airGapS.RotationMatrix[2,2] * aimc.airGapS.psi_ms[1] + aimc.airGapS.RotationMatrix[2,1] * aimc.airGapS.psi_ms[2]
122924/24 (1): sinevoltage1.v[3] = sinevoltage1.sineVoltage[3].signalSource.offset + (if time < sinevoltage1.sineVoltage[3].signalSource.startTime then 0.0 else sinevoltage1.sineVoltage[3].signalSource.amplitude * sin(6.283185307179586 * sinevoltage1.sineVoltage[3].signalSource.freqHz * (time - sinevoltage1.sineVoltage[3].signalSource.startTime) + sinevoltage1.sineVoltage[3].signalSource.phase))
123025/25 (1): sinevoltage1.v[2] = sinevoltage1.sineVoltage[2].signalSource.offset + (if time < sinevoltage1.sineVoltage[2].signalSource.startTime then 0.0 else sinevoltage1.sineVoltage[2].signalSource.amplitude * sin(6.283185307179586 * sinevoltage1.sineVoltage[2].signalSource.freqHz * (time - sinevoltage1.sineVoltage[2].signalSource.startTime) + sinevoltage1.sineVoltage[2].signalSource.phase))
123126/26 (1): sinevoltage1.v[1] = sinevoltage1.sineVoltage[1].signalSource.offset + (if time < sinevoltage1.sineVoltage[1].signalSource.startTime then 0.0 else sinevoltage1.sineVoltage[1].signalSource.amplitude * sin(6.283185307179586 * sinevoltage1.sineVoltage[1].signalSource.freqHz * (time - sinevoltage1.sineVoltage[1].signalSource.startTime) + sinevoltage1.sineVoltage[1].signalSource.phase))
123227/27 (1): aimc.inertiaRotor.w = der(speedSensor.flange.phi)
123328/28 (1): (-ground.p.i) - sinevoltage1.i[3] - sinevoltage1.i[1] - sinevoltage1.i[2] = 0.0
123429/29 (1): 0.6666666666666666 * aimc.thermalAmbient.Q_flowRotorWinding = aimc.squirrelCageR.Rr_actual * ((-aimc.idq_rr[1]) ^ 2.0 + (-aimc.idq_rr[2]) ^ 2.0)
123530/30 (1): aimc.rs.resistor[3].v = aimc.rs.resistor[3].R_actual * sinevoltage1.i[3]
123631/31 (1): aimc.rs.resistor[3].LossPower = aimc.rs.resistor[3].v * sinevoltage1.i[3]
123732/32 (1): aimc.rs.resistor[3].v = (-sinevoltage1.v[3]) - aimc.rs.plug_n.pin[3].v
123833/33 (1): aimc.rs.v[3] = (-sinevoltage1.v[3]) - aimc.rs.plug_n.pin[3].v
123934/34 (1): aimc.rs.resistor[2].v = aimc.rs.resistor[2].R_actual * sinevoltage1.i[2]
124035/35 (1): aimc.rs.resistor[2].LossPower = aimc.rs.resistor[2].v * sinevoltage1.i[2]
124136/36 (1): aimc.rs.resistor[2].v = (-sinevoltage1.v[2]) - aimc.rs.plug_n.pin[2].v
124237/37 (1): aimc.rs.v[2] = (-sinevoltage1.v[2]) - aimc.rs.plug_n.pin[2].v
124338/38 (1): aimc.rs.resistor[1].v = aimc.rs.resistor[1].R_actual * sinevoltage1.i[1]
124439/39 (1): aimc.rs.resistor[1].LossPower = aimc.rs.resistor[1].v * sinevoltage1.i[1]
124540/40 (1): aimc.rs.resistor[1].v = (-sinevoltage1.v[1]) - aimc.rs.plug_n.pin[1].v
124641/41 (1): aimc.rs.v[1] = (-sinevoltage1.v[1]) - aimc.rs.plug_n.pin[1].v
124742/42 (1): aimc.tauElectrical = 1.5 * /*Real*/(aimc.airGapS.p) * (aimc.lssigma.i_[2] * aimc.airGapS.psi_ms[1] - aimc.lssigma.i_[1] * aimc.airGapS.psi_ms[2])
124843/43 (1): $DER.aimc.airGapS.gamma = /*Real*/(aimc.airGapS.p) * aimc.inertiaRotor.w
124944/44 (1): $DER.aimc.airGapS.RotationMatrix[2,2] = (-$DER.aimc.airGapS.gamma) * sin(aimc.airGapS.gamma)
125045/45 (1): -$DER.aimc.airGapS.RotationMatrix[2,1] = (-$DER.aimc.airGapS.gamma) * cos(aimc.airGapS.gamma)
125146/46 (1): aimc.rs.resistor[1].LossPower + aimc.rs.resistor[2].LossPower + aimc.rs.resistor[3].LossPower - aimc.thermalAmbient.Q_flowStatorWinding = 0.0
125247/47 (1): aimc.inertiaRotor.J * aimc.inertiaRotor.a = aimc.tauElectrical - const.k
125348/48 (1): aimc.inertiaRotor.a = der(aimc.inertiaRotor.w)
125449/49 (1): $DER.sinevoltage1.i[1] + $DER.sinevoltage1.i[2] + $DER.sinevoltage1.i[3] = 0.0
125550/50 (1): $DER.aimc.spacePhasorS.i[3] * aimc.spacePhasorS.turnsRatio = $DER.sinevoltage1.i[3]
125651/51 (1): $DER.aimc.lssigma.i_[2] = aimc.spacePhasorS.TransformationMatrix[2,1] * $DER.aimc.spacePhasorS.i[1] + aimc.spacePhasorS.TransformationMatrix[2,2] * $DER.aimc.spacePhasorS.i[2] + aimc.spacePhasorS.TransformationMatrix[2,3] * $DER.aimc.spacePhasorS.i[3]
125752/52 (1): $DER.aimc.lssigma.i_[1] = aimc.spacePhasorS.TransformationMatrix[1,1] * $DER.aimc.spacePhasorS.i[1] + aimc.spacePhasorS.TransformationMatrix[1,2] * $DER.aimc.spacePhasorS.i[2] + aimc.spacePhasorS.TransformationMatrix[1,3] * $DER.aimc.spacePhasorS.i[3]
125853/53 (1): $DER.aimc.airGapS.i_ms[1] = $DER.aimc.lssigma.i_[1] + $DER.aimc.idq_rs[1]
125954/54 (1): $DER.aimc.idq_rs[1] = aimc.airGapS.RotationMatrix[2,2] * der(aimc.idq_rr[1]) + $DER.aimc.airGapS.RotationMatrix[2,2] * aimc.idq_rr[1] + (-aimc.airGapS.RotationMatrix[2,1]) * der(aimc.idq_rr[2]) + (-$DER.aimc.airGapS.RotationMatrix[2,1]) * aimc.idq_rr[2]
126055/55 (1): aimc.airGapS.spacePhasor_r.v_[2] = (-aimc.idq_rr[2]) * aimc.squirrelCageR.Rr_actual + (-der(aimc.idq_rr[2])) * aimc.squirrelCageR.Lrsigma
126156/56 (1): aimc.airGapS.spacePhasor_r.v_[2] = (-aimc.airGapS.RotationMatrix[2,1]) * aimc.airGapS.spacePhasor_s.v_[1] + (-$DER.aimc.airGapS.RotationMatrix[2,1]) * aimc.airGapS.psi_ms[1] + aimc.airGapS.RotationMatrix[2,2] * aimc.airGapS.spacePhasor_s.v_[2] + $DER.aimc.airGapS.RotationMatrix[2,2] * aimc.airGapS.psi_ms[2]
126257/57 (1): aimc.airGapS.spacePhasor_r.v_[1] = aimc.airGapS.RotationMatrix[2,2] * aimc.airGapS.spacePhasor_s.v_[1] + $DER.aimc.airGapS.RotationMatrix[2,2] * aimc.airGapS.psi_ms[1] + aimc.airGapS.RotationMatrix[2,1] * aimc.airGapS.spacePhasor_s.v_[2] + $DER.aimc.airGapS.RotationMatrix[2,1] * aimc.airGapS.psi_ms[2]
126358/58 (1): aimc.airGapS.spacePhasor_r.v_[1] = (-aimc.idq_rr[1]) * aimc.squirrelCageR.Rr_actual + (-der(aimc.idq_rr[1])) * aimc.squirrelCageR.Lrsigma
126459/59 (1): $DER.aimc.idq_rs[2] = aimc.airGapS.RotationMatrix[2,1] * der(aimc.idq_rr[1]) + $DER.aimc.airGapS.RotationMatrix[2,1] * aimc.idq_rr[1] + aimc.airGapS.RotationMatrix[2,2] * der(aimc.idq_rr[2]) + $DER.aimc.airGapS.RotationMatrix[2,2] * aimc.idq_rr[2]
126560/60 (1): $DER.aimc.airGapS.i_ms[2] = $DER.aimc.lssigma.i_[2] + $DER.aimc.idq_rs[2]
126661/61 (1): aimc.lssigma.v_[2] = aimc.lssigma.L[2] * $DER.aimc.lssigma.i_[2]
126762/62 (1): aimc.lssigma.v_[2] = aimc.lssigma.spacePhasor_a.v_[2] - aimc.airGapS.spacePhasor_s.v_[2]
126863/63 (1): aimc.lssigma.spacePhasor_a.v_[2] = aimc.spacePhasorS.TransformationMatrix[2,1] * aimc.spacePhasorS.v[1] + aimc.spacePhasorS.TransformationMatrix[2,2] * aimc.spacePhasorS.v[2] + aimc.spacePhasorS.TransformationMatrix[2,3] * aimc.spacePhasorS.v[3]
126964/64 (1): aimc.lssigma.spacePhasor_a.v_[1] = aimc.spacePhasorS.TransformationMatrix[1,1] * aimc.spacePhasorS.v[1] + aimc.spacePhasorS.TransformationMatrix[1,2] * aimc.spacePhasorS.v[2] + aimc.spacePhasorS.TransformationMatrix[1,3] * aimc.spacePhasorS.v[3]
127065/65 (1): aimc.lssigma.v_[1] = aimc.lssigma.spacePhasor_a.v_[1] - aimc.airGapS.spacePhasor_s.v_[1]
127166/66 (1): aimc.airGapS.spacePhasor_s.v_[1] = aimc.airGapS.L[1,1] * $DER.aimc.airGapS.i_ms[1] + aimc.airGapS.L[1,2] * $DER.aimc.airGapS.i_ms[2]
127267/67 (1): aimc.airGapS.spacePhasor_s.v_[2] = aimc.airGapS.L[2,1] * $DER.aimc.airGapS.i_ms[1] + aimc.airGapS.L[2,2] * $DER.aimc.airGapS.i_ms[2]
127368/68 (1): 3.0 * aimc.lszero.v = aimc.spacePhasorS.v[1] + aimc.spacePhasorS.v[2] + aimc.spacePhasorS.v[3]
127469/69 (1): (-aimc.lszero.L) * $DER.aimc.i_0_s = aimc.lszero.v
127570/70 (1): -3.0 * $DER.aimc.i_0_s = $DER.aimc.spacePhasorS.i[1] + $DER.aimc.spacePhasorS.i[2] + $DER.aimc.spacePhasorS.i[3]
127671/71 (1): $DER.aimc.spacePhasorS.i[1] * aimc.spacePhasorS.turnsRatio = $DER.sinevoltage1.i[1]
127772/72 (1): aimc.spacePhasorS.v[3] / aimc.spacePhasorS.turnsRatio = aimc.rs.plug_n.pin[3].v - terminalBox.starpoint.v
127873/73 (1): aimc.spacePhasorS.v[2] / aimc.spacePhasorS.turnsRatio = aimc.rs.plug_n.pin[2].v - terminalBox.starpoint.v
127974/74 (1): aimc.spacePhasorS.v[1] / aimc.spacePhasorS.turnsRatio = aimc.rs.plug_n.pin[1].v - terminalBox.starpoint.v
128075/75 (1): aimc.lssigma.v_[1] = aimc.lssigma.L[1] * $DER.aimc.lssigma.i_[1]
128176/76 (1): $DER.aimc.spacePhasorS.i[2] * aimc.spacePhasorS.turnsRatio = $DER.sinevoltage1.i[2]
128277/77 (1): aimc.vs[1] = (-sinevoltage1.v[1]) - terminalBox.starpoint.v
128378/78 (1): aimc.vs[2] = (-sinevoltage1.v[2]) - terminalBox.starpoint.v
128479/79 (1): aimc.vs[3] = (-sinevoltage1.v[3]) - terminalBox.starpoint.v
128580/80 (1): $DER.aimc.lssigma.i_[1] = aimc.airGapS.RotationMatrix[2,2] * der(aimc.idq_sr[1]) + $DER.aimc.airGapS.RotationMatrix[2,2] * aimc.idq_sr[1] + (-aimc.airGapS.RotationMatrix[2,1]) * der(aimc.idq_sr[2]) + (-$DER.aimc.airGapS.RotationMatrix[2,1]) * aimc.idq_sr[2]
128681/81 (1): $DER.aimc.lssigma.i_[2] = aimc.airGapS.RotationMatrix[2,1] * der(aimc.idq_sr[1]) + $DER.aimc.airGapS.RotationMatrix[2,1] * aimc.idq_sr[1] + aimc.airGapS.RotationMatrix[2,2] * der(aimc.idq_sr[2]) + $DER.aimc.airGapS.RotationMatrix[2,2] * aimc.idq_sr[2]
128782/82 (1): aimc.powerBalance.lossPowerStatorWinding = aimc.rs.resistor[1].LossPower + aimc.rs.resistor[2].LossPower + aimc.rs.resistor[3].LossPower
128883/83 (1): aimc.powerBalance.lossPowerTotal = aimc.powerBalance.lossPowerStatorWinding + aimc.thermalAmbient.Q_flowRotorWinding
128984/84 (1): aimc.powerBalance.powerInertiaRotor = aimc.inertiaRotor.J * aimc.inertiaRotor.a * aimc.inertiaRotor.w
129085/85 (1): aimc.powerBalance.powerStator = Modelica.Electrical.Machines.SpacePhasors.Functions.activePower({aimc.vs[1], aimc.vs[2], aimc.vs[3]}, {sinevoltage1.i[1], sinevoltage1.i[2], sinevoltage1.i[3]})
129186/86 (1): aimc.strayLoad.iRMS = Modelica.Electrical.MultiPhase.Functions.quasiRMS({sinevoltage1.i[1], sinevoltage1.i[2], sinevoltage1.i[3]})
129287/87 (1): aimc.thermalAmbient.Q_flowTotal = aimc.thermalAmbient.Q_flowStatorWinding + aimc.thermalAmbient.Q_flowRotorWinding
129388/88 (1): aimc.powerBalance.powerMechanical = (-aimc.inertiaRotor.w) * const.k
1294
1295
1296State Sets
1297========================================
1298
1299
1300Matching
1301========================================
130288 variables and equations
1303var 1 is solved in eqn 12
1304var 2 is solved in eqn 10
1305var 3 is solved in eqn 11
1306var 4 is solved in eqn 24
1307var 5 is solved in eqn 25
1308var 6 is solved in eqn 26
1309var 7 is solved in eqn 27
1310var 8 is solved in eqn 28
1311var 9 is solved in eqn 31
1312var 10 is solved in eqn 30
1313var 11 is solved in eqn 35
1314var 12 is solved in eqn 34
1315var 13 is solved in eqn 39
1316var 14 is solved in eqn 38
1317var 15 is solved in eqn 32
1318var 16 is solved in eqn 36
1319var 17 is solved in eqn 40
1320var 18 is solved in eqn 33
1321var 19 is solved in eqn 37
1322var 20 is solved in eqn 41
1323var 21 is solved in eqn 83
1324var 22 is solved in eqn 82
1325var 23 is solved in eqn 84
1326var 24 is solved in eqn 88
1327var 25 is solved in eqn 85
1328var 26 is solved in eqn 55
1329var 27 is solved in eqn 59
1330var 28 is solved in eqn 18
1331var 29 is solved in eqn 16
1332var 30 is solved in eqn 81
1333var 31 is solved in eqn 80
1334var 32 is solved in eqn 68
1335var 33 is solved in eqn 42
1336var 34 is solved in eqn 19
1337var 35 is solved in eqn 17
1338var 36 is solved in eqn 56
1339var 37 is solved in eqn 58
1340var 38 is solved in eqn 62
1341var 39 is solved in eqn 57
1342var 40 is solved in eqn 5
1343var 41 is solved in eqn 6
1344var 42 is solved in eqn 22
1345var 43 is solved in eqn 23
1346var 44 is solved in eqn 20
1347var 45 is solved in eqn 21
1348var 46 is solved in eqn 4
1349var 47 is solved in eqn 86
1350var 48 is solved in eqn 3
1351var 49 is solved in eqn 2
1352var 50 is solved in eqn 63
1353var 51 is solved in eqn 65
1354var 52 is solved in eqn 8
1355var 53 is solved in eqn 7
1356var 54 is solved in eqn 61
1357var 55 is solved in eqn 75
1358var 56 is solved in eqn 79
1359var 57 is solved in eqn 78
1360var 58 is solved in eqn 77
1361var 59 is solved in eqn 87
1362var 60 is solved in eqn 29
1363var 61 is solved in eqn 46
1364var 62 is solved in eqn 15
1365var 63 is solved in eqn 1
1366var 64 is solved in eqn 48
1367var 65 is solved in eqn 47
1368var 66 is solved in eqn 9
1369var 67 is solved in eqn 13
1370var 68 is solved in eqn 14
1371var 69 is solved in eqn 64
1372var 70 is solved in eqn 73
1373var 71 is solved in eqn 74
1374var 72 is solved in eqn 72
1375var 73 is solved in eqn 43
1376var 74 is solved in eqn 45
1377var 75 is solved in eqn 44
1378var 76 is solved in eqn 66
1379var 77 is solved in eqn 67
1380var 78 is solved in eqn 54
1381var 79 is solved in eqn 60
1382var 80 is solved in eqn 71
1383var 81 is solved in eqn 76
1384var 82 is solved in eqn 49
1385var 83 is solved in eqn 70
1386var 84 is solved in eqn 53
1387var 85 is solved in eqn 51
1388var 86 is solved in eqn 52
1389var 87 is solved in eqn 50
1390var 88 is solved in eqn 69
1391
1392
1393StrongComponents
1394========================================
1395{88:24}
1396{43:73}
1397{29:60}
1398{27:7}
1399{26:6}
1400{25:5}
1401{24:4}
1402{4:46}
1403{5:40}
1404{6:41}
1405{7:53}
1406{8:52}
1407{9, 13, 10, 11, 14, 12:1, 68, 3, 2, 67, 66} Size: 6 Jacobian Time varying
1408{30:10}
1409{32:15}
1410{33:18}
1411{31:9}
1412{38:14}
1413{40:17}
1414{41:20}
1415{39:13}
1416{28:8}
1417{34:12}
1418{36:16}
1419{37:19}
1420{35:11}
1421{46:61}
1422{87:59}
1423{82:22}
1424{83:21}
1425{86:47}
1426{15:62}
1427{16:29}
1428{17:35}
1429{18:28}
1430{19:34}
1431{20:44}
1432{21:45}
1433{42:33}
1434{47:65}
1435{48:64}
1436{84:23}
1437{22:42}
1438{23:43}
1439{44:75}
1440{45:74}
1441{59, 58, 57, 66, 67, 60, 53, 75, 65, 64, 72, 74, 68, 69, 70, 71, 49, 50, 52, 76, 51, 61, 62, 56, 55, 54, 63, 73:70, 50, 78, 26, 36, 38, 54, 85, 81, 86, 87, 82, 80, 83, 88, 32, 71, 72, 69, 51, 55, 84, 79, 77, 76, 39, 37, 27} Size: 28 Jacobian Time varying
1442{77:58}
1443{78:57}
1444{79:56}
1445{85:25}
1446{81, 80:31, 30} Size: 2 Jacobian Time varying
1447{3:48}
1448{2:49}
1449{1:63}
1450
1451
1452BackendDAEType: simulation
1453
1454
1455Known Variables (constants) (257)
1456========================================
14571: aimc.inertiaStator.flange_a.tau:VARIABLE(flow=true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Mechanics.Rotational.Components.Inertia, .Modelica.Mechanics.Rotational.Interfaces.Flange_a, .Modelica.SIunits.Torque type: Real
14582: aimc.statorCore.wLimit:VARIABLE(protected = true ) = max(abs(aimc.statorCoreParameters.wRef), 0.0003141592653589793) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.Core, .Modelica.SIunits.AngularVelocity type: Real
14593: aimc.statorCore.Gc:VARIABLE() = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.Core, .Modelica.SIunits.Conductance type: Real
14604: torque.phi_support:VARIABLE(protected = true ) = 0.0 .asmaFlow, .Modelica.Mechanics.Rotational.Sources.Torque, .Modelica.SIunits.Angle type: Real
14615: aimc.thermalAmbient.temperatureFriction.port.T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 final = true ) = 293.15 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Thermal.HeatTransfer.Sources.FixedTemperature, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_b, .Modelica.SIunits.Temperature type: Real
14626: aimc.thermalAmbient.temperatureRotorCore.port.T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 final = true ) = 293.15 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Thermal.HeatTransfer.Sources.FixedTemperature, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_b, .Modelica.SIunits.Temperature type: Real
14637: aimc.thermalAmbient.temperatureStatorCore.port.T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 final = true ) = 293.15 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Thermal.HeatTransfer.Sources.FixedTemperature, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_b, .Modelica.SIunits.Temperature type: Real
14648: aimc.thermalAmbient.temperatureStrayLoad.port.T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 final = true ) = 293.15 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Thermal.HeatTransfer.Sources.FixedTemperature, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_b, .Modelica.SIunits.Temperature type: Real
14659: aimc.powerBalance.powerInertiaStator:VARIABLE(final = true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Interfaces.InductionMachines.PowerBalanceAIMC, .Modelica.SIunits.Power type: Real
146610: aimc.inertiaStator.a:VARIABLE() = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Mechanics.Rotational.Components.Inertia, .Modelica.SIunits.AngularAcceleration type: Real
146711: aimc.squirrelCageR.Rr_actual:VARIABLE() = aimc.squirrelCageR.Rr * (1.0 + aimc.squirrelCageR.alpha * (293.15 - aimc.squirrelCageR.T_ref)) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.SquirrelCage, .Modelica.SIunits.Resistance type: Real
146812: aimc.statorCore.lossPower:VARIABLE() = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.Core, .Modelica.SIunits.Power type: Real
146913: aimc.rs.resistor[3].R_actual:VARIABLE() = aimc.rs.resistor[3].R * (1.0 + aimc.rs.resistor[3].alpha * (293.15 - aimc.rs.resistor[3].T_ref)) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.SIunits.Resistance type: Real [3]
147014: aimc.rs.resistor[2].R_actual:VARIABLE() = aimc.rs.resistor[2].R * (1.0 + aimc.rs.resistor[2].alpha * (293.15 - aimc.rs.resistor[2].T_ref)) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.SIunits.Resistance type: Real [3]
147115: aimc.rs.resistor[1].R_actual:VARIABLE() = aimc.rs.resistor[1].R * (1.0 + aimc.rs.resistor[1].alpha * (293.15 - aimc.rs.resistor[1].T_ref)) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.SIunits.Resistance type: Real [3]
147216: aimc.inertiaStator.w:DUMMY_STATE() = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Mechanics.Rotational.Components.Inertia, .Modelica.SIunits.AngularVelocity type: Real
147317: aimc.powerBalance.lossPowerStrayLoad:VARIABLE(final = true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Interfaces.InductionMachines.PowerBalanceAIMC, .Modelica.SIunits.Power type: Real
147418: aimc.powerBalance.lossPowerFriction:VARIABLE(final = true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Interfaces.InductionMachines.PowerBalanceAIMC, .Modelica.SIunits.Power type: Real
147519: aimc.powerBalance.lossPowerRotorCore:VARIABLE(final = true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Interfaces.InductionMachines.PowerBalanceAIMC, .Modelica.SIunits.Power type: Real
147620: aimc.friction.tau:VARIABLE() = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.Friction, .Modelica.SIunits.Torque type: Real
147721: aimc.strayLoad.v[1]:VARIABLE() = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.SIunits.Voltage type: Real [3]
147822: aimc.strayLoad.v[2]:VARIABLE() = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.SIunits.Voltage type: Real [3]
147923: aimc.strayLoad.v[3]:VARIABLE() = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.SIunits.Voltage type: Real [3]
148024: aimc.strayLoad.tau:VARIABLE() = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.SIunits.Torque type: Real
148125: aimc.statorCore.spacePhasor.i_[1]:VARIABLE(flow=true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.Core, .Modelica.Electrical.Machines.Interfaces.SpacePhasor, .Modelica.SIunits.Current type: Real [2]
148226: aimc.statorCore.spacePhasor.i_[2]:VARIABLE(flow=true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.Core, .Modelica.Electrical.Machines.Interfaces.SpacePhasor, .Modelica.SIunits.Current type: Real [2]
148327: speedSensor.flange.tau:VARIABLE(flow=true ) = 0.0 .asmaFlow, .Modelica.Mechanics.Rotational.Sensors.SpeedSensor, .Modelica.Mechanics.Rotational.Interfaces.Flange_a, .Modelica.SIunits.Torque type: Real
148428: terminalBox.starpoint.i:VARIABLE(flow=true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.Analog.Interfaces.NegativePin, .Modelica.SIunits.Current type: Real
148529: aimc.internalSupport.tau:VARIABLE(flow=true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Mechanics.Rotational.Interfaces.Support, .Modelica.SIunits.Torque type: Real
148630: aimc.internalThermalPort.heatPortStatorCore.Q_flow:VARIABLE(flow=true final = true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.HeatFlowRate type: Real
148731: aimc.internalThermalPort.heatPortStrayLoad.Q_flow:VARIABLE(flow=true final = true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.HeatFlowRate type: Real
148832: aimc.internalThermalPort.heatPortFriction.Q_flow:VARIABLE(flow=true final = true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.HeatFlowRate type: Real
148933: aimc.internalThermalPort.heatPortRotorWinding.Q_flow:VARIABLE(flow=true final = true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.HeatFlowRate type: Real
149034: aimc.internalThermalPort.heatPortStatorWinding[1].Q_flow:VARIABLE(flow=true final = true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.HeatFlowRate type: Real [3]
149135: aimc.internalThermalPort.heatPortStatorWinding[2].Q_flow:VARIABLE(flow=true final = true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.HeatFlowRate type: Real [3]
149236: aimc.internalThermalPort.heatPortStatorWinding[3].Q_flow:VARIABLE(flow=true final = true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.HeatFlowRate type: Real [3]
149337: aimc.internalThermalPort.heatPortRotorCore.Q_flow:VARIABLE(flow=true final = true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.HeatFlowRate type: Real
149438: aimc.inertiaStator.flange_b.tau:VARIABLE(flow=true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Mechanics.Rotational.Components.Inertia, .Modelica.Mechanics.Rotational.Interfaces.Flange_b, .Modelica.SIunits.Torque type: Real
149539: output aimc.thermalAmbient.constTr.y:VARIABLE(final = true ) = 293.15 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Blocks.Sources.Constant, .Modelica.Blocks.Interfaces.RealOutput type: Real
149640: output aimc.thermalAmbient.constTs.y:VARIABLE(final = true ) = 293.15 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Blocks.Sources.Constant, .Modelica.Blocks.Interfaces.RealOutput type: Real
149741: aimc.spacePhasorS.ground.v:VARIABLE(flow=false ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.Electrical.Analog.Interfaces.NegativePin, .Modelica.SIunits.Voltage type: Real
149842: ground.p.v:VARIABLE(flow=false ) = 0.0 .asmaFlow, .Modelica.Electrical.Analog.Basic.Ground, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real
149943: aimc.pi:CONST() = 3.141592653589793 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Angle type: Real
150044: aimc.spacePhasorS.m:CONST() = 3 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Integer type: Integer
150145: aimc.spacePhasorS.pi:CONST() = 3.141592653589793 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Real type: Real
150246: aimc.thermalAmbient.TDefault:CONST(min = 0.0 start = 288.15 nominal = 300.0 final = true ) = 293.15 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.SIunits.Temperature type: Real
150347: sinevoltage1.sineVoltage[1].signalSource.pi:CONST(protected = true ) = 3.141592653589793 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Blocks.Sources.Sine, .Real type: Real [3]
150448: sinevoltage1.sineVoltage[2].signalSource.pi:CONST(protected = true ) = 3.141592653589793 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Blocks.Sources.Sine, .Real type: Real [3]
150549: sinevoltage1.sineVoltage[3].signalSource.pi:CONST(protected = true ) = 3.141592653589793 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Blocks.Sources.Sine, .Real type: Real [3]
150650: DeltaOmEl:PARAM() = 25.0 .asmaFlow, .Modelica.SIunits.AngularVelocity type: Real
150751: terminalBox.m:PARAM() = 3 .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Integer type: Integer
150852: terminalBox.terminalConnection:PARAM(start = "Y" final = true ) .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .String type: String
150953: terminalBox.plug_sp.m:PARAM(flow=false min = 1 final = true ) = 3 .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Integer type: Integer
151054: terminalBox.plug_sn.m:PARAM(flow=false min = 1 final = true ) = 3 .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Integer type: Integer
151155: terminalBox.plugSupply.m:PARAM(flow=false min = 1 final = true ) = 3 .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Integer type: Integer
151256: terminalBox.star.m:PARAM(min = 1 ) = terminalBox.m .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Basic.Star, .Integer type: Integer
151357: terminalBox.star.plug_p.m:PARAM(flow=false min = 1 final = true ) = 3 .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Basic.Star, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Integer type: Integer
151458: aimc.m:PARAM(final = true ) = 3 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Integer type: Integer
151559: aimc.p:PARAM(min = 1 start = 2 ) = 2 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Integer type: Integer
151660: aimc.fsNominal:PARAM(start = 50.0 ) = 50.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Frequency type: Real
151761: aimc.TsOperational:PARAM(min = 0.0 start = 293.15 nominal = 300.0 ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Temperature type: Real
151862: aimc.Rs:PARAM(start = 0.03 ) = 0.435 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Resistance type: Real
151963: aimc.TsRef:PARAM(min = 0.0 start = 293.15 nominal = 300.0 ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Temperature type: Real
152064: aimc.alpha20s:PARAM(start = 0.0 ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.LinearTemperatureCoefficient20 type: Real
152165: aimc.Jr:PARAM(start = 0.29 ) = 2.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Inertia type: Real
152266: aimc.useSupport:PARAM() = false .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Boolean type: Boolean
152367: aimc.useThermalPort:PARAM() = false .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Boolean type: Boolean
152468: aimc.spacePhasorS.turnsRatio:PARAM() = 1.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Real type: Real
152569: aimc.spacePhasorS.plug_p.m:PARAM(flow=false min = 1 final = true ) = 3 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Integer type: Integer
152670: aimc.spacePhasorS.plug_n.m:PARAM(flow=false min = 1 final = true ) = 3 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Integer type: Integer
152771: aimc.spacePhasorS.TransformationMatrix[1,1]:PARAM(protected = true ) = 0.6666666666666666 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Real type: Real [2,3]
152872: aimc.spacePhasorS.TransformationMatrix[1,2]:PARAM(protected = true ) = -0.33333333333333315 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Real type: Real [2,3]
152973: aimc.spacePhasorS.TransformationMatrix[1,3]:PARAM(protected = true ) = -0.3333333333333336 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Real type: Real [2,3]
153074: aimc.spacePhasorS.TransformationMatrix[2,1]:PARAM(protected = true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Real type: Real [2,3]
153175: aimc.spacePhasorS.TransformationMatrix[2,2]:PARAM(protected = true ) = 0.5773502691896257 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Real type: Real [2,3]
153276: aimc.spacePhasorS.TransformationMatrix[2,3]:PARAM(protected = true ) = -0.5773502691896255 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Real type: Real [2,3]
153377: aimc.spacePhasorS.InverseTransformation[1,1]:PARAM(protected = true ) = 1.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Real type: Real [3,2]
153478: aimc.spacePhasorS.InverseTransformation[1,2]:PARAM(protected = true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Real type: Real [3,2]
153579: aimc.spacePhasorS.InverseTransformation[2,1]:PARAM(protected = true ) = -0.4999999999999998 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Real type: Real [3,2]
153680: aimc.spacePhasorS.InverseTransformation[2,2]:PARAM(protected = true ) = 0.8660254037844387 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Real type: Real [3,2]
153781: aimc.spacePhasorS.InverseTransformation[3,1]:PARAM(protected = true ) = -0.5000000000000004 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Real type: Real [3,2]
153882: aimc.spacePhasorS.InverseTransformation[3,2]:PARAM(protected = true ) = -0.8660254037844384 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Real type: Real [3,2]
153983: aimc.Rr:PARAM(start = 0.04 ) = 0.4 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Resistance type: Real
154084: aimc.TrRef:PARAM(min = 0.0 start = 293.15 nominal = 300.0 ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Temperature type: Real
154185: aimc.alpha20r:PARAM(start = 0.0 ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.LinearTemperatureCoefficient20 type: Real
154286: aimc.TrOperational:PARAM(min = 0.0 start = 293.15 nominal = 300.0 ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Temperature type: Real
154387: aimc.plug_sp.m:PARAM(flow=false min = 1 final = true ) = 3 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Integer type: Integer
154488: aimc.plug_sn.m:PARAM(flow=false min = 1 final = true ) = 3 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Integer type: Integer
154589: aimc.internalThermalPort.m:PARAM(flow=false final = true ) = 3 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Integer type: Integer
154690: aimc.Lssigma:PARAM(start = 0.10177640614116878 / (aimc.fsNominal * 6.283185307179586) ) = 0.004 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Inductance type: Real
154791: aimc.frictionParameters.PRef:PARAM(min = 0.0 ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.FrictionParameters, .Modelica.SIunits.Power type: Real
154892: aimc.frictionParameters.wRef:PARAM(min = 1e-60 ) = 6.283185307179586 * aimc.fsNominal / /*Real*/(aimc.p) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.FrictionParameters, .Modelica.SIunits.AngularVelocity type: Real
154993: aimc.frictionParameters.power_w:PARAM(min = 1e-60 ) = 2.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.FrictionParameters, .Real type: Real
155094: aimc.frictionParameters.tauRef:PARAM(final = true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.FrictionParameters, .Modelica.SIunits.Torque type: Real
155195: aimc.frictionParameters.linear:PARAM(final = true ) = 0.001 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.FrictionParameters, .Real type: Real
155296: aimc.frictionParameters.tauLinear:PARAM(final = true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.FrictionParameters, .Modelica.SIunits.Torque type: Real
155397: aimc.frictionParameters.wLinear:PARAM(final = true ) = 0.15707963267948966 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.FrictionParameters, .Modelica.SIunits.AngularVelocity type: Real
155498: aimc.statorCoreParameters.m:PARAM() = 3 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.CoreParameters, .Integer type: Integer
155599: aimc.statorCoreParameters.PRef:PARAM(min = 0.0 ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.CoreParameters, .Modelica.SIunits.Power type: Real
1556100: aimc.statorCoreParameters.VRef:PARAM(min = 1e-60 start = 100.0 ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.CoreParameters, .Modelica.SIunits.Voltage type: Real
1557101: aimc.statorCoreParameters.wRef:PARAM(min = 1e-60 ) = 6.283185307179586 * aimc.fsNominal .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.CoreParameters, .Modelica.SIunits.AngularVelocity type: Real
1558102: aimc.statorCoreParameters.ratioHysteresis:PARAM(min = 0.0 max = 1.0 start = 0.775 final = true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.CoreParameters, .Real type: Real
1559103: aimc.statorCoreParameters.GcRef:PARAM(final = true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.CoreParameters, .Modelica.SIunits.Conductance type: Real
1560104: aimc.statorCoreParameters.wMin:PARAM(final = true ) = 0.0003141592653589793 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.CoreParameters, .Modelica.SIunits.AngularVelocity type: Real
1561105: aimc.strayLoadParameters.PRef:PARAM(min = 0.0 ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.StrayLoadParameters, .Modelica.SIunits.Power type: Real
1562106: aimc.strayLoadParameters.IRef:PARAM(min = 1e-60 start = 100.0 ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.StrayLoadParameters, .Modelica.SIunits.Current type: Real
1563107: aimc.strayLoadParameters.wRef:PARAM(min = 1e-60 ) = 6.283185307179586 * aimc.fsNominal / /*Real*/(aimc.p) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.StrayLoadParameters, .Modelica.SIunits.AngularVelocity type: Real
1564108: aimc.strayLoadParameters.power_w:PARAM(min = 1e-60 ) = 1.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.StrayLoadParameters, .Real type: Real
1565109: aimc.strayLoadParameters.tauRef:PARAM(final = true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.StrayLoadParameters, .Modelica.SIunits.Torque type: Real
1566110: aimc.Lm:PARAM(start = 2.898223593858831 / (aimc.fsNominal * 6.283185307179586) ) = 0.06931 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Inductance type: Real
1567111: aimc.Lrsigma:PARAM(start = 0.10177640614116878 / (aimc.fsNominal * 6.283185307179586) ) = 0.002 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Inductance type: Real
1568112: aimc.Js:PARAM(start = aimc.Jr ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Inertia type: Real
1569113: aimc.inertiaRotor.J:PARAM(min = 0.0 start = 1.0 ) = aimc.Jr .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Mechanics.Rotational.Components.Inertia, .Modelica.SIunits.Inertia type: Real
1570114: aimc.inertiaRotor.stateSelect:PARAM(min = StateSelect.never max = StateSelect.always ) = StateSelect.default .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Mechanics.Rotational.Components.Inertia, .StateSelect type: enumeration(never, avoid, default, prefer, always)
1571115: aimc.fixed.phi0:PARAM() = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Mechanics.Rotational.Components.Fixed, .Modelica.SIunits.Angle type: Real
1572116: aimc.thermalAmbient.m:PARAM(final = true ) = 3 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Integer type: Integer
1573117: aimc.thermalAmbient.useTemperatureInputs:PARAM(final = true ) = false .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Boolean type: Boolean
1574118: aimc.thermalAmbient.thermalPort.m:PARAM(flow=false final = true ) = 3 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Integer type: Integer
1575119: aimc.thermalAmbient.thermalCollectorStator.m:PARAM(min = 1 final = true ) = 3 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Thermal.HeatTransfer.Components.ThermalCollector, .Integer type: Integer
1576120: aimc.thermalAmbient.Ts:PARAM(min = 0.0 start = 293.15 nominal = 300.0 final = true ) = 293.15 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.SIunits.Temperature type: Real
1577121: aimc.thermalAmbient.temperatureStatorCore.T:PARAM(min = 0.0 start = 288.15 nominal = 300.0 final = true ) = 293.15 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Thermal.HeatTransfer.Sources.FixedTemperature, .Modelica.SIunits.Temperature type: Real
1578122: aimc.thermalAmbient.temperatureRotorCore.T:PARAM(min = 0.0 start = 288.15 nominal = 300.0 final = true ) = 293.15 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Thermal.HeatTransfer.Sources.FixedTemperature, .Modelica.SIunits.Temperature type: Real
1579123: aimc.thermalAmbient.temperatureStrayLoad.T:PARAM(min = 0.0 start = 288.15 nominal = 300.0 final = true ) = 293.15 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Thermal.HeatTransfer.Sources.FixedTemperature, .Modelica.SIunits.Temperature type: Real
1580124: aimc.thermalAmbient.temperatureFriction.T:PARAM(min = 0.0 start = 288.15 nominal = 300.0 final = true ) = 293.15 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Thermal.HeatTransfer.Sources.FixedTemperature, .Modelica.SIunits.Temperature type: Real
1581125: aimc.thermalAmbient.Tr:PARAM(min = 0.0 start = 293.15 nominal = 300.0 final = true ) = 293.15 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.SIunits.Temperature type: Real
1582126: aimc.thermalAmbient.constTs.k:PARAM(start = 1.0 final = true ) = 293.15 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Blocks.Sources.Constant, .Real type: Real
1583127: aimc.thermalAmbient.constTr.k:PARAM(start = 1.0 final = true ) = 293.15 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Blocks.Sources.Constant, .Real type: Real
1584128: aimc.Lszero:PARAM() = aimc.Lssigma .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Inductance type: Real
1585129: aimc.lssigma.L[1]:PARAM() = aimc.Lssigma .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.Inductor, .Modelica.SIunits.Inductance type: Real [2]
1586130: aimc.lssigma.L[2]:PARAM() = aimc.Lssigma .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.Inductor, .Modelica.SIunits.Inductance type: Real [2]
1587131: aimc.friction.useHeatPort:PARAM() = true .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.Friction, .Boolean type: Boolean
1588132: aimc.friction.frictionParameters.PRef:PARAM(min = 0.0 ) = aimc.frictionParameters.PRef .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.Friction, .Modelica.Electrical.Machines.Losses.FrictionParameters, .Modelica.SIunits.Power type: Real
1589133: aimc.friction.frictionParameters.wRef:PARAM(min = 1e-60 ) = aimc.frictionParameters.wRef .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.Friction, .Modelica.Electrical.Machines.Losses.FrictionParameters, .Modelica.SIunits.AngularVelocity type: Real
1590134: aimc.friction.frictionParameters.power_w:PARAM(min = 1e-60 ) = aimc.frictionParameters.power_w .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.Friction, .Modelica.Electrical.Machines.Losses.FrictionParameters, .Real type: Real
1591135: aimc.friction.frictionParameters.tauRef:PARAM(final = true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.Friction, .Modelica.Electrical.Machines.Losses.FrictionParameters, .Modelica.SIunits.Torque type: Real
1592136: aimc.friction.frictionParameters.linear:PARAM(final = true ) = 0.001 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.Friction, .Modelica.Electrical.Machines.Losses.FrictionParameters, .Real type: Real
1593137: aimc.friction.frictionParameters.tauLinear:PARAM(final = true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.Friction, .Modelica.Electrical.Machines.Losses.FrictionParameters, .Modelica.SIunits.Torque type: Real
1594138: aimc.friction.frictionParameters.wLinear:PARAM(final = true ) = 0.15707963267948966 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.Friction, .Modelica.Electrical.Machines.Losses.FrictionParameters, .Modelica.SIunits.AngularVelocity type: Real
1595139: aimc.strayLoad.m:PARAM(min = 1 final = true ) = 3 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Integer type: Integer
1596140: aimc.strayLoad.useHeatPort:PARAM() = true .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Boolean type: Boolean
1597141: aimc.strayLoad.strayLoadParameters.PRef:PARAM(min = 0.0 ) = aimc.strayLoadParameters.PRef .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.Electrical.Machines.Losses.StrayLoadParameters, .Modelica.SIunits.Power type: Real
1598142: aimc.strayLoad.strayLoadParameters.IRef:PARAM(min = 1e-60 ) = aimc.strayLoadParameters.IRef .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.Electrical.Machines.Losses.StrayLoadParameters, .Modelica.SIunits.Current type: Real
1599143: aimc.strayLoad.strayLoadParameters.wRef:PARAM(min = 1e-60 ) = aimc.strayLoadParameters.wRef .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.Electrical.Machines.Losses.StrayLoadParameters, .Modelica.SIunits.AngularVelocity type: Real
1600144: aimc.strayLoad.strayLoadParameters.power_w:PARAM(min = 1e-60 ) = aimc.strayLoadParameters.power_w .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.Electrical.Machines.Losses.StrayLoadParameters, .Real type: Real
1601145: aimc.strayLoad.strayLoadParameters.tauRef:PARAM(final = true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.Electrical.Machines.Losses.StrayLoadParameters, .Modelica.SIunits.Torque type: Real
1602146: aimc.strayLoad.plug_p.m:PARAM(flow=false min = 1 final = true ) = 3 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Integer type: Integer
1603147: aimc.strayLoad.plug_n.m:PARAM(flow=false min = 1 final = true ) = 3 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Integer type: Integer
1604148: aimc.airGapS.m:PARAM(final = true ) = 3 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Integer type: Integer
1605149: aimc.airGapS.p:PARAM(min = 1 ) = aimc.p .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Integer type: Integer
1606150: aimc.airGapS.Lm:PARAM() = aimc.Lm .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.SIunits.Inductance type: Real
1607151: aimc.airGapS.L[1,1]:PARAM(protected = true ) = aimc.airGapS.Lm .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.SIunits.Inductance type: Real [2,2]
1608152: aimc.airGapS.L[1,2]:PARAM(protected = true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.SIunits.Inductance type: Real [2,2]
1609153: aimc.airGapS.L[2,1]:PARAM(protected = true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.SIunits.Inductance type: Real [2,2]
1610154: aimc.airGapS.L[2,2]:PARAM(protected = true ) = aimc.airGapS.Lm .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.SIunits.Inductance type: Real [2,2]
1611155: aimc.inertiaStator.J:PARAM(min = 0.0 start = 1.0 ) = aimc.Js .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Mechanics.Rotational.Components.Inertia, .Modelica.SIunits.Inertia type: Real
1612156: aimc.inertiaStator.stateSelect:PARAM(min = StateSelect.never max = StateSelect.always ) = StateSelect.default .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Mechanics.Rotational.Components.Inertia, .StateSelect type: enumeration(never, avoid, default, prefer, always)
1613157: aimc.lszero.L:PARAM(start = 1.0 ) = aimc.Lszero .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Analog.Basic.Inductor, .Modelica.SIunits.Inductance type: Real
1614158: aimc.rs.m:PARAM(min = 1 final = true ) = 3 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Integer type: Integer
1615159: aimc.rs.useHeatPort:PARAM(final = true ) = true .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Boolean type: Boolean
1616160: aimc.rs.plug_p.m:PARAM(flow=false min = 1 final = true ) = 3 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Integer type: Integer
1617161: aimc.rs.plug_n.m:PARAM(flow=false min = 1 final = true ) = 3 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Integer type: Integer
1618162: aimc.rs.mh:PARAM(min = 1 final = true ) = 3 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Integer type: Integer
1619163: aimc.rs.T[1]:PARAM(min = 0.0 start = 288.15 nominal = 300.0 ) = aimc.TsRef .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.SIunits.Temperature type: Real [3]
1620164: aimc.rs.T[2]:PARAM(min = 0.0 start = 288.15 nominal = 300.0 ) = aimc.TsRef .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.SIunits.Temperature type: Real [3]
1621165: aimc.rs.T[3]:PARAM(min = 0.0 start = 288.15 nominal = 300.0 ) = aimc.TsRef .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.SIunits.Temperature type: Real [3]
1622166: aimc.rs.R[1]:PARAM(start = 1.0 ) = aimc.Rs .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.SIunits.Resistance type: Real [3]
1623167: aimc.rs.R[2]:PARAM(start = 1.0 ) = aimc.Rs .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.SIunits.Resistance type: Real [3]
1624168: aimc.rs.R[3]:PARAM(start = 1.0 ) = aimc.Rs .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.SIunits.Resistance type: Real [3]
1625169: aimc.rs.T_ref[1]:PARAM(min = 0.0 start = 288.15 nominal = 300.0 ) = aimc.TsRef .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.SIunits.Temperature type: Real [3]
1626170: aimc.rs.T_ref[2]:PARAM(min = 0.0 start = 288.15 nominal = 300.0 ) = aimc.TsRef .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.SIunits.Temperature type: Real [3]
1627171: aimc.rs.T_ref[3]:PARAM(min = 0.0 start = 288.15 nominal = 300.0 ) = aimc.TsRef .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.SIunits.Temperature type: Real [3]
1628172: aimc.rs.alpha[1]:PARAM() = Modelica.Electrical.Machines.Thermal.convertAlpha(aimc.alpha20s, aimc.TsRef, 293.15) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.SIunits.LinearTemperatureCoefficient type: Real [3]
1629173: aimc.rs.alpha[2]:PARAM() = Modelica.Electrical.Machines.Thermal.convertAlpha(aimc.alpha20s, aimc.TsRef, 293.15) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.SIunits.LinearTemperatureCoefficient type: Real [3]
1630174: aimc.rs.alpha[3]:PARAM() = Modelica.Electrical.Machines.Thermal.convertAlpha(aimc.alpha20s, aimc.TsRef, 293.15) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.SIunits.LinearTemperatureCoefficient type: Real [3]
1631175: aimc.rs.resistor[1].useHeatPort:PARAM(final = true ) = true .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Boolean type: Boolean [3]
1632176: aimc.rs.resistor[1].T:PARAM(min = 0.0 start = 288.15 nominal = 300.0 ) = aimc.rs.T[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.SIunits.Temperature type: Real [3]
1633177: aimc.rs.resistor[1].R:PARAM(start = 1.0 ) = aimc.rs.R[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.SIunits.Resistance type: Real [3]
1634178: aimc.rs.resistor[1].T_ref:PARAM(min = 0.0 start = 288.15 nominal = 300.0 ) = aimc.rs.T_ref[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.SIunits.Temperature type: Real [3]
1635179: aimc.rs.resistor[1].alpha:PARAM() = aimc.rs.alpha[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.SIunits.LinearTemperatureCoefficient type: Real [3]
1636180: aimc.rs.resistor[2].useHeatPort:PARAM(final = true ) = true .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Boolean type: Boolean [3]
1637181: aimc.rs.resistor[2].T:PARAM(min = 0.0 start = 288.15 nominal = 300.0 ) = aimc.rs.T[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.SIunits.Temperature type: Real [3]
1638182: aimc.rs.resistor[2].R:PARAM(start = 1.0 ) = aimc.rs.R[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.SIunits.Resistance type: Real [3]
1639183: aimc.rs.resistor[2].T_ref:PARAM(min = 0.0 start = 288.15 nominal = 300.0 ) = aimc.rs.T_ref[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.SIunits.Temperature type: Real [3]
1640184: aimc.rs.resistor[2].alpha:PARAM() = aimc.rs.alpha[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.SIunits.LinearTemperatureCoefficient type: Real [3]
1641185: aimc.rs.resistor[3].useHeatPort:PARAM(final = true ) = true .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Boolean type: Boolean [3]
1642186: aimc.rs.resistor[3].T:PARAM(min = 0.0 start = 288.15 nominal = 300.0 ) = aimc.rs.T[3] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.SIunits.Temperature type: Real [3]
1643187: aimc.rs.resistor[3].R:PARAM(start = 1.0 ) = aimc.rs.R[3] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.SIunits.Resistance type: Real [3]
1644188: aimc.rs.resistor[3].T_ref:PARAM(min = 0.0 start = 288.15 nominal = 300.0 ) = aimc.rs.T_ref[3] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.SIunits.Temperature type: Real [3]
1645189: aimc.rs.resistor[3].alpha:PARAM() = aimc.rs.alpha[3] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.SIunits.LinearTemperatureCoefficient type: Real [3]
1646190: aimc.statorCore.useHeatPort:PARAM() = true .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.Core, .Boolean type: Boolean
1647191: aimc.statorCore.m:PARAM(final = true ) = 3 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.Core, .Integer type: Integer
1648192: aimc.statorCore.turnsRatio:PARAM(min = 1e-60 ) = 1.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.Core, .Real type: Real
1649193: aimc.statorCore.coreParameters.m:PARAM() = aimc.statorCoreParameters.m .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.Core, .Modelica.Electrical.Machines.Losses.CoreParameters, .Integer type: Integer
1650194: aimc.statorCore.coreParameters.PRef:PARAM(min = 0.0 ) = aimc.statorCoreParameters.PRef .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.Core, .Modelica.Electrical.Machines.Losses.CoreParameters, .Modelica.SIunits.Power type: Real
1651195: aimc.statorCore.coreParameters.VRef:PARAM(min = 1e-60 ) = aimc.statorCoreParameters.VRef .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.Core, .Modelica.Electrical.Machines.Losses.CoreParameters, .Modelica.SIunits.Voltage type: Real
1652196: aimc.statorCore.coreParameters.wRef:PARAM(min = 1e-60 ) = aimc.statorCoreParameters.wRef .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.Core, .Modelica.Electrical.Machines.Losses.CoreParameters, .Modelica.SIunits.AngularVelocity type: Real
1653197: aimc.statorCore.coreParameters.ratioHysteresis:PARAM(min = 0.0 max = 1.0 start = 0.775 final = true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.Core, .Modelica.Electrical.Machines.Losses.CoreParameters, .Real type: Real
1654198: aimc.statorCore.coreParameters.GcRef:PARAM(final = true ) = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.Core, .Modelica.Electrical.Machines.Losses.CoreParameters, .Modelica.SIunits.Conductance type: Real
1655199: aimc.statorCore.coreParameters.wMin:PARAM(final = true ) = 0.0003141592653589793 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.Core, .Modelica.Electrical.Machines.Losses.CoreParameters, .Modelica.SIunits.AngularVelocity type: Real
1656200: aimc.squirrelCageR.useHeatPort:PARAM() = true .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.SquirrelCage, .Boolean type: Boolean
1657201: aimc.squirrelCageR.T:PARAM(min = 0.0 start = 288.15 nominal = 300.0 ) = aimc.TrRef .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.SquirrelCage, .Modelica.SIunits.Temperature type: Real
1658202: aimc.squirrelCageR.Lrsigma:PARAM() = aimc.Lrsigma .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.SquirrelCage, .Modelica.SIunits.Inductance type: Real
1659203: aimc.squirrelCageR.Rr:PARAM() = aimc.Rr .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.SquirrelCage, .Modelica.SIunits.Resistance type: Real
1660204: aimc.squirrelCageR.T_ref:PARAM(min = 0.0 start = 288.15 nominal = 300.0 ) = aimc.TrRef .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.SquirrelCage, .Modelica.SIunits.Temperature type: Real
1661205: aimc.squirrelCageR.alpha:PARAM() = Modelica.Electrical.Machines.Thermal.convertAlpha(aimc.alpha20r, aimc.TrRef, 293.15) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.SquirrelCage, .Modelica.SIunits.LinearTemperatureCoefficient type: Real
1662206: star.m:PARAM(min = 1 ) = 3 .asmaFlow, .Modelica.Electrical.MultiPhase.Basic.Star, .Integer type: Integer
1663207: star.plug_p.m:PARAM(flow=false min = 1 final = true ) = 3 .asmaFlow, .Modelica.Electrical.MultiPhase.Basic.Star, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Integer type: Integer
1664208: torque.useSupport:PARAM(final = true ) = false .asmaFlow, .Modelica.Mechanics.Rotational.Sources.Torque, .Boolean type: Boolean
1665209: const.k:PARAM(start = 1.0 ) = -15.0 .asmaFlow, .Modelica.Blocks.Sources.Constant, .Real type: Real
1666210: sinevoltage1.m:PARAM(min = 1 final = true ) = 3 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Integer type: Integer
1667211: sinevoltage1.plug_p.m:PARAM(flow=false min = 1 final = true ) = 3 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Integer type: Integer
1668212: sinevoltage1.plug_n.m:PARAM(flow=false min = 1 final = true ) = 3 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Integer type: Integer
1669213: sinevoltage1.V[1]:PARAM(start = 1.0 ) = 187.794213613377 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Voltage type: Real [3]
1670214: sinevoltage1.V[2]:PARAM(start = 1.0 ) = 187.794213613377 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Voltage type: Real [3]
1671215: sinevoltage1.V[3]:PARAM(start = 1.0 ) = 187.794213613377 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Voltage type: Real [3]
1672216: sinevoltage1.phase[1]:PARAM() = (-Modelica.Electrical.MultiPhase.Functions.symmetricOrientation(3))[1] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Angle type: Real [3]
1673217: sinevoltage1.phase[2]:PARAM() = (-Modelica.Electrical.MultiPhase.Functions.symmetricOrientation(3))[2] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Angle type: Real [3]
1674218: sinevoltage1.phase[3]:PARAM() = (-Modelica.Electrical.MultiPhase.Functions.symmetricOrientation(3))[3] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Angle type: Real [3]
1675219: sinevoltage1.freqHz[1]:PARAM(start = 1.0 ) = 50.0 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Frequency type: Real [3]
1676220: sinevoltage1.freqHz[2]:PARAM(start = 1.0 ) = 50.0 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Frequency type: Real [3]
1677221: sinevoltage1.freqHz[3]:PARAM(start = 1.0 ) = 50.0 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Frequency type: Real [3]
1678222: sinevoltage1.offset[1]:PARAM() = 0.0 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Voltage type: Real [3]
1679223: sinevoltage1.offset[2]:PARAM() = 0.0 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Voltage type: Real [3]
1680224: sinevoltage1.offset[3]:PARAM() = 0.0 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Voltage type: Real [3]
1681225: sinevoltage1.startTime[1]:PARAM() = 0.0 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Time type: Real [3]
1682226: sinevoltage1.startTime[2]:PARAM() = 0.0 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Time type: Real [3]
1683227: sinevoltage1.startTime[3]:PARAM() = 0.0 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Time type: Real [3]
1684228: sinevoltage1.sineVoltage[1].offset:PARAM() = sinevoltage1.offset[1] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.SIunits.Voltage type: Real [3]
1685229: sinevoltage1.sineVoltage[1].startTime:PARAM() = sinevoltage1.startTime[1] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.SIunits.Time type: Real [3]
1686230: sinevoltage1.sineVoltage[1].V:PARAM(start = 1.0 ) = sinevoltage1.V[1] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.SIunits.Voltage type: Real [3]
1687231: sinevoltage1.sineVoltage[1].phase:PARAM() = sinevoltage1.phase[1] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.SIunits.Angle type: Real [3]
1688232: sinevoltage1.sineVoltage[1].freqHz:PARAM(start = 1.0 ) = sinevoltage1.freqHz[1] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.SIunits.Frequency type: Real [3]
1689233: sinevoltage1.sineVoltage[1].signalSource.amplitude:PARAM() = sinevoltage1.sineVoltage[1].V .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Blocks.Sources.Sine, .Real type: Real [3]
1690234: sinevoltage1.sineVoltage[1].signalSource.freqHz:PARAM(start = 1.0 ) = sinevoltage1.sineVoltage[1].freqHz .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Blocks.Sources.Sine, .Modelica.SIunits.Frequency type: Real [3]
1691235: sinevoltage1.sineVoltage[1].signalSource.phase:PARAM() = sinevoltage1.sineVoltage[1].phase .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Blocks.Sources.Sine, .Modelica.SIunits.Angle type: Real [3]
1692236: sinevoltage1.sineVoltage[1].signalSource.offset:PARAM() = sinevoltage1.sineVoltage[1].offset .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Blocks.Sources.Sine, .Real type: Real [3]
1693237: sinevoltage1.sineVoltage[1].signalSource.startTime:PARAM() = sinevoltage1.sineVoltage[1].startTime .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Blocks.Sources.Sine, .Modelica.SIunits.Time type: Real [3]
1694238: sinevoltage1.sineVoltage[2].offset:PARAM() = sinevoltage1.offset[2] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.SIunits.Voltage type: Real [3]
1695239: sinevoltage1.sineVoltage[2].startTime:PARAM() = sinevoltage1.startTime[2] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.SIunits.Time type: Real [3]
1696240: sinevoltage1.sineVoltage[2].V:PARAM(start = 1.0 ) = sinevoltage1.V[2] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.SIunits.Voltage type: Real [3]
1697241: sinevoltage1.sineVoltage[2].phase:PARAM() = sinevoltage1.phase[2] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.SIunits.Angle type: Real [3]
1698242: sinevoltage1.sineVoltage[2].freqHz:PARAM(start = 1.0 ) = sinevoltage1.freqHz[2] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.SIunits.Frequency type: Real [3]
1699243: sinevoltage1.sineVoltage[2].signalSource.amplitude:PARAM() = sinevoltage1.sineVoltage[2].V .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Blocks.Sources.Sine, .Real type: Real [3]
1700244: sinevoltage1.sineVoltage[2].signalSource.freqHz:PARAM(start = 1.0 ) = sinevoltage1.sineVoltage[2].freqHz .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Blocks.Sources.Sine, .Modelica.SIunits.Frequency type: Real [3]
1701245: sinevoltage1.sineVoltage[2].signalSource.phase:PARAM() = sinevoltage1.sineVoltage[2].phase .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Blocks.Sources.Sine, .Modelica.SIunits.Angle type: Real [3]
1702246: sinevoltage1.sineVoltage[2].signalSource.offset:PARAM() = sinevoltage1.sineVoltage[2].offset .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Blocks.Sources.Sine, .Real type: Real [3]
1703247: sinevoltage1.sineVoltage[2].signalSource.startTime:PARAM() = sinevoltage1.sineVoltage[2].startTime .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Blocks.Sources.Sine, .Modelica.SIunits.Time type: Real [3]
1704248: sinevoltage1.sineVoltage[3].offset:PARAM() = sinevoltage1.offset[3] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.SIunits.Voltage type: Real [3]
1705249: sinevoltage1.sineVoltage[3].startTime:PARAM() = sinevoltage1.startTime[3] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.SIunits.Time type: Real [3]
1706250: sinevoltage1.sineVoltage[3].V:PARAM(start = 1.0 ) = sinevoltage1.V[3] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.SIunits.Voltage type: Real [3]
1707251: sinevoltage1.sineVoltage[3].phase:PARAM() = sinevoltage1.phase[3] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.SIunits.Angle type: Real [3]
1708252: sinevoltage1.sineVoltage[3].freqHz:PARAM(start = 1.0 ) = sinevoltage1.freqHz[3] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.SIunits.Frequency type: Real [3]
1709253: sinevoltage1.sineVoltage[3].signalSource.amplitude:PARAM() = sinevoltage1.sineVoltage[3].V .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Blocks.Sources.Sine, .Real type: Real [3]
1710254: sinevoltage1.sineVoltage[3].signalSource.freqHz:PARAM(start = 1.0 ) = sinevoltage1.sineVoltage[3].freqHz .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Blocks.Sources.Sine, .Modelica.SIunits.Frequency type: Real [3]
1711255: sinevoltage1.sineVoltage[3].signalSource.phase:PARAM() = sinevoltage1.sineVoltage[3].phase .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Blocks.Sources.Sine, .Modelica.SIunits.Angle type: Real [3]
1712256: sinevoltage1.sineVoltage[3].signalSource.offset:PARAM() = sinevoltage1.sineVoltage[3].offset .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Blocks.Sources.Sine, .Real type: Real [3]
1713257: sinevoltage1.sineVoltage[3].signalSource.startTime:PARAM() = sinevoltage1.sineVoltage[3].startTime .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Blocks.Sources.Sine, .Modelica.SIunits.Time type: Real [3]
1714
1715
1716External Objects (0)
1717========================================
1718
1719
1720Classes of External Objects (0)
1721========================================
1722
1723
1724AliasVariables (296)
1725========================================
17261: output const.y:VARIABLE() = const.k .asmaFlow, .Modelica.Blocks.Sources.Constant, .Modelica.Blocks.Interfaces.RealOutput type: Real
17272: input torque.tau:VARIABLE() = const.k .asmaFlow, .Modelica.Mechanics.Rotational.Sources.Torque, .Modelica.Blocks.Interfaces.RealInput type: Real
17283: torque.flange.tau:VARIABLE(flow=true ) = -const.k .asmaFlow, .Modelica.Mechanics.Rotational.Sources.Torque, .Modelica.Mechanics.Rotational.Interfaces.Flange_b, .Modelica.SIunits.Torque type: Real
17294: aimc.flange.phi:VARIABLE(flow=false ) = speedSensor.flange.phi .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Mechanics.Rotational.Interfaces.Flange_a, .Modelica.SIunits.Angle type: Real
17305: torque.flange.phi:VARIABLE(flow=false ) = speedSensor.flange.phi .asmaFlow, .Modelica.Mechanics.Rotational.Sources.Torque, .Modelica.Mechanics.Rotational.Interfaces.Flange_b, .Modelica.SIunits.Angle type: Real
17316: aimc.strayLoad.flange.phi:VARIABLE(flow=false ) = speedSensor.flange.phi .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.Mechanics.Rotational.Interfaces.Flange_a, .Modelica.SIunits.Angle type: Real
17327: aimc.inertiaRotor.flange_b.phi:VARIABLE(flow=false ) = speedSensor.flange.phi .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Mechanics.Rotational.Components.Inertia, .Modelica.Mechanics.Rotational.Interfaces.Flange_b, .Modelica.SIunits.Angle type: Real
17338: aimc.inertiaRotor.phi:DUMMY_STATE() = speedSensor.flange.phi .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Mechanics.Rotational.Components.Inertia, .Modelica.SIunits.Angle type: Real
17349: aimc.inertiaRotor.flange_a.phi:VARIABLE(flow=false ) = speedSensor.flange.phi .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Mechanics.Rotational.Components.Inertia, .Modelica.Mechanics.Rotational.Interfaces.Flange_a, .Modelica.SIunits.Angle type: Real
173510: aimc.airGapS.flange.phi:VARIABLE(flow=false ) = speedSensor.flange.phi .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.Mechanics.Rotational.Interfaces.Flange_a, .Modelica.SIunits.Angle type: Real
173611: aimc.friction.flange.phi:VARIABLE(flow=false ) = speedSensor.flange.phi .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.Friction, .Modelica.Mechanics.Rotational.Interfaces.Flange_a, .Modelica.SIunits.Angle type: Real
173712: star.pin_n.v:VARIABLE(flow=false ) = ground.p.v .asmaFlow, .Modelica.Electrical.MultiPhase.Basic.Star, .Modelica.Electrical.Analog.Interfaces.NegativePin, .Modelica.SIunits.Voltage type: Real
173813: star.plug_p.pin[3].v:VARIABLE(flow=false ) = ground.p.v .asmaFlow, .Modelica.Electrical.MultiPhase.Basic.Star, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
173914: sinevoltage1.plug_p.pin[3].v:VARIABLE(flow=false ) = ground.p.v .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
174015: sinevoltage1.sineVoltage[3].p.v:VARIABLE(flow=false ) = ground.p.v .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Electrical.Analog.Interfaces.PositivePin, .Modelica.SIunits.Voltage type: Real [3]
174116: star.plug_p.pin[2].v:VARIABLE(flow=false ) = ground.p.v .asmaFlow, .Modelica.Electrical.MultiPhase.Basic.Star, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
174217: sinevoltage1.plug_p.pin[2].v:VARIABLE(flow=false ) = ground.p.v .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
174318: sinevoltage1.sineVoltage[2].p.v:VARIABLE(flow=false ) = ground.p.v .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Electrical.Analog.Interfaces.PositivePin, .Modelica.SIunits.Voltage type: Real [3]
174419: star.plug_p.pin[1].v:VARIABLE(flow=false ) = ground.p.v .asmaFlow, .Modelica.Electrical.MultiPhase.Basic.Star, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
174520: sinevoltage1.plug_p.pin[1].v:VARIABLE(flow=false ) = ground.p.v .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
174621: sinevoltage1.sineVoltage[1].p.v:VARIABLE(flow=false ) = ground.p.v .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Electrical.Analog.Interfaces.PositivePin, .Modelica.SIunits.Voltage type: Real [3]
174722: terminalBox.plug_sp.pin[3].v:VARIABLE(flow=false ) = -sinevoltage1.v[3] .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
174823: terminalBox.plugSupply.pin[3].v:VARIABLE(flow=false ) = -sinevoltage1.v[3] .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
174924: sinevoltage1.plug_n.pin[3].v:VARIABLE(flow=false ) = -sinevoltage1.v[3] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
175025: sinevoltage1.sineVoltage[3].n.v:VARIABLE(flow=false ) = -sinevoltage1.v[3] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Electrical.Analog.Interfaces.NegativePin, .Modelica.SIunits.Voltage type: Real [3]
175126: aimc.strayLoad.plug_p.pin[3].v:VARIABLE(flow=false ) = -sinevoltage1.v[3] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
175227: terminalBox.plug_sp.pin[2].v:VARIABLE(flow=false ) = -sinevoltage1.v[2] .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
175328: terminalBox.plugSupply.pin[2].v:VARIABLE(flow=false ) = -sinevoltage1.v[2] .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
175429: sinevoltage1.plug_n.pin[2].v:VARIABLE(flow=false ) = -sinevoltage1.v[2] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
175530: sinevoltage1.sineVoltage[2].n.v:VARIABLE(flow=false ) = -sinevoltage1.v[2] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Electrical.Analog.Interfaces.NegativePin, .Modelica.SIunits.Voltage type: Real [3]
175631: aimc.strayLoad.plug_p.pin[2].v:VARIABLE(flow=false ) = -sinevoltage1.v[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
175732: terminalBox.plug_sp.pin[1].v:VARIABLE(flow=false ) = -sinevoltage1.v[1] .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
175833: terminalBox.plugSupply.pin[1].v:VARIABLE(flow=false ) = -sinevoltage1.v[1] .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
175934: sinevoltage1.plug_n.pin[1].v:VARIABLE(flow=false ) = -sinevoltage1.v[1] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
176035: sinevoltage1.sineVoltage[1].n.v:VARIABLE(flow=false ) = -sinevoltage1.v[1] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Electrical.Analog.Interfaces.NegativePin, .Modelica.SIunits.Voltage type: Real [3]
176136: aimc.strayLoad.plug_p.pin[1].v:VARIABLE(flow=false ) = -sinevoltage1.v[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
176237: terminalBox.star.pin_n.v:VARIABLE(flow=false ) = terminalBox.starpoint.v .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Basic.Star, .Modelica.Electrical.Analog.Interfaces.NegativePin, .Modelica.SIunits.Voltage type: Real
176338: terminalBox.star.plug_p.pin[3].v:VARIABLE(flow=false ) = terminalBox.starpoint.v .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Basic.Star, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
176439: terminalBox.plug_sn.pin[3].v:VARIABLE(flow=false ) = terminalBox.starpoint.v .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
176540: aimc.plug_sn.pin[3].v:VARIABLE(flow=false ) = terminalBox.starpoint.v .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
176641: aimc.spacePhasorS.plug_n.pin[3].v:VARIABLE(flow=false ) = terminalBox.starpoint.v .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
176742: terminalBox.star.plug_p.pin[2].v:VARIABLE(flow=false ) = terminalBox.starpoint.v .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Basic.Star, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
176843: terminalBox.plug_sn.pin[2].v:VARIABLE(flow=false ) = terminalBox.starpoint.v .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
176944: aimc.plug_sn.pin[2].v:VARIABLE(flow=false ) = terminalBox.starpoint.v .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
177045: aimc.spacePhasorS.plug_n.pin[2].v:VARIABLE(flow=false ) = terminalBox.starpoint.v .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
177146: terminalBox.star.plug_p.pin[1].v:VARIABLE(flow=false ) = terminalBox.starpoint.v .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Basic.Star, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
177247: terminalBox.plug_sn.pin[1].v:VARIABLE(flow=false ) = terminalBox.starpoint.v .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
177348: aimc.plug_sn.pin[1].v:VARIABLE(flow=false ) = terminalBox.starpoint.v .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
177449: aimc.spacePhasorS.plug_n.pin[1].v:VARIABLE(flow=false ) = terminalBox.starpoint.v .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
177550: sinevoltage1.plug_p.pin[3].i:VARIABLE(flow=true ) = sinevoltage1.i[3] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
177651: sinevoltage1.sineVoltage[3].p.i:VARIABLE(flow=true ) = sinevoltage1.i[3] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Electrical.Analog.Interfaces.PositivePin, .Modelica.SIunits.Current type: Real [3]
177752: sinevoltage1.sineVoltage[3].i:VARIABLE() = sinevoltage1.i[3] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.SIunits.Current type: Real [3]
177853: sinevoltage1.sineVoltage[3].n.i:VARIABLE(flow=true ) = -sinevoltage1.i[3] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Electrical.Analog.Interfaces.NegativePin, .Modelica.SIunits.Current type: Real [3]
177954: sinevoltage1.plug_n.pin[3].i:VARIABLE(flow=true ) = -sinevoltage1.i[3] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
178055: terminalBox.plugSupply.pin[3].i:VARIABLE(flow=true ) = sinevoltage1.i[3] .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
178156: terminalBox.plug_sp.pin[3].i:VARIABLE(flow=true ) = -sinevoltage1.i[3] .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
178257: aimc.plug_sp.pin[3].i:VARIABLE(flow=true ) = sinevoltage1.i[3] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
178358: aimc.strayLoad.plug_p.pin[3].i:VARIABLE(flow=true ) = sinevoltage1.i[3] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
178459: aimc.strayLoad.i[3]:VARIABLE() = sinevoltage1.i[3] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.SIunits.Current type: Real [3]
178560: aimc.strayLoad.plug_n.pin[3].i:VARIABLE(flow=true ) = -sinevoltage1.i[3] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
178661: aimc.rs.plug_p.pin[3].i:VARIABLE(flow=true ) = sinevoltage1.i[3] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
178762: aimc.rs.resistor[3].p.i:VARIABLE(flow=true ) = sinevoltage1.i[3] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.Electrical.Analog.Interfaces.PositivePin, .Modelica.SIunits.Current type: Real [3]
178863: aimc.rs.resistor[3].i:VARIABLE() = sinevoltage1.i[3] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.SIunits.Current type: Real [3]
178964: aimc.rs.resistor[3].n.i:VARIABLE(flow=true ) = -sinevoltage1.i[3] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.Electrical.Analog.Interfaces.NegativePin, .Modelica.SIunits.Current type: Real [3]
179065: aimc.rs.plug_n.pin[3].i:VARIABLE(flow=true ) = -sinevoltage1.i[3] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
179166: aimc.spacePhasorS.plug_p.pin[3].i:VARIABLE(flow=true ) = sinevoltage1.i[3] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
179267: aimc.spacePhasorS.plug_n.pin[3].i:VARIABLE(flow=true ) = -sinevoltage1.i[3] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
179368: aimc.plug_sn.pin[3].i:VARIABLE(flow=true ) = -sinevoltage1.i[3] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
179469: terminalBox.plug_sn.pin[3].i:VARIABLE(flow=true ) = sinevoltage1.i[3] .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
179570: terminalBox.star.plug_p.pin[3].i:VARIABLE(flow=true ) = sinevoltage1.i[3] .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Basic.Star, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
179671: aimc.rs.i[3]:VARIABLE() = sinevoltage1.i[3] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.SIunits.Current type: Real [3]
179772: output aimc.is[3]:VARIABLE() = sinevoltage1.i[3] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real [3]
179873: star.plug_p.pin[3].i:VARIABLE(flow=true ) = -sinevoltage1.i[3] .asmaFlow, .Modelica.Electrical.MultiPhase.Basic.Star, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
179974: sinevoltage1.plug_p.pin[2].i:VARIABLE(flow=true ) = sinevoltage1.i[2] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
180075: sinevoltage1.sineVoltage[2].p.i:VARIABLE(flow=true ) = sinevoltage1.i[2] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Electrical.Analog.Interfaces.PositivePin, .Modelica.SIunits.Current type: Real [3]
180176: sinevoltage1.sineVoltage[2].i:VARIABLE() = sinevoltage1.i[2] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.SIunits.Current type: Real [3]
180277: sinevoltage1.sineVoltage[2].n.i:VARIABLE(flow=true ) = -sinevoltage1.i[2] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Electrical.Analog.Interfaces.NegativePin, .Modelica.SIunits.Current type: Real [3]
180378: sinevoltage1.plug_n.pin[2].i:VARIABLE(flow=true ) = -sinevoltage1.i[2] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
180479: terminalBox.plugSupply.pin[2].i:VARIABLE(flow=true ) = sinevoltage1.i[2] .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
180580: terminalBox.plug_sp.pin[2].i:VARIABLE(flow=true ) = -sinevoltage1.i[2] .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
180681: aimc.plug_sp.pin[2].i:VARIABLE(flow=true ) = sinevoltage1.i[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
180782: aimc.strayLoad.plug_p.pin[2].i:VARIABLE(flow=true ) = sinevoltage1.i[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
180883: aimc.strayLoad.i[2]:VARIABLE() = sinevoltage1.i[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.SIunits.Current type: Real [3]
180984: aimc.strayLoad.plug_n.pin[2].i:VARIABLE(flow=true ) = -sinevoltage1.i[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
181085: aimc.rs.plug_p.pin[2].i:VARIABLE(flow=true ) = sinevoltage1.i[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
181186: aimc.rs.resistor[2].p.i:VARIABLE(flow=true ) = sinevoltage1.i[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.Electrical.Analog.Interfaces.PositivePin, .Modelica.SIunits.Current type: Real [3]
181287: aimc.rs.resistor[2].i:VARIABLE() = sinevoltage1.i[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.SIunits.Current type: Real [3]
181388: aimc.rs.resistor[2].n.i:VARIABLE(flow=true ) = -sinevoltage1.i[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.Electrical.Analog.Interfaces.NegativePin, .Modelica.SIunits.Current type: Real [3]
181489: aimc.rs.plug_n.pin[2].i:VARIABLE(flow=true ) = -sinevoltage1.i[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
181590: aimc.spacePhasorS.plug_p.pin[2].i:VARIABLE(flow=true ) = sinevoltage1.i[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
181691: aimc.spacePhasorS.plug_n.pin[2].i:VARIABLE(flow=true ) = -sinevoltage1.i[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
181792: aimc.plug_sn.pin[2].i:VARIABLE(flow=true ) = -sinevoltage1.i[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
181893: terminalBox.plug_sn.pin[2].i:VARIABLE(flow=true ) = sinevoltage1.i[2] .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
181994: terminalBox.star.plug_p.pin[2].i:VARIABLE(flow=true ) = sinevoltage1.i[2] .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Basic.Star, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
182095: aimc.rs.i[2]:VARIABLE() = sinevoltage1.i[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.SIunits.Current type: Real [3]
182196: output aimc.is[2]:VARIABLE() = sinevoltage1.i[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real [3]
182297: star.plug_p.pin[2].i:VARIABLE(flow=true ) = -sinevoltage1.i[2] .asmaFlow, .Modelica.Electrical.MultiPhase.Basic.Star, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
182398: sinevoltage1.plug_p.pin[1].i:VARIABLE(flow=true ) = sinevoltage1.i[1] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
182499: sinevoltage1.sineVoltage[1].p.i:VARIABLE(flow=true ) = sinevoltage1.i[1] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Electrical.Analog.Interfaces.PositivePin, .Modelica.SIunits.Current type: Real [3]
1825100: sinevoltage1.sineVoltage[1].i:VARIABLE() = sinevoltage1.i[1] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.SIunits.Current type: Real [3]
1826101: sinevoltage1.sineVoltage[1].n.i:VARIABLE(flow=true ) = -sinevoltage1.i[1] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Electrical.Analog.Interfaces.NegativePin, .Modelica.SIunits.Current type: Real [3]
1827102: sinevoltage1.plug_n.pin[1].i:VARIABLE(flow=true ) = -sinevoltage1.i[1] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
1828103: terminalBox.plugSupply.pin[1].i:VARIABLE(flow=true ) = sinevoltage1.i[1] .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
1829104: terminalBox.plug_sp.pin[1].i:VARIABLE(flow=true ) = -sinevoltage1.i[1] .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
1830105: aimc.plug_sp.pin[1].i:VARIABLE(flow=true ) = sinevoltage1.i[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
1831106: aimc.strayLoad.plug_p.pin[1].i:VARIABLE(flow=true ) = sinevoltage1.i[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
1832107: aimc.strayLoad.i[1]:VARIABLE() = sinevoltage1.i[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.SIunits.Current type: Real [3]
1833108: aimc.strayLoad.plug_n.pin[1].i:VARIABLE(flow=true ) = -sinevoltage1.i[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
1834109: aimc.rs.plug_p.pin[1].i:VARIABLE(flow=true ) = sinevoltage1.i[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
1835110: aimc.rs.resistor[1].p.i:VARIABLE(flow=true ) = sinevoltage1.i[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.Electrical.Analog.Interfaces.PositivePin, .Modelica.SIunits.Current type: Real [3]
1836111: aimc.rs.resistor[1].i:VARIABLE() = sinevoltage1.i[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.SIunits.Current type: Real [3]
1837112: aimc.rs.resistor[1].n.i:VARIABLE(flow=true ) = -sinevoltage1.i[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.Electrical.Analog.Interfaces.NegativePin, .Modelica.SIunits.Current type: Real [3]
1838113: aimc.rs.plug_n.pin[1].i:VARIABLE(flow=true ) = -sinevoltage1.i[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
1839114: aimc.spacePhasorS.plug_p.pin[1].i:VARIABLE(flow=true ) = sinevoltage1.i[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
1840115: aimc.spacePhasorS.plug_n.pin[1].i:VARIABLE(flow=true ) = -sinevoltage1.i[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
1841116: aimc.plug_sn.pin[1].i:VARIABLE(flow=true ) = -sinevoltage1.i[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
1842117: terminalBox.plug_sn.pin[1].i:VARIABLE(flow=true ) = sinevoltage1.i[1] .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
1843118: terminalBox.star.plug_p.pin[1].i:VARIABLE(flow=true ) = sinevoltage1.i[1] .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Basic.Star, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
1844119: aimc.rs.i[1]:VARIABLE() = sinevoltage1.i[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.SIunits.Current type: Real [3]
1845120: output aimc.is[1]:VARIABLE() = sinevoltage1.i[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real [3]
1846121: star.plug_p.pin[1].i:VARIABLE(flow=true ) = -sinevoltage1.i[1] .asmaFlow, .Modelica.Electrical.MultiPhase.Basic.Star, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real [3]
1847122: star.pin_n.i:VARIABLE(flow=true ) = -ground.p.i .asmaFlow, .Modelica.Electrical.MultiPhase.Basic.Star, .Modelica.Electrical.Analog.Interfaces.NegativePin, .Modelica.SIunits.Current type: Real
1848123: aimc.statorCore.spacePhasor.v_[2]:VARIABLE(flow=false ) = aimc.lssigma.spacePhasor_a.v_[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.Core, .Modelica.Electrical.Machines.Interfaces.SpacePhasor, .Modelica.SIunits.Voltage type: Real [2]
1849124: aimc.spacePhasorS.spacePhasor.v_[2]:VARIABLE(flow=false ) = aimc.lssigma.spacePhasor_a.v_[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.Electrical.Machines.Interfaces.SpacePhasor, .Modelica.SIunits.Voltage type: Real [2]
1850125: aimc.statorCore.spacePhasor.v_[1]:VARIABLE(flow=false ) = aimc.lssigma.spacePhasor_a.v_[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.Core, .Modelica.Electrical.Machines.Interfaces.SpacePhasor, .Modelica.SIunits.Voltage type: Real [2]
1851126: aimc.spacePhasorS.spacePhasor.v_[1]:VARIABLE(flow=false ) = aimc.lssigma.spacePhasor_a.v_[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.Electrical.Machines.Interfaces.SpacePhasor, .Modelica.SIunits.Voltage type: Real [2]
1852127: aimc.lszero.n.v:VARIABLE(flow=false ) = aimc.spacePhasorS.ground.v .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Analog.Basic.Inductor, .Modelica.Electrical.Analog.Interfaces.NegativePin, .Modelica.SIunits.Voltage type: Real
1853128: aimc.spacePhasorS.zero.v:VARIABLE(flow=false ) = aimc.lszero.v .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.Electrical.Analog.Interfaces.PositivePin, .Modelica.SIunits.Voltage type: Real
1854129: aimc.spacePhasorS.plug_p.pin[3].v:VARIABLE(flow=false ) = aimc.rs.plug_n.pin[3].v .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
1855130: aimc.rs.resistor[3].n.v:VARIABLE(flow=false ) = aimc.rs.plug_n.pin[3].v .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.Electrical.Analog.Interfaces.NegativePin, .Modelica.SIunits.Voltage type: Real [3]
1856131: aimc.spacePhasorS.plug_p.pin[2].v:VARIABLE(flow=false ) = aimc.rs.plug_n.pin[2].v .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
1857132: aimc.rs.resistor[2].n.v:VARIABLE(flow=false ) = aimc.rs.plug_n.pin[2].v .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.Electrical.Analog.Interfaces.NegativePin, .Modelica.SIunits.Voltage type: Real [3]
1858133: aimc.spacePhasorS.plug_p.pin[1].v:VARIABLE(flow=false ) = aimc.rs.plug_n.pin[1].v .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
1859134: aimc.rs.resistor[1].n.v:VARIABLE(flow=false ) = aimc.rs.plug_n.pin[1].v .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.Electrical.Analog.Interfaces.NegativePin, .Modelica.SIunits.Voltage type: Real [3]
1860135: aimc.strayLoad.plug_n.pin[3].v:VARIABLE(flow=false ) = -sinevoltage1.v[3] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
1861136: aimc.rs.resistor[3].p.v:VARIABLE(flow=false ) = -sinevoltage1.v[3] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.Electrical.Analog.Interfaces.PositivePin, .Modelica.SIunits.Voltage type: Real [3]
1862137: aimc.strayLoad.plug_n.pin[2].v:VARIABLE(flow=false ) = -sinevoltage1.v[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
1863138: aimc.rs.resistor[2].p.v:VARIABLE(flow=false ) = -sinevoltage1.v[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.Electrical.Analog.Interfaces.PositivePin, .Modelica.SIunits.Voltage type: Real [3]
1864139: aimc.strayLoad.plug_n.pin[1].v:VARIABLE(flow=false ) = -sinevoltage1.v[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.Electrical.MultiPhase.Interfaces.NegativePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
1865140: aimc.rs.resistor[1].p.v:VARIABLE(flow=false ) = -sinevoltage1.v[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.Electrical.Analog.Interfaces.PositivePin, .Modelica.SIunits.Voltage type: Real [3]
1866141: input aimc.thermalAmbient.temperatureStatorWinding.T:VARIABLE(final = true ) = aimc.thermalAmbient.constTs.y .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Thermal.HeatTransfer.Sources.PrescribedTemperature, .Modelica.Blocks.Interfaces.RealInput type: Real
1867142: aimc.thermalAmbient.temperatureStatorWinding.port.T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 final = true ) = aimc.thermalAmbient.constTs.y .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Thermal.HeatTransfer.Sources.PrescribedTemperature, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_b, .Modelica.SIunits.Temperature type: Real
1868143: aimc.thermalAmbient.thermalCollectorStator.port_b.T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 final = true ) = aimc.thermalAmbient.constTs.y .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Thermal.HeatTransfer.Components.ThermalCollector, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_b, .Modelica.SIunits.Temperature type: Real
1869144: aimc.thermalAmbient.thermalCollectorStator.port_a[3].T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 final = true ) = aimc.thermalAmbient.constTs.y .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Thermal.HeatTransfer.Components.ThermalCollector, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.Temperature type: Real [3]
1870145: aimc.thermalAmbient.thermalPort.heatPortStatorWinding[3].T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 final = true ) = aimc.thermalAmbient.constTs.y .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.Temperature type: Real [3]
1871146: aimc.internalThermalPort.heatPortStatorWinding[3].T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 final = true ) = aimc.thermalAmbient.constTs.y .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.Temperature type: Real [3]
1872147: aimc.rs.heatPort[3].T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 ) = aimc.thermalAmbient.constTs.y .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.Temperature type: Real [3]
1873148: aimc.rs.resistor[3].heatPort.T:VARIABLE(flow=false min = 0.0 start = aimc.rs.resistor[3].T nominal = 300.0 ) = aimc.thermalAmbient.constTs.y .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.Temperature type: Real [3]
1874149: aimc.rs.resistor[3].T_heatPort:VARIABLE(min = 0.0 start = 288.15 nominal = 300.0 ) = aimc.thermalAmbient.constTs.y .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.SIunits.Temperature type: Real [3]
1875150: aimc.thermalAmbient.thermalCollectorStator.port_a[2].T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 final = true ) = aimc.thermalAmbient.constTs.y .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Thermal.HeatTransfer.Components.ThermalCollector, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.Temperature type: Real [3]
1876151: aimc.thermalAmbient.thermalPort.heatPortStatorWinding[2].T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 final = true ) = aimc.thermalAmbient.constTs.y .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.Temperature type: Real [3]
1877152: aimc.internalThermalPort.heatPortStatorWinding[2].T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 final = true ) = aimc.thermalAmbient.constTs.y .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.Temperature type: Real [3]
1878153: aimc.rs.heatPort[2].T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 ) = aimc.thermalAmbient.constTs.y .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.Temperature type: Real [3]
1879154: aimc.rs.resistor[2].heatPort.T:VARIABLE(flow=false min = 0.0 start = aimc.rs.resistor[2].T nominal = 300.0 ) = aimc.thermalAmbient.constTs.y .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.Temperature type: Real [3]
1880155: aimc.rs.resistor[2].T_heatPort:VARIABLE(min = 0.0 start = 288.15 nominal = 300.0 ) = aimc.thermalAmbient.constTs.y .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.SIunits.Temperature type: Real [3]
1881156: aimc.thermalAmbient.thermalCollectorStator.port_a[1].T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 final = true ) = aimc.thermalAmbient.constTs.y .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Thermal.HeatTransfer.Components.ThermalCollector, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.Temperature type: Real [3]
1882157: aimc.thermalAmbient.thermalPort.heatPortStatorWinding[1].T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 final = true ) = aimc.thermalAmbient.constTs.y .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.Temperature type: Real [3]
1883158: aimc.internalThermalPort.heatPortStatorWinding[1].T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 final = true ) = aimc.thermalAmbient.constTs.y .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.Temperature type: Real [3]
1884159: aimc.rs.heatPort[1].T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 ) = aimc.thermalAmbient.constTs.y .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.Temperature type: Real [3]
1885160: aimc.rs.resistor[1].heatPort.T:VARIABLE(flow=false min = 0.0 start = aimc.rs.resistor[1].T nominal = 300.0 ) = aimc.thermalAmbient.constTs.y .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.Temperature type: Real [3]
1886161: aimc.rs.resistor[1].T_heatPort:VARIABLE(min = 0.0 start = 288.15 nominal = 300.0 ) = aimc.thermalAmbient.constTs.y .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.SIunits.Temperature type: Real [3]
1887162: aimc.fixed.flange.phi:VARIABLE(flow=false ) = aimc.fixed.phi0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Mechanics.Rotational.Components.Fixed, .Modelica.Mechanics.Rotational.Interfaces.Flange_b, .Modelica.SIunits.Angle type: Real
1888163: aimc.airGapS.support.phi:VARIABLE(flow=false ) = aimc.fixed.phi0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.Mechanics.Rotational.Interfaces.Flange_a, .Modelica.SIunits.Angle type: Real
1889164: aimc.strayLoad.support.phi:VARIABLE(flow=false ) = aimc.fixed.phi0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.Mechanics.Rotational.Interfaces.Flange_a, .Modelica.SIunits.Angle type: Real
1890165: aimc.internalSupport.phi:VARIABLE(flow=false ) = aimc.fixed.phi0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Mechanics.Rotational.Interfaces.Support, .Modelica.SIunits.Angle type: Real
1891166: aimc.inertiaStator.flange_a.phi:VARIABLE(flow=false ) = aimc.fixed.phi0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Mechanics.Rotational.Components.Inertia, .Modelica.Mechanics.Rotational.Interfaces.Flange_a, .Modelica.SIunits.Angle type: Real
1892167: aimc.inertiaStator.phi:DUMMY_STATE() = aimc.fixed.phi0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Mechanics.Rotational.Components.Inertia, .Modelica.SIunits.Angle type: Real
1893168: aimc.inertiaStator.flange_b.phi:VARIABLE(flow=false ) = aimc.fixed.phi0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Mechanics.Rotational.Components.Inertia, .Modelica.Mechanics.Rotational.Interfaces.Flange_b, .Modelica.SIunits.Angle type: Real
1894169: aimc.friction.support.phi:VARIABLE(flow=false ) = aimc.fixed.phi0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.Friction, .Modelica.Mechanics.Rotational.Interfaces.Flange_a, .Modelica.SIunits.Angle type: Real
1895170: input aimc.thermalAmbient.temperatureRotorWinding.T:VARIABLE(final = true ) = aimc.thermalAmbient.constTr.y .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Thermal.HeatTransfer.Sources.PrescribedTemperature, .Modelica.Blocks.Interfaces.RealInput type: Real
1896171: aimc.thermalAmbient.temperatureRotorWinding.port.T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 final = true ) = aimc.thermalAmbient.constTr.y .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Thermal.HeatTransfer.Sources.PrescribedTemperature, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_b, .Modelica.SIunits.Temperature type: Real
1897172: aimc.thermalAmbient.thermalPort.heatPortRotorWinding.T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 final = true ) = aimc.thermalAmbient.constTr.y .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.Temperature type: Real
1898173: aimc.internalThermalPort.heatPortRotorWinding.T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 final = true ) = aimc.thermalAmbient.constTr.y .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.Temperature type: Real
1899174: aimc.squirrelCageR.heatPort.T:VARIABLE(flow=false min = 0.0 start = aimc.squirrelCageR.T nominal = 300.0 ) = aimc.thermalAmbient.constTr.y .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.SquirrelCage, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.Temperature type: Real
1900175: aimc.squirrelCageR.T_heatPort:VARIABLE(min = 0.0 start = 288.15 nominal = 300.0 ) = aimc.thermalAmbient.constTr.y .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.SquirrelCage, .Modelica.SIunits.Temperature type: Real
1901176: aimc.lssigma.spacePhasor_b.v_[2]:VARIABLE(flow=false ) = aimc.airGapS.spacePhasor_s.v_[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.Inductor, .Modelica.Electrical.Machines.Interfaces.SpacePhasor, .Modelica.SIunits.Voltage type: Real [2]
1902177: aimc.lssigma.spacePhasor_b.v_[1]:VARIABLE(flow=false ) = aimc.airGapS.spacePhasor_s.v_[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.Inductor, .Modelica.Electrical.Machines.Interfaces.SpacePhasor, .Modelica.SIunits.Voltage type: Real [2]
1903178: aimc.squirrelCageR.spacePhasor_r.v_[2]:VARIABLE(flow=false ) = aimc.airGapS.spacePhasor_r.v_[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.SquirrelCage, .Modelica.Electrical.Machines.Interfaces.SpacePhasor, .Modelica.SIunits.Voltage type: Real [2]
1904179: aimc.squirrelCageR.spacePhasor_r.v_[1]:VARIABLE(flow=false ) = aimc.airGapS.spacePhasor_r.v_[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.SquirrelCage, .Modelica.Electrical.Machines.Interfaces.SpacePhasor, .Modelica.SIunits.Voltage type: Real [2]
1905180: aimc.rs.resistor[3].heatPort.Q_flow:VARIABLE(flow=true ) = -aimc.rs.resistor[3].LossPower .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.HeatFlowRate type: Real [3]
1906181: aimc.rs.heatPort[3].Q_flow:VARIABLE(flow=true ) = -aimc.rs.resistor[3].LossPower .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.HeatFlowRate type: Real [3]
1907182: aimc.rs.resistor[2].heatPort.Q_flow:VARIABLE(flow=true ) = -aimc.rs.resistor[2].LossPower .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.HeatFlowRate type: Real [3]
1908183: aimc.rs.heatPort[2].Q_flow:VARIABLE(flow=true ) = -aimc.rs.resistor[2].LossPower .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.HeatFlowRate type: Real [3]
1909184: aimc.rs.resistor[1].heatPort.Q_flow:VARIABLE(flow=true ) = -aimc.rs.resistor[1].LossPower .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.Analog.Basic.Resistor, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.HeatFlowRate type: Real [3]
1910185: aimc.rs.heatPort[1].Q_flow:VARIABLE(flow=true ) = -aimc.rs.resistor[1].LossPower .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.HeatFlowRate type: Real [3]
1911186: aimc.airGapS.i_rr[2]:VARIABLE() = aimc.idq_rr[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.SIunits.Current type: Real [2]
1912187: aimc.airGapS.spacePhasor_r.i_[2]:VARIABLE(flow=true ) = aimc.idq_rr[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.Electrical.Machines.Interfaces.SpacePhasor, .Modelica.SIunits.Current type: Real [2]
1913188: aimc.squirrelCageR.spacePhasor_r.i_[2]:DUMMY_STATE(flow=true ) = -aimc.idq_rr[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.SquirrelCage, .Modelica.Electrical.Machines.Interfaces.SpacePhasor, .Modelica.SIunits.Current type: Real [2]
1914189: output aimc.ir[2]:VARIABLE() = aimc.idq_rr[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real [2]
1915190: aimc.airGapS.i_rr[1]:VARIABLE() = aimc.idq_rr[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.SIunits.Current type: Real [2]
1916191: aimc.airGapS.spacePhasor_r.i_[1]:VARIABLE(flow=true ) = aimc.idq_rr[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.Electrical.Machines.Interfaces.SpacePhasor, .Modelica.SIunits.Current type: Real [2]
1917192: aimc.squirrelCageR.spacePhasor_r.i_[1]:DUMMY_STATE(flow=true ) = -aimc.idq_rr[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.SquirrelCage, .Modelica.Electrical.Machines.Interfaces.SpacePhasor, .Modelica.SIunits.Current type: Real [2]
1918193: output aimc.ir[1]:VARIABLE() = aimc.idq_rr[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real [2]
1919194: aimc.lssigma.spacePhasor_a.i_[2]:VARIABLE(flow=true ) = aimc.lssigma.i_[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.Inductor, .Modelica.Electrical.Machines.Interfaces.SpacePhasor, .Modelica.SIunits.Current type: Real [2]
1920195: aimc.lssigma.spacePhasor_b.i_[2]:VARIABLE(flow=true ) = -aimc.lssigma.i_[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.Inductor, .Modelica.Electrical.Machines.Interfaces.SpacePhasor, .Modelica.SIunits.Current type: Real [2]
1921196: aimc.airGapS.spacePhasor_s.i_[2]:VARIABLE(flow=true ) = aimc.lssigma.i_[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.Electrical.Machines.Interfaces.SpacePhasor, .Modelica.SIunits.Current type: Real [2]
1922197: aimc.airGapS.i_ss[2]:VARIABLE() = aimc.lssigma.i_[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.SIunits.Current type: Real [2]
1923198: input aimc.idq_ss[2]:VARIABLE() = aimc.lssigma.i_[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real [2]
1924199: aimc.lssigma.spacePhasor_a.i_[1]:VARIABLE(flow=true ) = aimc.lssigma.i_[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.Inductor, .Modelica.Electrical.Machines.Interfaces.SpacePhasor, .Modelica.SIunits.Current type: Real [2]
1925200: aimc.lssigma.spacePhasor_b.i_[1]:VARIABLE(flow=true ) = -aimc.lssigma.i_[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.Inductor, .Modelica.Electrical.Machines.Interfaces.SpacePhasor, .Modelica.SIunits.Current type: Real [2]
1926201: aimc.airGapS.spacePhasor_s.i_[1]:VARIABLE(flow=true ) = aimc.lssigma.i_[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.Electrical.Machines.Interfaces.SpacePhasor, .Modelica.SIunits.Current type: Real [2]
1927202: aimc.airGapS.i_ss[1]:VARIABLE() = aimc.lssigma.i_[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.SIunits.Current type: Real [2]
1928203: input aimc.idq_ss[1]:VARIABLE() = aimc.lssigma.i_[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real [2]
1929204: aimc.thermalAmbient.temperatureFriction.port.Q_flow:VARIABLE(flow=true final = true ) = aimc.powerBalance.lossPowerFriction .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Thermal.HeatTransfer.Sources.FixedTemperature, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_b, .Modelica.SIunits.HeatFlowRate type: Real
1930205: aimc.thermalAmbient.thermalPort.heatPortFriction.Q_flow:VARIABLE(flow=true final = true ) = aimc.powerBalance.lossPowerFriction .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.HeatFlowRate type: Real
1931206: aimc.thermalAmbient.temperatureStrayLoad.port.Q_flow:VARIABLE(flow=true final = true ) = aimc.powerBalance.lossPowerStrayLoad .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Thermal.HeatTransfer.Sources.FixedTemperature, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_b, .Modelica.SIunits.HeatFlowRate type: Real
1932207: aimc.thermalAmbient.thermalPort.heatPortStrayLoad.Q_flow:VARIABLE(flow=true final = true ) = aimc.powerBalance.lossPowerStrayLoad .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.HeatFlowRate type: Real
1933208: aimc.thermalAmbient.thermalPort.heatPortRotorCore.Q_flow:VARIABLE(flow=true final = true ) = aimc.internalThermalPort.heatPortRotorCore.Q_flow .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.HeatFlowRate type: Real
1934209: aimc.thermalAmbient.temperatureRotorCore.port.Q_flow:VARIABLE(flow=true final = true ) = aimc.internalThermalPort.heatPortRotorCore.Q_flow .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Thermal.HeatTransfer.Sources.FixedTemperature, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_b, .Modelica.SIunits.HeatFlowRate type: Real
1935210: output aimc.thermalAmbient.Q_flowRotorCore:VARIABLE(final = true ) = aimc.internalThermalPort.heatPortRotorCore.Q_flow .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.SIunits.HeatFlowRate type: Real
1936211: aimc.thermalAmbient.temperatureStatorCore.port.Q_flow:VARIABLE(flow=true final = true ) = aimc.statorCore.lossPower .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Thermal.HeatTransfer.Sources.FixedTemperature, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_b, .Modelica.SIunits.HeatFlowRate type: Real
1937212: aimc.thermalAmbient.thermalPort.heatPortStatorCore.Q_flow:VARIABLE(flow=true final = true ) = aimc.statorCore.lossPower .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.HeatFlowRate type: Real
1938213: aimc.thermalAmbient.thermalPort.heatPortStatorWinding[3].Q_flow:VARIABLE(flow=true final = true ) = aimc.rs.resistor[3].LossPower .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.HeatFlowRate type: Real [3]
1939214: aimc.thermalAmbient.thermalPort.heatPortStatorWinding[2].Q_flow:VARIABLE(flow=true final = true ) = aimc.rs.resistor[2].LossPower .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.HeatFlowRate type: Real [3]
1940215: aimc.thermalAmbient.thermalPort.heatPortStatorWinding[1].Q_flow:VARIABLE(flow=true final = true ) = aimc.rs.resistor[1].LossPower .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.HeatFlowRate type: Real [3]
1941216: aimc.thermalAmbient.temperatureRotorWinding.port.Q_flow:VARIABLE(flow=true final = true ) = aimc.thermalAmbient.Q_flowRotorWinding .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Thermal.HeatTransfer.Sources.PrescribedTemperature, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_b, .Modelica.SIunits.HeatFlowRate type: Real
1942217: aimc.thermalAmbient.thermalPort.heatPortRotorWinding.Q_flow:VARIABLE(flow=true final = true ) = aimc.thermalAmbient.Q_flowRotorWinding .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.HeatFlowRate type: Real
1943218: aimc.thermalAmbient.temperatureStatorWinding.port.Q_flow:VARIABLE(flow=true final = true ) = aimc.thermalAmbient.Q_flowStatorWinding .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Thermal.HeatTransfer.Sources.PrescribedTemperature, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_b, .Modelica.SIunits.HeatFlowRate type: Real
1944219: aimc.thermalAmbient.thermalCollectorStator.port_b.Q_flow:VARIABLE(flow=true final = true ) = -aimc.thermalAmbient.Q_flowStatorWinding .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Thermal.HeatTransfer.Components.ThermalCollector, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_b, .Modelica.SIunits.HeatFlowRate type: Real
1945220: aimc.inertiaRotor.flange_a.tau:VARIABLE(flow=true ) = aimc.tauElectrical .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Mechanics.Rotational.Components.Inertia, .Modelica.Mechanics.Rotational.Interfaces.Flange_a, .Modelica.SIunits.Torque type: Real
1946221: aimc.airGapS.flange.tau:VARIABLE(flow=true ) = -aimc.tauElectrical .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.Mechanics.Rotational.Interfaces.Flange_a, .Modelica.SIunits.Torque type: Real
1947222: output aimc.airGapS.tauElectrical:VARIABLE() = aimc.tauElectrical .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.SIunits.Torque type: Real
1948223: aimc.airGapS.support.tau:VARIABLE(flow=true ) = aimc.tauElectrical .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.Mechanics.Rotational.Interfaces.Flange_a, .Modelica.SIunits.Torque type: Real
1949224: aimc.spacePhasorS.zero.i:VARIABLE(flow=true ) = aimc.i_0_s .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.Electrical.Analog.Interfaces.PositivePin, .Modelica.SIunits.Current type: Real
1950225: aimc.lszero.p.i:VARIABLE(flow=true ) = -aimc.i_0_s .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Analog.Basic.Inductor, .Modelica.Electrical.Analog.Interfaces.PositivePin, .Modelica.SIunits.Current type: Real
1951226: aimc.lszero.i:DUMMY_STATE(start = 0.0 ) = -aimc.i_0_s .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Analog.Basic.Inductor, .Modelica.SIunits.Current type: Real
1952227: aimc.lszero.n.i:VARIABLE(flow=true ) = aimc.i_0_s .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Analog.Basic.Inductor, .Modelica.Electrical.Analog.Interfaces.NegativePin, .Modelica.SIunits.Current type: Real
1953228: aimc.spacePhasorS.ground.i:VARIABLE(flow=true ) = -aimc.i_0_s .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.Electrical.Analog.Interfaces.NegativePin, .Modelica.SIunits.Current type: Real
1954229: terminalBox.star.pin_n.i:VARIABLE(flow=true ) = terminalBox.starpoint.i .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Basic.Star, .Modelica.Electrical.Analog.Interfaces.NegativePin, .Modelica.SIunits.Current type: Real
1955230: output sinevoltage1.sineVoltage[3].signalSource.y:VARIABLE() = sinevoltage1.v[3] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Blocks.Sources.Sine, .Modelica.Blocks.Interfaces.RealOutput type: Real [3]
1956231: output sinevoltage1.sineVoltage[2].signalSource.y:VARIABLE() = sinevoltage1.v[2] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Blocks.Sources.Sine, .Modelica.Blocks.Interfaces.RealOutput type: Real [3]
1957232: output sinevoltage1.sineVoltage[1].signalSource.y:VARIABLE() = sinevoltage1.v[1] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.Blocks.Sources.Sine, .Modelica.Blocks.Interfaces.RealOutput type: Real [3]
1958233: aimc.airGapS.i_rs[2]:VARIABLE() = aimc.idq_rs[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.SIunits.Current type: Real [2]
1959234: aimc.airGapS.i_rs[1]:VARIABLE() = aimc.idq_rs[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.SIunits.Current type: Real [2]
1960235: aimc.airGapS.i_sr[2]:VARIABLE() = aimc.idq_sr[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.SIunits.Current type: Real [2]
1961236: aimc.airGapS.i_sr[1]:VARIABLE() = aimc.idq_sr[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.SIunits.Current type: Real [2]
1962237: aimc.airGapS.RotationMatrix[1,1]:VARIABLE() = aimc.airGapS.RotationMatrix[2,2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Real type: Real [2,2]
1963238: aimc.airGapS.RotationMatrix[1,2]:VARIABLE() = -aimc.airGapS.RotationMatrix[2,1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Real type: Real [2,2]
1964239: aimc.strayLoad.support.tau:VARIABLE(flow=true ) = aimc.strayLoad.tau .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.Mechanics.Rotational.Interfaces.Flange_a, .Modelica.SIunits.Torque type: Real
1965240: aimc.strayLoad.flange.tau:VARIABLE(flow=true ) = -aimc.strayLoad.tau .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.Mechanics.Rotational.Interfaces.Flange_a, .Modelica.SIunits.Torque type: Real
1966241: aimc.friction.support.tau:VARIABLE(flow=true ) = aimc.friction.tau .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.Friction, .Modelica.Mechanics.Rotational.Interfaces.Flange_a, .Modelica.SIunits.Torque type: Real
1967242: aimc.friction.flange.tau:VARIABLE(flow=true ) = -aimc.friction.tau .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.Friction, .Modelica.Mechanics.Rotational.Interfaces.Flange_a, .Modelica.SIunits.Torque type: Real
1968243: aimc.squirrelCageR.heatPort.Q_flow:VARIABLE(flow=true ) = -aimc.thermalAmbient.Q_flowRotorWinding .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.SquirrelCage, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.HeatFlowRate type: Real
1969244: aimc.powerBalance.lossPowerRotorWinding:VARIABLE(final = true ) = aimc.thermalAmbient.Q_flowRotorWinding .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Interfaces.InductionMachines.PowerBalanceAIMC, .Modelica.SIunits.Power type: Real
1970245: aimc.statorCore.heatPort.Q_flow:VARIABLE(flow=true ) = -aimc.statorCore.lossPower .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.Core, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.HeatFlowRate type: Real
1971246: aimc.powerBalance.lossPowerStatorCore:VARIABLE(final = true ) = aimc.statorCore.lossPower .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Interfaces.InductionMachines.PowerBalanceAIMC, .Modelica.SIunits.Power type: Real
1972247: aimc.friction.lossPower:VARIABLE() = aimc.powerBalance.lossPowerFriction .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.Friction, .Modelica.SIunits.Power type: Real
1973248: aimc.friction.heatPort.Q_flow:VARIABLE(flow=true ) = -aimc.powerBalance.lossPowerFriction .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.Friction, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.HeatFlowRate type: Real
1974249: aimc.strayLoad.lossPower:VARIABLE() = aimc.powerBalance.lossPowerStrayLoad .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.SIunits.Power type: Real
1975250: aimc.strayLoad.heatPort.Q_flow:VARIABLE(flow=true ) = -aimc.powerBalance.lossPowerStrayLoad .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.HeatFlowRate type: Real
1976251: aimc.flange.tau:VARIABLE(flow=true ) = -(-const.k) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Mechanics.Rotational.Interfaces.Flange_a, .Modelica.SIunits.Torque type: Real
1977252: output speedSensor.w:VARIABLE() = aimc.inertiaRotor.w .asmaFlow, .Modelica.Mechanics.Rotational.Sensors.SpeedSensor, .Modelica.Blocks.Interfaces.RealOutput type: Real
1978253: output aimc.thermalAmbient.Q_flowFriction:VARIABLE(final = true ) = aimc.powerBalance.lossPowerFriction .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.SIunits.HeatFlowRate type: Real
1979254: output aimc.thermalAmbient.Q_flowStrayLoad:VARIABLE(final = true ) = aimc.powerBalance.lossPowerStrayLoad .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.SIunits.HeatFlowRate type: Real
1980255: aimc.plug_sp.pin[1].v:VARIABLE(flow=false ) = -sinevoltage1.v[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
1981256: aimc.rs.plug_p.pin[1].v:VARIABLE(flow=false ) = -sinevoltage1.v[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
1982257: sinevoltage1.sineVoltage[1].v:VARIABLE() = sinevoltage1.v[1] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.SIunits.Voltage type: Real [3]
1983258: aimc.plug_sp.pin[2].v:VARIABLE(flow=false ) = -sinevoltage1.v[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
1984259: aimc.rs.plug_p.pin[2].v:VARIABLE(flow=false ) = -sinevoltage1.v[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
1985260: sinevoltage1.sineVoltage[2].v:VARIABLE() = sinevoltage1.v[2] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.SIunits.Voltage type: Real [3]
1986261: aimc.plug_sp.pin[3].v:VARIABLE(flow=false ) = -sinevoltage1.v[3] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
1987262: aimc.rs.plug_p.pin[3].v:VARIABLE(flow=false ) = -sinevoltage1.v[3] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.Electrical.MultiPhase.Interfaces.PositivePlug, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real [3]
1988263: sinevoltage1.sineVoltage[3].v:VARIABLE() = sinevoltage1.v[3] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.Electrical.Analog.Sources.SineVoltage, .Modelica.SIunits.Voltage type: Real [3]
1989264: aimc.lszero.p.v:VARIABLE(flow=false ) = aimc.lszero.v .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Analog.Basic.Inductor, .Modelica.Electrical.Analog.Interfaces.PositivePin, .Modelica.SIunits.Voltage type: Real
1990265: output aimc.thermalAmbient.Q_flowStatorCore:VARIABLE(final = true ) = aimc.statorCore.lossPower .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.SIunits.HeatFlowRate type: Real
1991266: output aimc.tauShaft:VARIABLE() = -const.k .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Torque type: Real
1992267: aimc.inertiaRotor.flange_b.tau:VARIABLE(flow=true ) = -const.k .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Mechanics.Rotational.Components.Inertia, .Modelica.Mechanics.Rotational.Interfaces.Flange_b, .Modelica.SIunits.Torque type: Real
1993268: aimc.spacePhasorS.spacePhasor.i_[1]:VARIABLE(flow=true ) = -aimc.lssigma.i_[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.Electrical.Machines.Interfaces.SpacePhasor, .Modelica.SIunits.Current type: Real [2]
1994269: aimc.spacePhasorS.spacePhasor.i_[2]:VARIABLE(flow=true ) = -aimc.lssigma.i_[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Modelica.Electrical.Machines.Interfaces.SpacePhasor, .Modelica.SIunits.Current type: Real [2]
1995270: aimc.squirrelCageR.LossPower:VARIABLE() = aimc.thermalAmbient.Q_flowRotorWinding .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.SquirrelCage, .Modelica.SIunits.Power type: Real
1996271: aimc.thermalAmbient.thermalCollectorStator.port_a[1].Q_flow:VARIABLE(flow=true final = true ) = aimc.rs.resistor[1].LossPower .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Thermal.HeatTransfer.Components.ThermalCollector, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.HeatFlowRate type: Real [3]
1997272: aimc.thermalAmbient.thermalCollectorStator.port_a[2].Q_flow:VARIABLE(flow=true final = true ) = aimc.rs.resistor[2].LossPower .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Thermal.HeatTransfer.Components.ThermalCollector, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.HeatFlowRate type: Real [3]
1998273: aimc.thermalAmbient.thermalCollectorStator.port_a[3].Q_flow:VARIABLE(flow=true final = true ) = aimc.rs.resistor[3].LossPower .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Thermal.HeatTransfer.Components.ThermalCollector, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.HeatFlowRate type: Real [3]
1999274: aimc.thermalAmbient.thermalPort.heatPortStrayLoad.T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 final = true ) = aimc.thermalAmbient.temperatureStrayLoad.port.T .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.Temperature type: Real
2000275: aimc.internalThermalPort.heatPortStrayLoad.T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 final = true ) = aimc.thermalAmbient.temperatureStrayLoad.port.T .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.Temperature type: Real
2001276: aimc.strayLoad.heatPort.T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 ) = aimc.thermalAmbient.temperatureStrayLoad.port.T .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.Temperature type: Real
2002277: aimc.thermalAmbient.thermalPort.heatPortStatorCore.T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 final = true ) = aimc.thermalAmbient.temperatureStatorCore.port.T .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.Temperature type: Real
2003278: aimc.internalThermalPort.heatPortStatorCore.T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 final = true ) = aimc.thermalAmbient.temperatureStatorCore.port.T .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.Temperature type: Real
2004279: aimc.statorCore.heatPort.T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 ) = aimc.thermalAmbient.temperatureStatorCore.port.T .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.Core, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.Temperature type: Real
2005280: aimc.thermalAmbient.thermalPort.heatPortRotorCore.T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 final = true ) = aimc.thermalAmbient.temperatureRotorCore.port.T .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.Temperature type: Real
2006281: aimc.internalThermalPort.heatPortRotorCore.T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 final = true ) = aimc.thermalAmbient.temperatureRotorCore.port.T .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.Temperature type: Real
2007282: aimc.thermalAmbient.thermalPort.heatPortFriction.T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 final = true ) = aimc.thermalAmbient.temperatureFriction.port.T .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.Temperature type: Real
2008283: aimc.friction.heatPort.T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 ) = aimc.thermalAmbient.temperatureFriction.port.T .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.Friction, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.Temperature type: Real
2009284: aimc.internalThermalPort.heatPortFriction.T:VARIABLE(flow=false min = 0.0 start = 288.15 nominal = 300.0 final = true ) = aimc.thermalAmbient.temperatureFriction.port.T .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Interfaces.InductionMachines.ThermalPortAIMC, .Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a, .Modelica.SIunits.Temperature type: Real
2010285: input aimc.statorCore.w:VARIABLE() = aimc.statorCoreParameters.wRef .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.Core, .Modelica.SIunits.AngularVelocity type: Real
2011286: aimc.fixed.flange.tau:VARIABLE(flow=true ) = -aimc.tauElectrical .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Mechanics.Rotational.Components.Fixed, .Modelica.Mechanics.Rotational.Interfaces.Flange_b, .Modelica.SIunits.Torque type: Real
2012287: aimc.strayLoad.w:VARIABLE() = aimc.inertiaRotor.w .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.SIunits.AngularVelocity type: Real
2013288: $DER.aimc.strayLoad.phi:DUMMY_DER(fixed = false ) = aimc.inertiaRotor.w .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.SIunits.Angle type: Real
2014289: aimc.friction.w:VARIABLE() = aimc.inertiaRotor.w .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.Friction, .Modelica.SIunits.AngularVelocity type: Real
2015290: $DER.aimc.friction.phi:DUMMY_DER(fixed = false ) = aimc.inertiaRotor.w .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.Friction, .Modelica.SIunits.Angle type: Real
2016291: $DER.aimc.airGapS.psi_mr[1]:DUMMY_DER(fixed = false ) = aimc.airGapS.spacePhasor_r.v_[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.SIunits.MagneticFlux type: Real [2]
2017292: $DER.aimc.airGapS.psi_ms[1]:DUMMY_DER(fixed = false ) = aimc.airGapS.spacePhasor_s.v_[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.SIunits.MagneticFlux type: Real [2]
2018293: $DER.aimc.airGapS.psi_ms[2]:DUMMY_DER(fixed = false ) = aimc.airGapS.spacePhasor_s.v_[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.SIunits.MagneticFlux type: Real [2]
2019294: $DER.aimc.airGapS.psi_mr[2]:DUMMY_DER(fixed = false ) = aimc.airGapS.spacePhasor_r.v_[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.SIunits.MagneticFlux type: Real [2]
2020295: output aimc.wMechanical:VARIABLE(start = 0.0 ) = aimc.inertiaRotor.w .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.AngularVelocity type: Real
2021296: output $DER.aimc.phiMechanical:DUMMY_DER(fixed = false ) = aimc.inertiaRotor.w .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Angle type: Real
2022
2023
2024Simple Equations (4, 0)
2025========================================
20261/1 (0): algorithm
2027 assert(1.0 + aimc.squirrelCageR.alpha * (293.15 - aimc.squirrelCageR.T_ref) >= 0.000000000000001, "Temperature outside scope of model!");
2028
20292/1 (0): algorithm
2030 assert(1.0 + aimc.rs.resistor[3].alpha * (293.15 - aimc.rs.resistor[3].T_ref) >= 0.000000000000001, "Temperature outside scope of model!");
2031
20323/1 (0): algorithm
2033 assert(1.0 + aimc.rs.resistor[2].alpha * (293.15 - aimc.rs.resistor[2].T_ref) >= 0.000000000000001, "Temperature outside scope of model!");
2034
20354/1 (0): algorithm
2036 assert(1.0 + aimc.rs.resistor[1].alpha * (293.15 - aimc.rs.resistor[1].T_ref) >= 0.000000000000001, "Temperature outside scope of model!");
2037
2038
2039
2040Initial Equations (0, 0)
2041========================================
2042
2043
2044Zero Crossings (number of relations: 3)
2045========================================
2046time < sinevoltage1.sineVoltage[3].signalSource.startTime with index = 0 in equations [24] and when conditions []
2047time < sinevoltage1.sineVoltage[2].signalSource.startTime with index = 1 in equations [25] and when conditions []
2048time < sinevoltage1.sineVoltage[1].signalSource.startTime with index = 2 in equations [26] and when conditions []
2049
2050
2051Samples
2052========================================
2053
2054
2055When Clauses
2056========================================
2057
2058
2059Constraints
2060========================================
2061
2062