| 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; | 
|---|
| 13 | end Modelica.Electrical.Machines.Interfaces.InductionMachines.PartialPowerBalanceInductionMachines; | 
|---|
| 14 |  | 
|---|
| 15 | function 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; | 
|---|
| 28 | end Modelica.Electrical.Machines.Interfaces.InductionMachines.PowerBalanceAIMC; | 
|---|
| 29 |  | 
|---|
| 30 | function 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; | 
|---|
| 39 | end Modelica.Electrical.Machines.Losses.CoreParameters; | 
|---|
| 40 |  | 
|---|
| 41 | function 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; | 
|---|
| 50 | end Modelica.Electrical.Machines.Losses.FrictionParameters; | 
|---|
| 51 |  | 
|---|
| 52 | function 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; | 
|---|
| 59 | end Modelica.Electrical.Machines.Losses.StrayLoadParameters; | 
|---|
| 60 |  | 
|---|
| 61 | function 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\"); | 
|---|
| 69 | algorithm | 
|---|
| 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]); | 
|---|
| 77 | end Modelica.Electrical.Machines.SpacePhasors.Functions.activePower; | 
|---|
| 78 |  | 
|---|
| 79 | function 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\"); | 
|---|
| 84 | algorithm | 
|---|
| 85 | alpha2 := alpha1 / (1.0 + alpha1 * (T2 - T1)); | 
|---|
| 86 | end Modelica.Electrical.Machines.Thermal.convertAlpha; | 
|---|
| 87 |  | 
|---|
| 88 | function Modelica.Electrical.MultiPhase.Functions.quasiRMS | 
|---|
| 89 | input Real[:] x; | 
|---|
| 90 | output Real y; | 
|---|
| 91 | algorithm | 
|---|
| 92 | y := sqrt(sum(x .^ 2.0 / /*Real*/(size(x, 1)))); | 
|---|
| 93 | end Modelica.Electrical.MultiPhase.Functions.quasiRMS; | 
|---|
| 94 |  | 
|---|
| 95 | function Modelica.Electrical.MultiPhase.Functions.symmetricOrientation | 
|---|
| 96 | input Integer m; | 
|---|
| 97 | output Real[m] orientation(quantity = \"Angle\", unit = \"rad\", displayUnit = \"deg\"); | 
|---|
| 98 | algorithm | 
|---|
| 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; | 
|---|
| 110 | end Modelica.Electrical.MultiPhase.Functions.symmetricOrientation; | 
|---|
| 111 |  | 
|---|
| 112 | class 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; | 
|---|
| 731 | equation | 
|---|
| 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; | 
|---|
| 1104 | end asmaFlow; | 
|---|
| 1105 | " | 
|---|
| 1106 |  | 
|---|
| 1107 | ######################################## | 
|---|
| 1108 | dumpindxdae | 
|---|
| 1109 | ######################################## | 
|---|
| 1110 |  | 
|---|
| 1111 |  | 
|---|
| 1112 | Variables (88) | 
|---|
| 1113 | ======================================== | 
|---|
| 1114 | 1: sinevoltage1.i[3]:DUMMY_STATE() .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Current type: Real [3] | 
|---|
| 1115 | 2: sinevoltage1.i[2]:DUMMY_STATE() .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Current type: Real [3] | 
|---|
| 1116 | 3: sinevoltage1.i[1]:DUMMY_STATE() .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Current type: Real [3] | 
|---|
| 1117 | 4: sinevoltage1.v[3]:VARIABLE() .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Voltage type: Real [3] | 
|---|
| 1118 | 5: sinevoltage1.v[2]:VARIABLE() .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Voltage type: Real [3] | 
|---|
| 1119 | 6: sinevoltage1.v[1]:VARIABLE() .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Voltage type: Real [3] | 
|---|
| 1120 | 7: 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 | 
|---|
| 1121 | 8: ground.p.i:VARIABLE(flow=true ) .asmaFlow, .Modelica.Electrical.Analog.Basic.Ground, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Current type: Real | 
|---|
| 1122 | 9: 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] | 
|---|
| 1123 | 10: 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] | 
|---|
| 1124 | 11: 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] | 
|---|
| 1125 | 12: 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] | 
|---|
| 1126 | 13: 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] | 
|---|
| 1127 | 14: 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] | 
|---|
| 1128 | 15: 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] | 
|---|
| 1129 | 16: 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] | 
|---|
| 1130 | 17: 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] | 
|---|
| 1131 | 18: aimc.rs.v[3]:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.SIunits.Voltage type: Real [3] | 
|---|
| 1132 | 19: aimc.rs.v[2]:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.SIunits.Voltage type: Real [3] | 
|---|
| 1133 | 20: aimc.rs.v[1]:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Modelica.SIunits.Voltage type: Real [3] | 
|---|
| 1134 | 21: 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 | 
|---|
| 1135 | 22: 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 | 
|---|
| 1136 | 23: 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 | 
|---|
| 1137 | 24: 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 | 
|---|
| 1138 | 25: 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 | 
|---|
| 1139 | 26: input aimc.idq_rr[2]:STATE(1)(stateSelect=StateSelect.prefer ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real [2] | 
|---|
| 1140 | 27: input aimc.idq_rr[1]:STATE(1)(stateSelect=StateSelect.prefer ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real [2] | 
|---|
| 1141 | 28: input aimc.idq_rs[2]:DUMMY_STATE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real [2] | 
|---|
| 1142 | 29: input aimc.idq_rs[1]:DUMMY_STATE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real [2] | 
|---|
| 1143 | 30: input aimc.idq_sr[2]:STATE(1)(stateSelect=StateSelect.prefer ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real [2] | 
|---|
| 1144 | 31: input aimc.idq_sr[1]:STATE(1)(stateSelect=StateSelect.prefer ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real [2] | 
|---|
| 1145 | 32: aimc.lszero.v:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Analog.Basic.Inductor, .Modelica.SIunits.Voltage type: Real | 
|---|
| 1146 | 33: output aimc.tauElectrical:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Torque type: Real | 
|---|
| 1147 | 34: 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] | 
|---|
| 1148 | 35: 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] | 
|---|
| 1149 | 36: 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] | 
|---|
| 1150 | 37: 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] | 
|---|
| 1151 | 38: 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] | 
|---|
| 1152 | 39: 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] | 
|---|
| 1153 | 40: 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] | 
|---|
| 1154 | 41: 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] | 
|---|
| 1155 | 42: 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] | 
|---|
| 1156 | 43: 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] | 
|---|
| 1157 | 44: 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] | 
|---|
| 1158 | 45: 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] | 
|---|
| 1159 | 46: aimc.airGapS.gamma:DUMMY_STATE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Modelica.SIunits.Angle type: Real | 
|---|
| 1160 | 47: aimc.strayLoad.iRMS:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.SIunits.Current type: Real | 
|---|
| 1161 | 48: aimc.strayLoad.phi:DUMMY_STATE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Modelica.SIunits.Angle type: Real | 
|---|
| 1162 | 49: aimc.friction.phi:DUMMY_STATE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.Friction, .Modelica.SIunits.Angle type: Real | 
|---|
| 1163 | 50: 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] | 
|---|
| 1164 | 51: 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] | 
|---|
| 1165 | 52: 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] | 
|---|
| 1166 | 53: 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] | 
|---|
| 1167 | 54: 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] | 
|---|
| 1168 | 55: 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] | 
|---|
| 1169 | 56: output aimc.vs[3]:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Voltage type: Real [3] | 
|---|
| 1170 | 57: output aimc.vs[2]:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Voltage type: Real [3] | 
|---|
| 1171 | 58: output aimc.vs[1]:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Voltage type: Real [3] | 
|---|
| 1172 | 59: 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 | 
|---|
| 1173 | 60: 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 | 
|---|
| 1174 | 61: 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 | 
|---|
| 1175 | 62: 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 | 
|---|
| 1176 | 63: output aimc.phiMechanical:DUMMY_STATE(start = 0.0 ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Angle type: Real | 
|---|
| 1177 | 64: 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 | 
|---|
| 1178 | 65: aimc.inertiaRotor.a:VARIABLE() .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Mechanics.Rotational.Components.Inertia, .Modelica.SIunits.AngularAcceleration type: Real | 
|---|
| 1179 | 66: 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] | 
|---|
| 1180 | 67: 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] | 
|---|
| 1181 | 68: 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] | 
|---|
| 1182 | 69: 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] | 
|---|
| 1183 | 70: 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] | 
|---|
| 1184 | 71: 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] | 
|---|
| 1185 | 72: terminalBox.starpoint.v:VARIABLE(flow=false ) .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.Analog.Interfaces.NegativePin, .Modelica.SIunits.Voltage type: Real | 
|---|
| 1186 | 73: $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 | 
|---|
| 1187 | 74: $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] | 
|---|
| 1188 | 75: $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] | 
|---|
| 1189 | 76: $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] | 
|---|
| 1190 | 77: $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] | 
|---|
| 1191 | 78: input $DER.aimc.idq_rs[1]:DUMMY_DER(fixed = false ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real [2] | 
|---|
| 1192 | 79: input $DER.aimc.idq_rs[2]:DUMMY_DER(fixed = false ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real [2] | 
|---|
| 1193 | 80: $DER.sinevoltage1.i[1]:DUMMY_DER(fixed = false ) .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Current type: Real [3] | 
|---|
| 1194 | 81: $DER.sinevoltage1.i[2]:DUMMY_DER(fixed = false ) .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Current type: Real [3] | 
|---|
| 1195 | 82: $DER.sinevoltage1.i[3]:DUMMY_DER(fixed = false ) .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Current type: Real [3] | 
|---|
| 1196 | 83: $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] | 
|---|
| 1197 | 84: $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] | 
|---|
| 1198 | 85: $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] | 
|---|
| 1199 | 86: $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] | 
|---|
| 1200 | 87: $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] | 
|---|
| 1201 | 88: 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 |  | 
|---|
| 1204 | Equations (88, 88) | 
|---|
| 1205 | ======================================== | 
|---|
| 1206 | 1/1 (1): aimc.phiMechanical = speedSensor.flange.phi - aimc.fixed.phi0 | 
|---|
| 1207 | 2/2 (1): aimc.friction.phi = speedSensor.flange.phi - aimc.fixed.phi0 | 
|---|
| 1208 | 3/3 (1): aimc.strayLoad.phi = speedSensor.flange.phi - aimc.fixed.phi0 | 
|---|
| 1209 | 4/4 (1): aimc.airGapS.gamma = /*Real*/(aimc.airGapS.p) * (speedSensor.flange.phi - aimc.fixed.phi0) | 
|---|
| 1210 | 5/5 (1): aimc.airGapS.RotationMatrix[2,2] = cos(aimc.airGapS.gamma) | 
|---|
| 1211 | 6/6 (1): -aimc.airGapS.RotationMatrix[2,1] = -sin(aimc.airGapS.gamma) | 
|---|
| 1212 | 7/7 (1): aimc.lssigma.i_[1] = aimc.airGapS.RotationMatrix[2,2] * aimc.idq_sr[1] + (-aimc.airGapS.RotationMatrix[2,1]) * aimc.idq_sr[2] | 
|---|
| 1213 | 8/8 (1): aimc.lssigma.i_[2] = aimc.airGapS.RotationMatrix[2,1] * aimc.idq_sr[1] + aimc.airGapS.RotationMatrix[2,2] * aimc.idq_sr[2] | 
|---|
| 1214 | 9/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] | 
|---|
| 1215 | 10/10 (1): aimc.spacePhasorS.i[2] * aimc.spacePhasorS.turnsRatio = sinevoltage1.i[2] | 
|---|
| 1216 | 11/11 (1): sinevoltage1.i[1] + sinevoltage1.i[2] + sinevoltage1.i[3] = 0.0 | 
|---|
| 1217 | 12/12 (1): aimc.spacePhasorS.i[3] * aimc.spacePhasorS.turnsRatio = sinevoltage1.i[3] | 
|---|
| 1218 | 13/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] | 
|---|
| 1219 | 14/14 (1): aimc.spacePhasorS.i[1] * aimc.spacePhasorS.turnsRatio = sinevoltage1.i[1] | 
|---|
| 1220 | 15/15 (1): -3.0 * aimc.i_0_s = aimc.spacePhasorS.i[1] + aimc.spacePhasorS.i[2] + aimc.spacePhasorS.i[3] | 
|---|
| 1221 | 16/16 (1): aimc.idq_rs[1] = aimc.airGapS.RotationMatrix[2,2] * aimc.idq_rr[1] + (-aimc.airGapS.RotationMatrix[2,1]) * aimc.idq_rr[2] | 
|---|
| 1222 | 17/17 (1): aimc.airGapS.i_ms[1] = aimc.lssigma.i_[1] + aimc.idq_rs[1] | 
|---|
| 1223 | 18/18 (1): aimc.idq_rs[2] = aimc.airGapS.RotationMatrix[2,1] * aimc.idq_rr[1] + aimc.airGapS.RotationMatrix[2,2] * aimc.idq_rr[2] | 
|---|
| 1224 | 19/19 (1): aimc.airGapS.i_ms[2] = aimc.lssigma.i_[2] + aimc.idq_rs[2] | 
|---|
| 1225 | 20/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] | 
|---|
| 1226 | 21/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] | 
|---|
| 1227 | 22/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] | 
|---|
| 1228 | 23/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] | 
|---|
| 1229 | 24/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)) | 
|---|
| 1230 | 25/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)) | 
|---|
| 1231 | 26/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)) | 
|---|
| 1232 | 27/27 (1): aimc.inertiaRotor.w = der(speedSensor.flange.phi) | 
|---|
| 1233 | 28/28 (1): (-ground.p.i) - sinevoltage1.i[3] - sinevoltage1.i[1] - sinevoltage1.i[2] = 0.0 | 
|---|
| 1234 | 29/29 (1): 0.6666666666666666 * aimc.thermalAmbient.Q_flowRotorWinding = aimc.squirrelCageR.Rr_actual * ((-aimc.idq_rr[1]) ^ 2.0 + (-aimc.idq_rr[2]) ^ 2.0) | 
|---|
| 1235 | 30/30 (1): aimc.rs.resistor[3].v = aimc.rs.resistor[3].R_actual * sinevoltage1.i[3] | 
|---|
| 1236 | 31/31 (1): aimc.rs.resistor[3].LossPower = aimc.rs.resistor[3].v * sinevoltage1.i[3] | 
|---|
| 1237 | 32/32 (1): aimc.rs.resistor[3].v = (-sinevoltage1.v[3]) - aimc.rs.plug_n.pin[3].v | 
|---|
| 1238 | 33/33 (1): aimc.rs.v[3] = (-sinevoltage1.v[3]) - aimc.rs.plug_n.pin[3].v | 
|---|
| 1239 | 34/34 (1): aimc.rs.resistor[2].v = aimc.rs.resistor[2].R_actual * sinevoltage1.i[2] | 
|---|
| 1240 | 35/35 (1): aimc.rs.resistor[2].LossPower = aimc.rs.resistor[2].v * sinevoltage1.i[2] | 
|---|
| 1241 | 36/36 (1): aimc.rs.resistor[2].v = (-sinevoltage1.v[2]) - aimc.rs.plug_n.pin[2].v | 
|---|
| 1242 | 37/37 (1): aimc.rs.v[2] = (-sinevoltage1.v[2]) - aimc.rs.plug_n.pin[2].v | 
|---|
| 1243 | 38/38 (1): aimc.rs.resistor[1].v = aimc.rs.resistor[1].R_actual * sinevoltage1.i[1] | 
|---|
| 1244 | 39/39 (1): aimc.rs.resistor[1].LossPower = aimc.rs.resistor[1].v * sinevoltage1.i[1] | 
|---|
| 1245 | 40/40 (1): aimc.rs.resistor[1].v = (-sinevoltage1.v[1]) - aimc.rs.plug_n.pin[1].v | 
|---|
| 1246 | 41/41 (1): aimc.rs.v[1] = (-sinevoltage1.v[1]) - aimc.rs.plug_n.pin[1].v | 
|---|
| 1247 | 42/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]) | 
|---|
| 1248 | 43/43 (1): $DER.aimc.airGapS.gamma = /*Real*/(aimc.airGapS.p) * aimc.inertiaRotor.w | 
|---|
| 1249 | 44/44 (1): $DER.aimc.airGapS.RotationMatrix[2,2] = (-$DER.aimc.airGapS.gamma) * sin(aimc.airGapS.gamma) | 
|---|
| 1250 | 45/45 (1): -$DER.aimc.airGapS.RotationMatrix[2,1] = (-$DER.aimc.airGapS.gamma) * cos(aimc.airGapS.gamma) | 
|---|
| 1251 | 46/46 (1): aimc.rs.resistor[1].LossPower + aimc.rs.resistor[2].LossPower + aimc.rs.resistor[3].LossPower - aimc.thermalAmbient.Q_flowStatorWinding = 0.0 | 
|---|
| 1252 | 47/47 (1): aimc.inertiaRotor.J * aimc.inertiaRotor.a = aimc.tauElectrical - const.k | 
|---|
| 1253 | 48/48 (1): aimc.inertiaRotor.a = der(aimc.inertiaRotor.w) | 
|---|
| 1254 | 49/49 (1): $DER.sinevoltage1.i[1] + $DER.sinevoltage1.i[2] + $DER.sinevoltage1.i[3] = 0.0 | 
|---|
| 1255 | 50/50 (1): $DER.aimc.spacePhasorS.i[3] * aimc.spacePhasorS.turnsRatio = $DER.sinevoltage1.i[3] | 
|---|
| 1256 | 51/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] | 
|---|
| 1257 | 52/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] | 
|---|
| 1258 | 53/53 (1): $DER.aimc.airGapS.i_ms[1] = $DER.aimc.lssigma.i_[1] + $DER.aimc.idq_rs[1] | 
|---|
| 1259 | 54/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] | 
|---|
| 1260 | 55/55 (1): aimc.airGapS.spacePhasor_r.v_[2] = (-aimc.idq_rr[2]) * aimc.squirrelCageR.Rr_actual + (-der(aimc.idq_rr[2])) * aimc.squirrelCageR.Lrsigma | 
|---|
| 1261 | 56/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] | 
|---|
| 1262 | 57/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] | 
|---|
| 1263 | 58/58 (1): aimc.airGapS.spacePhasor_r.v_[1] = (-aimc.idq_rr[1]) * aimc.squirrelCageR.Rr_actual + (-der(aimc.idq_rr[1])) * aimc.squirrelCageR.Lrsigma | 
|---|
| 1264 | 59/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] | 
|---|
| 1265 | 60/60 (1): $DER.aimc.airGapS.i_ms[2] = $DER.aimc.lssigma.i_[2] + $DER.aimc.idq_rs[2] | 
|---|
| 1266 | 61/61 (1): aimc.lssigma.v_[2] = aimc.lssigma.L[2] * $DER.aimc.lssigma.i_[2] | 
|---|
| 1267 | 62/62 (1): aimc.lssigma.v_[2] = aimc.lssigma.spacePhasor_a.v_[2] - aimc.airGapS.spacePhasor_s.v_[2] | 
|---|
| 1268 | 63/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] | 
|---|
| 1269 | 64/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] | 
|---|
| 1270 | 65/65 (1): aimc.lssigma.v_[1] = aimc.lssigma.spacePhasor_a.v_[1] - aimc.airGapS.spacePhasor_s.v_[1] | 
|---|
| 1271 | 66/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] | 
|---|
| 1272 | 67/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] | 
|---|
| 1273 | 68/68 (1): 3.0 * aimc.lszero.v = aimc.spacePhasorS.v[1] + aimc.spacePhasorS.v[2] + aimc.spacePhasorS.v[3] | 
|---|
| 1274 | 69/69 (1): (-aimc.lszero.L) * $DER.aimc.i_0_s = aimc.lszero.v | 
|---|
| 1275 | 70/70 (1): -3.0 * $DER.aimc.i_0_s = $DER.aimc.spacePhasorS.i[1] + $DER.aimc.spacePhasorS.i[2] + $DER.aimc.spacePhasorS.i[3] | 
|---|
| 1276 | 71/71 (1): $DER.aimc.spacePhasorS.i[1] * aimc.spacePhasorS.turnsRatio = $DER.sinevoltage1.i[1] | 
|---|
| 1277 | 72/72 (1): aimc.spacePhasorS.v[3] / aimc.spacePhasorS.turnsRatio = aimc.rs.plug_n.pin[3].v - terminalBox.starpoint.v | 
|---|
| 1278 | 73/73 (1): aimc.spacePhasorS.v[2] / aimc.spacePhasorS.turnsRatio = aimc.rs.plug_n.pin[2].v - terminalBox.starpoint.v | 
|---|
| 1279 | 74/74 (1): aimc.spacePhasorS.v[1] / aimc.spacePhasorS.turnsRatio = aimc.rs.plug_n.pin[1].v - terminalBox.starpoint.v | 
|---|
| 1280 | 75/75 (1): aimc.lssigma.v_[1] = aimc.lssigma.L[1] * $DER.aimc.lssigma.i_[1] | 
|---|
| 1281 | 76/76 (1): $DER.aimc.spacePhasorS.i[2] * aimc.spacePhasorS.turnsRatio = $DER.sinevoltage1.i[2] | 
|---|
| 1282 | 77/77 (1): aimc.vs[1] = (-sinevoltage1.v[1]) - terminalBox.starpoint.v | 
|---|
| 1283 | 78/78 (1): aimc.vs[2] = (-sinevoltage1.v[2]) - terminalBox.starpoint.v | 
|---|
| 1284 | 79/79 (1): aimc.vs[3] = (-sinevoltage1.v[3]) - terminalBox.starpoint.v | 
|---|
| 1285 | 80/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] | 
|---|
| 1286 | 81/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] | 
|---|
| 1287 | 82/82 (1): aimc.powerBalance.lossPowerStatorWinding = aimc.rs.resistor[1].LossPower + aimc.rs.resistor[2].LossPower + aimc.rs.resistor[3].LossPower | 
|---|
| 1288 | 83/83 (1): aimc.powerBalance.lossPowerTotal = aimc.powerBalance.lossPowerStatorWinding + aimc.thermalAmbient.Q_flowRotorWinding | 
|---|
| 1289 | 84/84 (1): aimc.powerBalance.powerInertiaRotor = aimc.inertiaRotor.J * aimc.inertiaRotor.a * aimc.inertiaRotor.w | 
|---|
| 1290 | 85/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]}) | 
|---|
| 1291 | 86/86 (1): aimc.strayLoad.iRMS = Modelica.Electrical.MultiPhase.Functions.quasiRMS({sinevoltage1.i[1], sinevoltage1.i[2], sinevoltage1.i[3]}) | 
|---|
| 1292 | 87/87 (1): aimc.thermalAmbient.Q_flowTotal = aimc.thermalAmbient.Q_flowStatorWinding + aimc.thermalAmbient.Q_flowRotorWinding | 
|---|
| 1293 | 88/88 (1): aimc.powerBalance.powerMechanical = (-aimc.inertiaRotor.w) * const.k | 
|---|
| 1294 |  | 
|---|
| 1295 |  | 
|---|
| 1296 | State Sets | 
|---|
| 1297 | ======================================== | 
|---|
| 1298 |  | 
|---|
| 1299 |  | 
|---|
| 1300 | Matching | 
|---|
| 1301 | ======================================== | 
|---|
| 1302 | 88 variables and equations | 
|---|
| 1303 | var 1 is solved in eqn 12 | 
|---|
| 1304 | var 2 is solved in eqn 10 | 
|---|
| 1305 | var 3 is solved in eqn 11 | 
|---|
| 1306 | var 4 is solved in eqn 24 | 
|---|
| 1307 | var 5 is solved in eqn 25 | 
|---|
| 1308 | var 6 is solved in eqn 26 | 
|---|
| 1309 | var 7 is solved in eqn 27 | 
|---|
| 1310 | var 8 is solved in eqn 28 | 
|---|
| 1311 | var 9 is solved in eqn 31 | 
|---|
| 1312 | var 10 is solved in eqn 30 | 
|---|
| 1313 | var 11 is solved in eqn 35 | 
|---|
| 1314 | var 12 is solved in eqn 34 | 
|---|
| 1315 | var 13 is solved in eqn 39 | 
|---|
| 1316 | var 14 is solved in eqn 38 | 
|---|
| 1317 | var 15 is solved in eqn 32 | 
|---|
| 1318 | var 16 is solved in eqn 36 | 
|---|
| 1319 | var 17 is solved in eqn 40 | 
|---|
| 1320 | var 18 is solved in eqn 33 | 
|---|
| 1321 | var 19 is solved in eqn 37 | 
|---|
| 1322 | var 20 is solved in eqn 41 | 
|---|
| 1323 | var 21 is solved in eqn 83 | 
|---|
| 1324 | var 22 is solved in eqn 82 | 
|---|
| 1325 | var 23 is solved in eqn 84 | 
|---|
| 1326 | var 24 is solved in eqn 88 | 
|---|
| 1327 | var 25 is solved in eqn 85 | 
|---|
| 1328 | var 26 is solved in eqn 55 | 
|---|
| 1329 | var 27 is solved in eqn 59 | 
|---|
| 1330 | var 28 is solved in eqn 18 | 
|---|
| 1331 | var 29 is solved in eqn 16 | 
|---|
| 1332 | var 30 is solved in eqn 81 | 
|---|
| 1333 | var 31 is solved in eqn 80 | 
|---|
| 1334 | var 32 is solved in eqn 68 | 
|---|
| 1335 | var 33 is solved in eqn 42 | 
|---|
| 1336 | var 34 is solved in eqn 19 | 
|---|
| 1337 | var 35 is solved in eqn 17 | 
|---|
| 1338 | var 36 is solved in eqn 56 | 
|---|
| 1339 | var 37 is solved in eqn 58 | 
|---|
| 1340 | var 38 is solved in eqn 62 | 
|---|
| 1341 | var 39 is solved in eqn 57 | 
|---|
| 1342 | var 40 is solved in eqn 5 | 
|---|
| 1343 | var 41 is solved in eqn 6 | 
|---|
| 1344 | var 42 is solved in eqn 22 | 
|---|
| 1345 | var 43 is solved in eqn 23 | 
|---|
| 1346 | var 44 is solved in eqn 20 | 
|---|
| 1347 | var 45 is solved in eqn 21 | 
|---|
| 1348 | var 46 is solved in eqn 4 | 
|---|
| 1349 | var 47 is solved in eqn 86 | 
|---|
| 1350 | var 48 is solved in eqn 3 | 
|---|
| 1351 | var 49 is solved in eqn 2 | 
|---|
| 1352 | var 50 is solved in eqn 63 | 
|---|
| 1353 | var 51 is solved in eqn 65 | 
|---|
| 1354 | var 52 is solved in eqn 8 | 
|---|
| 1355 | var 53 is solved in eqn 7 | 
|---|
| 1356 | var 54 is solved in eqn 61 | 
|---|
| 1357 | var 55 is solved in eqn 75 | 
|---|
| 1358 | var 56 is solved in eqn 79 | 
|---|
| 1359 | var 57 is solved in eqn 78 | 
|---|
| 1360 | var 58 is solved in eqn 77 | 
|---|
| 1361 | var 59 is solved in eqn 87 | 
|---|
| 1362 | var 60 is solved in eqn 29 | 
|---|
| 1363 | var 61 is solved in eqn 46 | 
|---|
| 1364 | var 62 is solved in eqn 15 | 
|---|
| 1365 | var 63 is solved in eqn 1 | 
|---|
| 1366 | var 64 is solved in eqn 48 | 
|---|
| 1367 | var 65 is solved in eqn 47 | 
|---|
| 1368 | var 66 is solved in eqn 9 | 
|---|
| 1369 | var 67 is solved in eqn 13 | 
|---|
| 1370 | var 68 is solved in eqn 14 | 
|---|
| 1371 | var 69 is solved in eqn 64 | 
|---|
| 1372 | var 70 is solved in eqn 73 | 
|---|
| 1373 | var 71 is solved in eqn 74 | 
|---|
| 1374 | var 72 is solved in eqn 72 | 
|---|
| 1375 | var 73 is solved in eqn 43 | 
|---|
| 1376 | var 74 is solved in eqn 45 | 
|---|
| 1377 | var 75 is solved in eqn 44 | 
|---|
| 1378 | var 76 is solved in eqn 66 | 
|---|
| 1379 | var 77 is solved in eqn 67 | 
|---|
| 1380 | var 78 is solved in eqn 54 | 
|---|
| 1381 | var 79 is solved in eqn 60 | 
|---|
| 1382 | var 80 is solved in eqn 71 | 
|---|
| 1383 | var 81 is solved in eqn 76 | 
|---|
| 1384 | var 82 is solved in eqn 49 | 
|---|
| 1385 | var 83 is solved in eqn 70 | 
|---|
| 1386 | var 84 is solved in eqn 53 | 
|---|
| 1387 | var 85 is solved in eqn 51 | 
|---|
| 1388 | var 86 is solved in eqn 52 | 
|---|
| 1389 | var 87 is solved in eqn 50 | 
|---|
| 1390 | var 88 is solved in eqn 69 | 
|---|
| 1391 |  | 
|---|
| 1392 |  | 
|---|
| 1393 | StrongComponents | 
|---|
| 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 |  | 
|---|
| 1452 | BackendDAEType: simulation | 
|---|
| 1453 |  | 
|---|
| 1454 |  | 
|---|
| 1455 | Known Variables (constants) (257) | 
|---|
| 1456 | ======================================== | 
|---|
| 1457 | 1: 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 | 
|---|
| 1458 | 2: 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 | 
|---|
| 1459 | 3: 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 | 
|---|
| 1460 | 4: torque.phi_support:VARIABLE(protected = true )  = 0.0 .asmaFlow, .Modelica.Mechanics.Rotational.Sources.Torque, .Modelica.SIunits.Angle type: Real | 
|---|
| 1461 | 5: 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 | 
|---|
| 1462 | 6: 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 | 
|---|
| 1463 | 7: 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 | 
|---|
| 1464 | 8: 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 | 
|---|
| 1465 | 9: 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 | 
|---|
| 1466 | 10: aimc.inertiaStator.a:VARIABLE()  = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Mechanics.Rotational.Components.Inertia, .Modelica.SIunits.AngularAcceleration type: Real | 
|---|
| 1467 | 11: 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 | 
|---|
| 1468 | 12: 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 | 
|---|
| 1469 | 13: 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] | 
|---|
| 1470 | 14: 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] | 
|---|
| 1471 | 15: 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] | 
|---|
| 1472 | 16: 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 | 
|---|
| 1473 | 17: 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 | 
|---|
| 1474 | 18: 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 | 
|---|
| 1475 | 19: 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 | 
|---|
| 1476 | 20: aimc.friction.tau:VARIABLE()  = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.Friction, .Modelica.SIunits.Torque type: Real | 
|---|
| 1477 | 21: 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] | 
|---|
| 1478 | 22: 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] | 
|---|
| 1479 | 23: 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] | 
|---|
| 1480 | 24: 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 | 
|---|
| 1481 | 25: 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] | 
|---|
| 1482 | 26: 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] | 
|---|
| 1483 | 27: 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 | 
|---|
| 1484 | 28: terminalBox.starpoint.i:VARIABLE(flow=true )  = 0.0 .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.Analog.Interfaces.NegativePin, .Modelica.SIunits.Current type: Real | 
|---|
| 1485 | 29: 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 | 
|---|
| 1486 | 30: 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 | 
|---|
| 1487 | 31: 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 | 
|---|
| 1488 | 32: 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 | 
|---|
| 1489 | 33: 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 | 
|---|
| 1490 | 34: 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] | 
|---|
| 1491 | 35: 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] | 
|---|
| 1492 | 36: 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] | 
|---|
| 1493 | 37: 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 | 
|---|
| 1494 | 38: 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 | 
|---|
| 1495 | 39: 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 | 
|---|
| 1496 | 40: 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 | 
|---|
| 1497 | 41: 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 | 
|---|
| 1498 | 42: ground.p.v:VARIABLE(flow=false )  = 0.0 .asmaFlow, .Modelica.Electrical.Analog.Basic.Ground, .Modelica.Electrical.Analog.Interfaces.Pin, .Modelica.SIunits.Voltage type: Real | 
|---|
| 1499 | 43: aimc.pi:CONST()  = 3.141592653589793 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Angle type: Real | 
|---|
| 1500 | 44: aimc.spacePhasorS.m:CONST()  = 3 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Integer type: Integer | 
|---|
| 1501 | 45: aimc.spacePhasorS.pi:CONST()  = 3.141592653589793 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Real type: Real | 
|---|
| 1502 | 46: 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 | 
|---|
| 1503 | 47: 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] | 
|---|
| 1504 | 48: 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] | 
|---|
| 1505 | 49: 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] | 
|---|
| 1506 | 50: DeltaOmEl:PARAM()  = 25.0 .asmaFlow, .Modelica.SIunits.AngularVelocity type: Real | 
|---|
| 1507 | 51: terminalBox.m:PARAM()  = 3 .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Integer type: Integer | 
|---|
| 1508 | 52: terminalBox.terminalConnection:PARAM(start = "Y" final = true ) .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .String type: String | 
|---|
| 1509 | 53: 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 | 
|---|
| 1510 | 54: 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 | 
|---|
| 1511 | 55: 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 | 
|---|
| 1512 | 56: terminalBox.star.m:PARAM(min = 1 )  = terminalBox.m .asmaFlow, .Modelica.Electrical.Machines.Utilities.TerminalBox, .Modelica.Electrical.MultiPhase.Basic.Star, .Integer type: Integer | 
|---|
| 1513 | 57: 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 | 
|---|
| 1514 | 58: aimc.m:PARAM(final = true )  = 3 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Integer type: Integer | 
|---|
| 1515 | 59: aimc.p:PARAM(min = 1 start = 2 )  = 2 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Integer type: Integer | 
|---|
| 1516 | 60: aimc.fsNominal:PARAM(start = 50.0 )  = 50.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Frequency type: Real | 
|---|
| 1517 | 61: 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 | 
|---|
| 1518 | 62: aimc.Rs:PARAM(start = 0.03 )  = 0.435 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Resistance type: Real | 
|---|
| 1519 | 63: 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 | 
|---|
| 1520 | 64: aimc.alpha20s:PARAM(start = 0.0 ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.LinearTemperatureCoefficient20 type: Real | 
|---|
| 1521 | 65: aimc.Jr:PARAM(start = 0.29 )  = 2.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Inertia type: Real | 
|---|
| 1522 | 66: aimc.useSupport:PARAM()  = false .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Boolean type: Boolean | 
|---|
| 1523 | 67: aimc.useThermalPort:PARAM()  = false .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Boolean type: Boolean | 
|---|
| 1524 | 68: aimc.spacePhasorS.turnsRatio:PARAM()  = 1.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.SpacePhasors.Components.SpacePhasor, .Real type: Real | 
|---|
| 1525 | 69: 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 | 
|---|
| 1526 | 70: 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 | 
|---|
| 1527 | 71: 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] | 
|---|
| 1528 | 72: 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] | 
|---|
| 1529 | 73: 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] | 
|---|
| 1530 | 74: 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] | 
|---|
| 1531 | 75: 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] | 
|---|
| 1532 | 76: 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] | 
|---|
| 1533 | 77: 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] | 
|---|
| 1534 | 78: 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] | 
|---|
| 1535 | 79: 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] | 
|---|
| 1536 | 80: 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] | 
|---|
| 1537 | 81: 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] | 
|---|
| 1538 | 82: 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] | 
|---|
| 1539 | 83: aimc.Rr:PARAM(start = 0.04 )  = 0.4 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Resistance type: Real | 
|---|
| 1540 | 84: 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 | 
|---|
| 1541 | 85: aimc.alpha20r:PARAM(start = 0.0 ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.LinearTemperatureCoefficient20 type: Real | 
|---|
| 1542 | 86: 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 | 
|---|
| 1543 | 87: 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 | 
|---|
| 1544 | 88: 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 | 
|---|
| 1545 | 89: 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 | 
|---|
| 1546 | 90: 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 | 
|---|
| 1547 | 91: 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 | 
|---|
| 1548 | 92: 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 | 
|---|
| 1549 | 93: 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 | 
|---|
| 1550 | 94: 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 | 
|---|
| 1551 | 95: aimc.frictionParameters.linear:PARAM(final = true )  = 0.001 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.FrictionParameters, .Real type: Real | 
|---|
| 1552 | 96: 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 | 
|---|
| 1553 | 97: 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 | 
|---|
| 1554 | 98: aimc.statorCoreParameters.m:PARAM()  = 3 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.CoreParameters, .Integer type: Integer | 
|---|
| 1555 | 99: 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 | 
|---|
| 1556 | 100: 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 | 
|---|
| 1557 | 101: 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 | 
|---|
| 1558 | 102: 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 | 
|---|
| 1559 | 103: 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 | 
|---|
| 1560 | 104: 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 | 
|---|
| 1561 | 105: 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 | 
|---|
| 1562 | 106: 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 | 
|---|
| 1563 | 107: 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 | 
|---|
| 1564 | 108: 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 | 
|---|
| 1565 | 109: 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 | 
|---|
| 1566 | 110: 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 | 
|---|
| 1567 | 111: 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 | 
|---|
| 1568 | 112: aimc.Js:PARAM(start = aimc.Jr ) .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Inertia type: Real | 
|---|
| 1569 | 113: 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 | 
|---|
| 1570 | 114: 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) | 
|---|
| 1571 | 115: aimc.fixed.phi0:PARAM()  = 0.0 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Mechanics.Rotational.Components.Fixed, .Modelica.SIunits.Angle type: Real | 
|---|
| 1572 | 116: aimc.thermalAmbient.m:PARAM(final = true )  = 3 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Integer type: Integer | 
|---|
| 1573 | 117: aimc.thermalAmbient.useTemperatureInputs:PARAM(final = true )  = false .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Thermal.AsynchronousInductionMachines.ThermalAmbientAIMC, .Boolean type: Boolean | 
|---|
| 1574 | 118: 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 | 
|---|
| 1575 | 119: 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 | 
|---|
| 1576 | 120: 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 | 
|---|
| 1577 | 121: 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 | 
|---|
| 1578 | 122: 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 | 
|---|
| 1579 | 123: 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 | 
|---|
| 1580 | 124: 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 | 
|---|
| 1581 | 125: 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 | 
|---|
| 1582 | 126: 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 | 
|---|
| 1583 | 127: 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 | 
|---|
| 1584 | 128: aimc.Lszero:PARAM()  = aimc.Lssigma .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Inductance type: Real | 
|---|
| 1585 | 129: 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] | 
|---|
| 1586 | 130: 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] | 
|---|
| 1587 | 131: aimc.friction.useHeatPort:PARAM()  = true .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.Friction, .Boolean type: Boolean | 
|---|
| 1588 | 132: 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 | 
|---|
| 1589 | 133: 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 | 
|---|
| 1590 | 134: 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 | 
|---|
| 1591 | 135: 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 | 
|---|
| 1592 | 136: 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 | 
|---|
| 1593 | 137: 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 | 
|---|
| 1594 | 138: 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 | 
|---|
| 1595 | 139: 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 | 
|---|
| 1596 | 140: aimc.strayLoad.useHeatPort:PARAM()  = true .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.StrayLoad, .Boolean type: Boolean | 
|---|
| 1597 | 141: 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 | 
|---|
| 1598 | 142: 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 | 
|---|
| 1599 | 143: 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 | 
|---|
| 1600 | 144: 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 | 
|---|
| 1601 | 145: 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 | 
|---|
| 1602 | 146: 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 | 
|---|
| 1603 | 147: 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 | 
|---|
| 1604 | 148: aimc.airGapS.m:PARAM(final = true )  = 3 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.AirGapS, .Integer type: Integer | 
|---|
| 1605 | 149: 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 | 
|---|
| 1606 | 150: 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 | 
|---|
| 1607 | 151: 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] | 
|---|
| 1608 | 152: 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] | 
|---|
| 1609 | 153: 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] | 
|---|
| 1610 | 154: 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] | 
|---|
| 1611 | 155: 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 | 
|---|
| 1612 | 156: 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) | 
|---|
| 1613 | 157: 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 | 
|---|
| 1614 | 158: 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 | 
|---|
| 1615 | 159: aimc.rs.useHeatPort:PARAM(final = true )  = true .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.MultiPhase.Basic.Resistor, .Boolean type: Boolean | 
|---|
| 1616 | 160: 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 | 
|---|
| 1617 | 161: 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 | 
|---|
| 1618 | 162: 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 | 
|---|
| 1619 | 163: 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] | 
|---|
| 1620 | 164: 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] | 
|---|
| 1621 | 165: 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] | 
|---|
| 1622 | 166: 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] | 
|---|
| 1623 | 167: 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] | 
|---|
| 1624 | 168: 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] | 
|---|
| 1625 | 169: 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] | 
|---|
| 1626 | 170: 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] | 
|---|
| 1627 | 171: 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] | 
|---|
| 1628 | 172: 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] | 
|---|
| 1629 | 173: 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] | 
|---|
| 1630 | 174: 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] | 
|---|
| 1631 | 175: 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] | 
|---|
| 1632 | 176: 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] | 
|---|
| 1633 | 177: 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] | 
|---|
| 1634 | 178: 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] | 
|---|
| 1635 | 179: 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] | 
|---|
| 1636 | 180: 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] | 
|---|
| 1637 | 181: 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] | 
|---|
| 1638 | 182: 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] | 
|---|
| 1639 | 183: 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] | 
|---|
| 1640 | 184: 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] | 
|---|
| 1641 | 185: 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] | 
|---|
| 1642 | 186: 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] | 
|---|
| 1643 | 187: 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] | 
|---|
| 1644 | 188: 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] | 
|---|
| 1645 | 189: 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] | 
|---|
| 1646 | 190: aimc.statorCore.useHeatPort:PARAM()  = true .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.Core, .Boolean type: Boolean | 
|---|
| 1647 | 191: aimc.statorCore.m:PARAM(final = true )  = 3 .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.Losses.InductionMachines.Core, .Integer type: Integer | 
|---|
| 1648 | 192: 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 | 
|---|
| 1649 | 193: 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 | 
|---|
| 1650 | 194: 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 | 
|---|
| 1651 | 195: 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 | 
|---|
| 1652 | 196: 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 | 
|---|
| 1653 | 197: 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 | 
|---|
| 1654 | 198: 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 | 
|---|
| 1655 | 199: 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 | 
|---|
| 1656 | 200: aimc.squirrelCageR.useHeatPort:PARAM()  = true .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.Electrical.Machines.BasicMachines.Components.SquirrelCage, .Boolean type: Boolean | 
|---|
| 1657 | 201: 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 | 
|---|
| 1658 | 202: 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 | 
|---|
| 1659 | 203: 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 | 
|---|
| 1660 | 204: 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 | 
|---|
| 1661 | 205: 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 | 
|---|
| 1662 | 206: star.m:PARAM(min = 1 )  = 3 .asmaFlow, .Modelica.Electrical.MultiPhase.Basic.Star, .Integer type: Integer | 
|---|
| 1663 | 207: 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 | 
|---|
| 1664 | 208: torque.useSupport:PARAM(final = true )  = false .asmaFlow, .Modelica.Mechanics.Rotational.Sources.Torque, .Boolean type: Boolean | 
|---|
| 1665 | 209: const.k:PARAM(start = 1.0 )  = -15.0 .asmaFlow, .Modelica.Blocks.Sources.Constant, .Real type: Real | 
|---|
| 1666 | 210: sinevoltage1.m:PARAM(min = 1 final = true )  = 3 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Integer type: Integer | 
|---|
| 1667 | 211: 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 | 
|---|
| 1668 | 212: 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 | 
|---|
| 1669 | 213: sinevoltage1.V[1]:PARAM(start = 1.0 )  = 187.794213613377 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Voltage type: Real [3] | 
|---|
| 1670 | 214: sinevoltage1.V[2]:PARAM(start = 1.0 )  = 187.794213613377 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Voltage type: Real [3] | 
|---|
| 1671 | 215: sinevoltage1.V[3]:PARAM(start = 1.0 )  = 187.794213613377 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Voltage type: Real [3] | 
|---|
| 1672 | 216: sinevoltage1.phase[1]:PARAM()  = (-Modelica.Electrical.MultiPhase.Functions.symmetricOrientation(3))[1] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Angle type: Real [3] | 
|---|
| 1673 | 217: sinevoltage1.phase[2]:PARAM()  = (-Modelica.Electrical.MultiPhase.Functions.symmetricOrientation(3))[2] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Angle type: Real [3] | 
|---|
| 1674 | 218: sinevoltage1.phase[3]:PARAM()  = (-Modelica.Electrical.MultiPhase.Functions.symmetricOrientation(3))[3] .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Angle type: Real [3] | 
|---|
| 1675 | 219: sinevoltage1.freqHz[1]:PARAM(start = 1.0 )  = 50.0 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Frequency type: Real [3] | 
|---|
| 1676 | 220: sinevoltage1.freqHz[2]:PARAM(start = 1.0 )  = 50.0 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Frequency type: Real [3] | 
|---|
| 1677 | 221: sinevoltage1.freqHz[3]:PARAM(start = 1.0 )  = 50.0 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Frequency type: Real [3] | 
|---|
| 1678 | 222: sinevoltage1.offset[1]:PARAM()  = 0.0 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Voltage type: Real [3] | 
|---|
| 1679 | 223: sinevoltage1.offset[2]:PARAM()  = 0.0 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Voltage type: Real [3] | 
|---|
| 1680 | 224: sinevoltage1.offset[3]:PARAM()  = 0.0 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Voltage type: Real [3] | 
|---|
| 1681 | 225: sinevoltage1.startTime[1]:PARAM()  = 0.0 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Time type: Real [3] | 
|---|
| 1682 | 226: sinevoltage1.startTime[2]:PARAM()  = 0.0 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Time type: Real [3] | 
|---|
| 1683 | 227: sinevoltage1.startTime[3]:PARAM()  = 0.0 .asmaFlow, .Modelica.Electrical.MultiPhase.Sources.SineVoltage, .Modelica.SIunits.Time type: Real [3] | 
|---|
| 1684 | 228: 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] | 
|---|
| 1685 | 229: 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] | 
|---|
| 1686 | 230: 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] | 
|---|
| 1687 | 231: 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] | 
|---|
| 1688 | 232: 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] | 
|---|
| 1689 | 233: 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] | 
|---|
| 1690 | 234: 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] | 
|---|
| 1691 | 235: 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] | 
|---|
| 1692 | 236: 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] | 
|---|
| 1693 | 237: 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] | 
|---|
| 1694 | 238: 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] | 
|---|
| 1695 | 239: 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] | 
|---|
| 1696 | 240: 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] | 
|---|
| 1697 | 241: 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] | 
|---|
| 1698 | 242: 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] | 
|---|
| 1699 | 243: 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] | 
|---|
| 1700 | 244: 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] | 
|---|
| 1701 | 245: 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] | 
|---|
| 1702 | 246: 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] | 
|---|
| 1703 | 247: 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] | 
|---|
| 1704 | 248: 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] | 
|---|
| 1705 | 249: 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] | 
|---|
| 1706 | 250: 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] | 
|---|
| 1707 | 251: 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] | 
|---|
| 1708 | 252: 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] | 
|---|
| 1709 | 253: 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] | 
|---|
| 1710 | 254: 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] | 
|---|
| 1711 | 255: 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] | 
|---|
| 1712 | 256: 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] | 
|---|
| 1713 | 257: 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 |  | 
|---|
| 1716 | External Objects (0) | 
|---|
| 1717 | ======================================== | 
|---|
| 1718 |  | 
|---|
| 1719 |  | 
|---|
| 1720 | Classes of External Objects (0) | 
|---|
| 1721 | ======================================== | 
|---|
| 1722 |  | 
|---|
| 1723 |  | 
|---|
| 1724 | AliasVariables (296) | 
|---|
| 1725 | ======================================== | 
|---|
| 1726 | 1: output const.y:VARIABLE()  = const.k .asmaFlow, .Modelica.Blocks.Sources.Constant, .Modelica.Blocks.Interfaces.RealOutput type: Real | 
|---|
| 1727 | 2: input torque.tau:VARIABLE()  = const.k .asmaFlow, .Modelica.Mechanics.Rotational.Sources.Torque, .Modelica.Blocks.Interfaces.RealInput type: Real | 
|---|
| 1728 | 3: 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 | 
|---|
| 1729 | 4: 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 | 
|---|
| 1730 | 5: 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 | 
|---|
| 1731 | 6: 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 | 
|---|
| 1732 | 7: 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 | 
|---|
| 1733 | 8: 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 | 
|---|
| 1734 | 9: 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 | 
|---|
| 1735 | 10: 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 | 
|---|
| 1736 | 11: 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 | 
|---|
| 1737 | 12: 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 | 
|---|
| 1738 | 13: 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] | 
|---|
| 1739 | 14: 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] | 
|---|
| 1740 | 15: 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] | 
|---|
| 1741 | 16: 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] | 
|---|
| 1742 | 17: 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] | 
|---|
| 1743 | 18: 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] | 
|---|
| 1744 | 19: 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] | 
|---|
| 1745 | 20: 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] | 
|---|
| 1746 | 21: 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] | 
|---|
| 1747 | 22: 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] | 
|---|
| 1748 | 23: 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] | 
|---|
| 1749 | 24: 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] | 
|---|
| 1750 | 25: 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] | 
|---|
| 1751 | 26: 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] | 
|---|
| 1752 | 27: 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] | 
|---|
| 1753 | 28: 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] | 
|---|
| 1754 | 29: 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] | 
|---|
| 1755 | 30: 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] | 
|---|
| 1756 | 31: 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] | 
|---|
| 1757 | 32: 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] | 
|---|
| 1758 | 33: 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] | 
|---|
| 1759 | 34: 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] | 
|---|
| 1760 | 35: 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] | 
|---|
| 1761 | 36: 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] | 
|---|
| 1762 | 37: 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 | 
|---|
| 1763 | 38: 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] | 
|---|
| 1764 | 39: 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] | 
|---|
| 1765 | 40: 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] | 
|---|
| 1766 | 41: 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] | 
|---|
| 1767 | 42: 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] | 
|---|
| 1768 | 43: 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] | 
|---|
| 1769 | 44: 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] | 
|---|
| 1770 | 45: 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] | 
|---|
| 1771 | 46: 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] | 
|---|
| 1772 | 47: 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] | 
|---|
| 1773 | 48: 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] | 
|---|
| 1774 | 49: 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] | 
|---|
| 1775 | 50: 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] | 
|---|
| 1776 | 51: 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] | 
|---|
| 1777 | 52: 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] | 
|---|
| 1778 | 53: 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] | 
|---|
| 1779 | 54: 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] | 
|---|
| 1780 | 55: 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] | 
|---|
| 1781 | 56: 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] | 
|---|
| 1782 | 57: 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] | 
|---|
| 1783 | 58: 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] | 
|---|
| 1784 | 59: 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] | 
|---|
| 1785 | 60: 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] | 
|---|
| 1786 | 61: 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] | 
|---|
| 1787 | 62: 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] | 
|---|
| 1788 | 63: 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] | 
|---|
| 1789 | 64: 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] | 
|---|
| 1790 | 65: 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] | 
|---|
| 1791 | 66: 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] | 
|---|
| 1792 | 67: 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] | 
|---|
| 1793 | 68: 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] | 
|---|
| 1794 | 69: 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] | 
|---|
| 1795 | 70: 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] | 
|---|
| 1796 | 71: 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] | 
|---|
| 1797 | 72: output aimc.is[3]:VARIABLE()  = sinevoltage1.i[3] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real [3] | 
|---|
| 1798 | 73: 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] | 
|---|
| 1799 | 74: 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] | 
|---|
| 1800 | 75: 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] | 
|---|
| 1801 | 76: 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] | 
|---|
| 1802 | 77: 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] | 
|---|
| 1803 | 78: 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] | 
|---|
| 1804 | 79: 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] | 
|---|
| 1805 | 80: 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] | 
|---|
| 1806 | 81: 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] | 
|---|
| 1807 | 82: 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] | 
|---|
| 1808 | 83: 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] | 
|---|
| 1809 | 84: 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] | 
|---|
| 1810 | 85: 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] | 
|---|
| 1811 | 86: 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] | 
|---|
| 1812 | 87: 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] | 
|---|
| 1813 | 88: 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] | 
|---|
| 1814 | 89: 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] | 
|---|
| 1815 | 90: 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] | 
|---|
| 1816 | 91: 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] | 
|---|
| 1817 | 92: 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] | 
|---|
| 1818 | 93: 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] | 
|---|
| 1819 | 94: 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] | 
|---|
| 1820 | 95: 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] | 
|---|
| 1821 | 96: output aimc.is[2]:VARIABLE()  = sinevoltage1.i[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real [3] | 
|---|
| 1822 | 97: 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] | 
|---|
| 1823 | 98: 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] | 
|---|
| 1824 | 99: 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] | 
|---|
| 1825 | 100: 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] | 
|---|
| 1826 | 101: 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] | 
|---|
| 1827 | 102: 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] | 
|---|
| 1828 | 103: 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] | 
|---|
| 1829 | 104: 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] | 
|---|
| 1830 | 105: 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] | 
|---|
| 1831 | 106: 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] | 
|---|
| 1832 | 107: 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] | 
|---|
| 1833 | 108: 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] | 
|---|
| 1834 | 109: 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] | 
|---|
| 1835 | 110: 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] | 
|---|
| 1836 | 111: 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] | 
|---|
| 1837 | 112: 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] | 
|---|
| 1838 | 113: 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] | 
|---|
| 1839 | 114: 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] | 
|---|
| 1840 | 115: 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] | 
|---|
| 1841 | 116: 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] | 
|---|
| 1842 | 117: 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] | 
|---|
| 1843 | 118: 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] | 
|---|
| 1844 | 119: 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] | 
|---|
| 1845 | 120: output aimc.is[1]:VARIABLE()  = sinevoltage1.i[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real [3] | 
|---|
| 1846 | 121: 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] | 
|---|
| 1847 | 122: 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 | 
|---|
| 1848 | 123: 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] | 
|---|
| 1849 | 124: 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] | 
|---|
| 1850 | 125: 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] | 
|---|
| 1851 | 126: 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] | 
|---|
| 1852 | 127: 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 | 
|---|
| 1853 | 128: 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 | 
|---|
| 1854 | 129: 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] | 
|---|
| 1855 | 130: 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] | 
|---|
| 1856 | 131: 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] | 
|---|
| 1857 | 132: 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] | 
|---|
| 1858 | 133: 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] | 
|---|
| 1859 | 134: 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] | 
|---|
| 1860 | 135: 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] | 
|---|
| 1861 | 136: 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] | 
|---|
| 1862 | 137: 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] | 
|---|
| 1863 | 138: 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] | 
|---|
| 1864 | 139: 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] | 
|---|
| 1865 | 140: 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] | 
|---|
| 1866 | 141: 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 | 
|---|
| 1867 | 142: 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 | 
|---|
| 1868 | 143: 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 | 
|---|
| 1869 | 144: 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] | 
|---|
| 1870 | 145: 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] | 
|---|
| 1871 | 146: 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] | 
|---|
| 1872 | 147: 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] | 
|---|
| 1873 | 148: 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] | 
|---|
| 1874 | 149: 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] | 
|---|
| 1875 | 150: 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] | 
|---|
| 1876 | 151: 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] | 
|---|
| 1877 | 152: 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] | 
|---|
| 1878 | 153: 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] | 
|---|
| 1879 | 154: 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] | 
|---|
| 1880 | 155: 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] | 
|---|
| 1881 | 156: 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] | 
|---|
| 1882 | 157: 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] | 
|---|
| 1883 | 158: 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] | 
|---|
| 1884 | 159: 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] | 
|---|
| 1885 | 160: 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] | 
|---|
| 1886 | 161: 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] | 
|---|
| 1887 | 162: 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 | 
|---|
| 1888 | 163: 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 | 
|---|
| 1889 | 164: 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 | 
|---|
| 1890 | 165: 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 | 
|---|
| 1891 | 166: 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 | 
|---|
| 1892 | 167: 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 | 
|---|
| 1893 | 168: 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 | 
|---|
| 1894 | 169: 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 | 
|---|
| 1895 | 170: 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 | 
|---|
| 1896 | 171: 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 | 
|---|
| 1897 | 172: 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 | 
|---|
| 1898 | 173: 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 | 
|---|
| 1899 | 174: 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 | 
|---|
| 1900 | 175: 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 | 
|---|
| 1901 | 176: 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] | 
|---|
| 1902 | 177: 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] | 
|---|
| 1903 | 178: 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] | 
|---|
| 1904 | 179: 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] | 
|---|
| 1905 | 180: 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] | 
|---|
| 1906 | 181: 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] | 
|---|
| 1907 | 182: 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] | 
|---|
| 1908 | 183: 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] | 
|---|
| 1909 | 184: 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] | 
|---|
| 1910 | 185: 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] | 
|---|
| 1911 | 186: 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] | 
|---|
| 1912 | 187: 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] | 
|---|
| 1913 | 188: 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] | 
|---|
| 1914 | 189: output aimc.ir[2]:VARIABLE()  = aimc.idq_rr[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real [2] | 
|---|
| 1915 | 190: 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] | 
|---|
| 1916 | 191: 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] | 
|---|
| 1917 | 192: 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] | 
|---|
| 1918 | 193: output aimc.ir[1]:VARIABLE()  = aimc.idq_rr[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real [2] | 
|---|
| 1919 | 194: 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] | 
|---|
| 1920 | 195: 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] | 
|---|
| 1921 | 196: 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] | 
|---|
| 1922 | 197: 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] | 
|---|
| 1923 | 198: input aimc.idq_ss[2]:VARIABLE()  = aimc.lssigma.i_[2] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real [2] | 
|---|
| 1924 | 199: 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] | 
|---|
| 1925 | 200: 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] | 
|---|
| 1926 | 201: 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] | 
|---|
| 1927 | 202: 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] | 
|---|
| 1928 | 203: input aimc.idq_ss[1]:VARIABLE()  = aimc.lssigma.i_[1] .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Current type: Real [2] | 
|---|
| 1929 | 204: 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 | 
|---|
| 1930 | 205: 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 | 
|---|
| 1931 | 206: 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 | 
|---|
| 1932 | 207: 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 | 
|---|
| 1933 | 208: 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 | 
|---|
| 1934 | 209: 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 | 
|---|
| 1935 | 210: 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 | 
|---|
| 1936 | 211: 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 | 
|---|
| 1937 | 212: 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 | 
|---|
| 1938 | 213: 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] | 
|---|
| 1939 | 214: 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] | 
|---|
| 1940 | 215: 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] | 
|---|
| 1941 | 216: 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 | 
|---|
| 1942 | 217: 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 | 
|---|
| 1943 | 218: 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 | 
|---|
| 1944 | 219: 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 | 
|---|
| 1945 | 220: 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 | 
|---|
| 1946 | 221: 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 | 
|---|
| 1947 | 222: 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 | 
|---|
| 1948 | 223: 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 | 
|---|
| 1949 | 224: 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 | 
|---|
| 1950 | 225: 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 | 
|---|
| 1951 | 226: 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 | 
|---|
| 1952 | 227: 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 | 
|---|
| 1953 | 228: 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 | 
|---|
| 1954 | 229: 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 | 
|---|
| 1955 | 230: 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] | 
|---|
| 1956 | 231: 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] | 
|---|
| 1957 | 232: 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] | 
|---|
| 1958 | 233: 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] | 
|---|
| 1959 | 234: 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] | 
|---|
| 1960 | 235: 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] | 
|---|
| 1961 | 236: 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] | 
|---|
| 1962 | 237: 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] | 
|---|
| 1963 | 238: 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] | 
|---|
| 1964 | 239: 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 | 
|---|
| 1965 | 240: 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 | 
|---|
| 1966 | 241: 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 | 
|---|
| 1967 | 242: 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 | 
|---|
| 1968 | 243: 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 | 
|---|
| 1969 | 244: 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 | 
|---|
| 1970 | 245: 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 | 
|---|
| 1971 | 246: 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 | 
|---|
| 1972 | 247: 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 | 
|---|
| 1973 | 248: 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 | 
|---|
| 1974 | 249: 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 | 
|---|
| 1975 | 250: 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 | 
|---|
| 1976 | 251: 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 | 
|---|
| 1977 | 252: output speedSensor.w:VARIABLE()  = aimc.inertiaRotor.w .asmaFlow, .Modelica.Mechanics.Rotational.Sensors.SpeedSensor, .Modelica.Blocks.Interfaces.RealOutput type: Real | 
|---|
| 1978 | 253: 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 | 
|---|
| 1979 | 254: 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 | 
|---|
| 1980 | 255: 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] | 
|---|
| 1981 | 256: 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] | 
|---|
| 1982 | 257: 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] | 
|---|
| 1983 | 258: 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] | 
|---|
| 1984 | 259: 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] | 
|---|
| 1985 | 260: 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] | 
|---|
| 1986 | 261: 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] | 
|---|
| 1987 | 262: 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] | 
|---|
| 1988 | 263: 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] | 
|---|
| 1989 | 264: 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 | 
|---|
| 1990 | 265: 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 | 
|---|
| 1991 | 266: output aimc.tauShaft:VARIABLE()  = -const.k .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.Torque type: Real | 
|---|
| 1992 | 267: 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 | 
|---|
| 1993 | 268: 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] | 
|---|
| 1994 | 269: 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] | 
|---|
| 1995 | 270: 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 | 
|---|
| 1996 | 271: 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] | 
|---|
| 1997 | 272: 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] | 
|---|
| 1998 | 273: 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] | 
|---|
| 1999 | 274: 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 | 
|---|
| 2000 | 275: 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 | 
|---|
| 2001 | 276: 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 | 
|---|
| 2002 | 277: 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 | 
|---|
| 2003 | 278: 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 | 
|---|
| 2004 | 279: 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 | 
|---|
| 2005 | 280: 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 | 
|---|
| 2006 | 281: 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 | 
|---|
| 2007 | 282: 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 | 
|---|
| 2008 | 283: 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 | 
|---|
| 2009 | 284: 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 | 
|---|
| 2010 | 285: 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 | 
|---|
| 2011 | 286: 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 | 
|---|
| 2012 | 287: 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 | 
|---|
| 2013 | 288: $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 | 
|---|
| 2014 | 289: 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 | 
|---|
| 2015 | 290: $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 | 
|---|
| 2016 | 291: $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] | 
|---|
| 2017 | 292: $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] | 
|---|
| 2018 | 293: $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] | 
|---|
| 2019 | 294: $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] | 
|---|
| 2020 | 295: output aimc.wMechanical:VARIABLE(start = 0.0 )  = aimc.inertiaRotor.w .asmaFlow, .Modelica.Electrical.Machines.BasicMachines.AsynchronousInductionMachines.AIM_SquirrelCage, .Modelica.SIunits.AngularVelocity type: Real | 
|---|
| 2021 | 296: 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 |  | 
|---|
| 2024 | Simple Equations (4, 0) | 
|---|
| 2025 | ======================================== | 
|---|
| 2026 | 1/1 (0): algorithm | 
|---|
| 2027 | assert(1.0 + aimc.squirrelCageR.alpha * (293.15 - aimc.squirrelCageR.T_ref) >= 0.000000000000001, "Temperature outside scope of model!"); | 
|---|
| 2028 |  | 
|---|
| 2029 | 2/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 |  | 
|---|
| 2032 | 3/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 |  | 
|---|
| 2035 | 4/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 |  | 
|---|
| 2040 | Initial Equations (0, 0) | 
|---|
| 2041 | ======================================== | 
|---|
| 2042 |  | 
|---|
| 2043 |  | 
|---|
| 2044 | Zero Crossings (number of relations: 3) | 
|---|
| 2045 | ======================================== | 
|---|
| 2046 | time < sinevoltage1.sineVoltage[3].signalSource.startTime with index = 0 in equations [24] and when conditions [] | 
|---|
| 2047 | time < sinevoltage1.sineVoltage[2].signalSource.startTime with index = 1 in equations [25] and when conditions [] | 
|---|
| 2048 | time < sinevoltage1.sineVoltage[1].signalSource.startTime with index = 2 in equations [26] and when conditions [] | 
|---|
| 2049 |  | 
|---|
| 2050 |  | 
|---|
| 2051 | Samples | 
|---|
| 2052 | ======================================== | 
|---|
| 2053 |  | 
|---|
| 2054 |  | 
|---|
| 2055 | When Clauses | 
|---|
| 2056 | ======================================== | 
|---|
| 2057 |  | 
|---|
| 2058 |  | 
|---|
| 2059 | Constraints | 
|---|
| 2060 | ======================================== | 
|---|
| 2061 |  | 
|---|
| 2062 |  | 
|---|