@@ -390,8 +390,7 @@ The machine defines the reference-system independent of the system choice (as ne
390
390
PowerSystems.AC3ph.Drives.SM_ctrl sm_ctrl(
391
391
rotor(J= 0.3 ),
392
392
inverter(par= idealSC1k_100),
393
- motor(par= syn3rdpm400_30k),
394
- w_ini= 0.05235987755983 )
393
+ motor(par= syn3rdpm400_30k))
395
394
annotation (Placement(transformation(extent={{0,-40},{20,-20}})));
396
395
PowerSystems.Common.Thermal.BdCondV bdCond(m= 3 ) annotation (Placement(
397
396
transformation(extent={{0,-20},{20,0}})));
@@ -571,8 +570,7 @@ Transient start with torque-increase at 0.5 s and load-step 2 s.</p>
571
570
PowerSystems.AC3ph.Drives.ASM_ctrl asm_ctrl(
572
571
rotor(J= 0.3 ),
573
572
inverter(par= idealSC1k_100),
574
- motor(par= asyn400_30k),
575
- w_ini(displayUnit= "rpm" ) = 31.415926535898 )
573
+ motor(par= asyn400_30k))
576
574
annotation (Placement(transformation(extent={{0,-40},{20,-20}})));
577
575
PowerSystems.Common.Thermal.BdCondV bdCond(m= 3 ) annotation (Placement(
578
576
transformation(extent={{0,-20},{20,0}})));
@@ -667,11 +665,12 @@ Check uPhasor[1] < 1.<br>The time-average inverter produces a desired voltage
667
665
redeclare PowerSystems.AC3ph.Inverters.Inverter inverter(redeclare
668
666
PowerSystems.AC3ph.Inverters.Components.InverterSwitch inverter
669
667
"switch, no diode, no losses" ) "inverter with modulator" ,
670
- w_ini= 20.943951023932 )
668
+ w_ini= 0.10471975511966 )
671
669
annotation (Placement(transformation(extent={{0,-40},{20,-20}})));
672
670
PowerSystems.Common.Thermal.BdCondV bdCond(m= 5 ) annotation (Placement(
673
671
transformation(extent={{0,-20},{20,0}})));
674
- PowerSystems.Mechanics.Rotation.Rotor loadInertia(J= 0.5 , w_start= 1 )
672
+ PowerSystems.Mechanics.Rotation.Rotor loadInertia(J= 0.5 , w_start(
673
+ displayUnit= "rpm" ) = 0.10471975511966 )
675
674
annotation (Placement(transformation(extent={{40,-40},{60,-20}})));
676
675
PowerSystems.Mechanics.Rotation.FrictionTorque frictTorq(cFrict= {5 ,0.5 })
677
676
annotation (Placement(transformation(extent={{80,-40},{100,-20}})));
0 commit comments