@@ -562,11 +562,11 @@ package Parameters "Parameter data for interactive use"
562
562
record DCser "DC machine parameters series excited"
563
563
extends Basic.Nominal.NominalDataDC(w_nom= 157.079632679489661923 );
564
564
565
- parameter Integer pp= 2 "pole-pair nb" ;
566
- parameter SIpu.Inductance l_fd= 0.15 "inductance field (d-axis)" ;
567
- parameter SIpu.Resistance r_fd= 0.01 "resistance field (d-axis)" ;
568
- parameter SIpu.Inductance l_q= 0.5 "inductance armature+ (q-axis)" ;
569
- parameter SIpu.Resistance r_q= 0.05 "resistance armature+ (q-axis)" ;
565
+ Integer pp= 2 "pole-pair nb" ;
566
+ SIpu.Inductance l_fd= 0.15 "inductance field (d-axis)" ;
567
+ SIpu.Resistance r_fd= 0.01 "resistance field (d-axis)" ;
568
+ SIpu.Inductance l_q= 0.5 "inductance armature+ (q-axis)" ;
569
+ SIpu.Resistance r_q= 0.05 "resistance armature+ (q-axis)" ;
570
570
571
571
annotation (defaultComponentName="dc_serPar" ,
572
572
Window(
@@ -592,13 +592,13 @@ end DCser;
592
592
record DCpar "DC machine parameters parallel excited"
593
593
extends Basic.Nominal.NominalDataDC(w_nom= 157.079632679489661923 );
594
594
595
- parameter SI.Voltage Vf_nom= 1 "nom field voltage"
595
+ SI.Voltage Vf_nom= 1 "nom field voltage"
596
596
annotation(Evaluate=true, Dialog(group="Nominal" ));
597
- parameter Integer pp= 2 "pole-pair nb" ;
598
- parameter SIpu.Inductance l_fd= 100 * pi "inductance field (d-axis)" ;
599
- parameter SIpu.Resistance r_fd= 100 "resistance field (d-axis)" ;
600
- parameter SIpu.Inductance l_q= 0.5 "inductance armature+ (q-axis)" ;
601
- parameter SIpu.Resistance r_q= 0.05 "resistance armature+ (q-axis)" ;
597
+ Integer pp= 2 "pole-pair nb" ;
598
+ SIpu.Inductance l_fd= 100 * pi "inductance field (d-axis)" ;
599
+ SIpu.Resistance r_fd= 100 "resistance field (d-axis)" ;
600
+ SIpu.Inductance l_q= 0.5 "inductance armature+ (q-axis)" ;
601
+ SIpu.Resistance r_q= 0.05 "resistance armature+ (q-axis)" ;
602
602
603
603
annotation (defaultComponentName="dc_parPar" ,
604
604
Window(
@@ -624,9 +624,9 @@ end DCpar;
624
624
record DCpm "DC machine parameters permanent magnet excited"
625
625
extends Basic.Nominal.NominalDataDC(w_nom= 157.079632679489661923 );
626
626
627
- parameter Integer pp= 2 "pole-pair nb" ;
628
- parameter SIpu.Inductance l_aq= 0.5 "inductance armature (q-axis)" ;
629
- parameter SIpu.Resistance r_aq= 0.05 "resistance armature (q-axis)" ;
627
+ Integer pp= 2 "pole-pair nb" ;
628
+ SIpu.Inductance l_aq= 0.5 "inductance armature (q-axis)" ;
629
+ SIpu.Resistance r_aq= 0.05 "resistance armature (q-axis)" ;
630
630
631
631
annotation (defaultComponentName="dc_pmPar" ,
632
632
Window(
@@ -672,10 +672,10 @@ package Coefficients "Coefficient matrices of machine equations"
672
672
record DCser "Coefficients of DC machine series excited"
673
673
extends Modelica.Icons.Record;
674
674
675
- final parameter SI.Inductance L "series inductance" ;
676
- final parameter SI.Resistance[2 ] R
675
+ SI.Inductance L "series inductance" ;
676
+ SI.Resistance[2 ] R
677
677
"resistance {d (field), q (armature)} axis" ;
678
- final parameter SI.Inductance L_md "mutual inductance" ;
678
+ SI.Inductance L_md "mutual inductance" ;
679
679
680
680
annotation (defaultComponentName="data" ,
681
681
Window(
@@ -701,11 +701,11 @@ end DCser;
701
701
record DCpar "Coefficients of DC machine parallel excited"
702
702
extends Modelica.Icons.Record;
703
703
704
- final parameter SI.Inductance[2 ] L
704
+ SI.Inductance[2 ] L
705
705
"inductance {d (field), q (armature)} axis" ;
706
- final parameter SI.Resistance[2 ] R
706
+ SI.Resistance[2 ] R
707
707
"resistance {d (field), q (armature)} axis" ;
708
- final parameter SI.Inductance L_md "mutual inductance" ;
708
+ SI.Inductance L_md "mutual inductance" ;
709
709
710
710
annotation (defaultComponentName="data" ,
711
711
Window(
@@ -731,9 +731,9 @@ end DCpar;
731
731
record DCpm "Coefficients of DC machine permanent magnet excited"
732
732
extends Modelica.Icons.Record;
733
733
734
- final parameter SI.Resistance R "resistance" ;
735
- final parameter SI.Inductance L "inductance" ;
736
- final parameter SI.MagneticFlux Psi_pm "flux permanent magnet" ;
734
+ SI.Resistance R "resistance" ;
735
+ SI.Inductance L "inductance" ;
736
+ SI.MagneticFlux Psi_pm "flux permanent magnet" ;
737
737
738
738
annotation (defaultComponentName="data" ,
739
739
Window(
0 commit comments