-
Notifications
You must be signed in to change notification settings - Fork 190
Expand file tree
/
Copy pathIMC_YD.mo
More file actions
15 lines (15 loc) · 784 Bytes
/
IMC_YD.mo
File metadata and controls
15 lines (15 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
within ModelicaTest.Magnetic.QuasiStatic.FundamentalWave.Examples.BasicMachines.InductionMachines;
model IMC_YD "Induction machine with squirrel cage starting Y-D"
extends Modelica.Magnetic.QuasiStatic.FundamentalWave.Examples.BasicMachines.InductionMachines.IMC_YD;
annotation (experiment(StopTime=2.1,Interval=0.0001,Tolerance=1e-06),
TestCase(shouldPass = true,
__ModelicaAssociation(Comparison(TimeWindows={TimeSlot(2.00, 2.10)}))),
Diagram(graphics={
Text(
extent={{-60,20},{20,12}},
textStyle={TextStyle.Bold},
textString="%m phase quasi-static"), Text(
extent={{-60,-80},{20,-88}},
textStyle={TextStyle.Bold},
textString="%m phase transient")}));
end IMC_YD;