This package contains the space phasor connector and partial models for machine models.
Extends from Modelica.Icons.InterfacesPackage
(Icon for packages containing interfaces).
Name | Description |
---|---|
DCMachines … | Thermal ports of DC machines |
FlangeSupport | Shaft and support |
InductionMachines … | Interfaces and partial models for induction machines |
PartialBasicDCMachine | Partial model for DC machine |
PartialBasicInductionMachine | Partial model for induction machine |
PartialBasicMachine | Partial model for all machines |
PartialBasicTransformer | Partial model of three-phase transformer |
PowerBalanceTransformer | Power balance of transformers |
SpacePhasor | Connector for Space Phasors |
ThermalPortTransformer | Thermal port of transformers |
Connector for Space Phasors:
Type | Name | Description |
---|---|---|
Voltage | v_[2] | 1=real, 2=imaginary part |
flow Current | i_[2] | 1=real, 2=imaginary part |
Base partial model DC machines:
Extends from Modelica.Electrical.Machines.Icons.TransientMachine
.
Type | Name | Default | Description |
---|---|---|---|
Inertia | Jr | Rotor's moment of inertia | |
Boolean | useSupport | false | Enable / disable (=fixed stator) support |
Inertia | Js | Jr | Stator's moment of inertia |
Boolean | useThermalPort | false | Enable / disable (=fixed temperatures) thermal port |
FrictionParameters | frictionParameters | Friction loss parameter record |
Type | Name | Description |
---|---|---|
Flange_a | flange | Shaft |
Flange_a | support | Support at which the reaction torque is acting |
Partial model for induction machine models
Extends from Modelica.Electrical.Machines.Interfaces.PartialBasicMachine
(Partial model for all machines).
Type | Name | Default | Description |
---|---|---|---|
final Integer | m | 3 | Number of phases |
Integer | p | Number of pole pairs (Integer) | |
Frequency | fsNominal | Nominal frequency | |
Temperature | TsOperational | Operational temperature of stator resistance | |
Resistance | Rs | Stator resistance per phase at TRef | |
Temperature | TsRef | Reference temperature of stator resistance | |
LinearTemperatureCoefficient20 | alpha20s | Temperature coefficient of stator resistance at 20 degC | |
Inductance | Lszero | Lssigma | Stator zero sequence inductance |
Inductance | Lssigma | Stator stray inductance per phase | |
Inertia | Jr | Rotor's moment of inertia | |
Boolean | useSupport | false | Enable / disable (=fixed stator) support |
Inertia | Js | Jr | Stator's moment of inertia |
Boolean | useThermalPort | false | Enable / disable (=fixed temperatures) thermal port |
FrictionParameters | frictionParameters | Friction loss parameter record | |
CoreParameters | statorCoreParameters | Stator core loss parameter record; all parameters refer to stator side | |
StrayLoadParameters | strayLoadParameters | Stray load loss parameter record |
Type | Name | Description |
---|---|---|
Flange_a | flange | Shaft |
Flange_a | support | Support at which the reaction torque is acting |
PositivePlug | plug_sp | Positive stator plug |
NegativePlug | plug_sn | Negative stator plug |
PartialThermalPortInductionMachines | thermalPort |   |
Partial model for DC machine models.
Extends from Modelica.Electrical.Machines.Interfaces.PartialBasicMachine
(Partial model for all machines).
Type | Name | Default | Description |
---|---|---|---|
Temperature | TaOperational | Operational armature temperature | |
Voltage | VaNominal | Nominal armature voltage | |
Current | IaNominal | Nominal armature current (>0..Motor, <0..Generator) | |
AngularVelocity | wNominal | Nominal speed | |
Temperature | TaNominal | Nominal armature temperature | |
Resistance | Ra | Armature resistance at TRef | |
Temperature | TaRef | Reference temperature of armature resistance | |
LinearTemperatureCoefficient20 | alpha20a | Temperature coefficient of armature resistance | |
Inductance | La | Armature inductance | |
Inertia | Jr | Rotor's moment of inertia | |
Boolean | useSupport | false | Enable / disable (=fixed stator) support |
Inertia | Js | Jr | Stator's moment of inertia |
Boolean | useThermalPort | false | Enable / disable (=fixed temperatures) thermal port |
FrictionParameters | frictionParameters | Friction loss parameter record | |
CoreParameters | coreParameters | Armature core loss parameter record | |
StrayLoadParameters | strayLoadParameters | Stray load loss parameter record | |
BrushParameters | brushParameters | Brush loss parameter record |
Type | Name | Description |
---|---|---|
Flange_a | flange | Shaft |
Flange_a | support | Support at which the reaction torque is acting |
PositivePin | pin_ap | Positive armature pin |
NegativePin | pin_an | Negative armature pin |
PartialThermalPortDCMachines | thermalPort |   |
Partial model of a three-phase transformer, containing primary and secondary resistances and stray inductances, as well as the iron core.
Circuit layout (vector group) of primary and secondary windings have to be defined.
Default values for transformer's parameters (a realistic example) are:
turns ratio n | 1 | |
nominal frequency fNominal | 50 | Hz |
nominal voltage per phase | 100 | V RMS |
nominal current per phase | 100 | A RMS |
nominal apparent power | 30 | kVA |
primary resistance R1 | 0.005 | Ohm per phase at reference temperature |
reference temperature T1Ref | 20 | °C |
temperature coefficient alpha20_1 | 0 | 1/K |
primary stray inductance L1sigma | 78E-6 | H per phase |
secondary resistance R2 | 0.005 | Ohm per phase at reference temperature |
reference temperature T2Ref | 20 | °C |
temperature coefficient alpha20_2 | 0 | 1/K |
secondary stray inductance L2sigma | 78E-6 | H per phase |
operational temperature T1Operational | 20 | °C |
operational temperature T2Operational | 20 | °C |
These values give the operational parameters: | ||
nominal voltage drop | 0.05 | p.u. |
nominal copper losses | 300 | W |
Extends from Modelica.Electrical.Machines.Icons.TransientTransformer
.
Type | Name | Default | Description |
---|---|---|---|
final Integer | m | 3 | Number of phases |
Real | n | Ratio primary voltage (line-to-line) / secondary voltage (line-to-line) | |
Resistance | R1 | Primary resistance per phase at TRef | |
Temperature | T1Ref | Reference temperature of primary resistance | |
LinearTemperatureCoefficient20 | alpha20_1 | Temperature coefficient of primary resistance at 20 degC | |
Inductance | L1sigma | Primary stray inductance per phase | |
Resistance | R2 | Secondary resistance per phase at TRef | |
Temperature | T2Ref | Reference temperature of secondary resistance | |
LinearTemperatureCoefficient20 | alpha20_2 | Temperature coefficient of secondary resistance at 20 degC | |
Inductance | L2sigma | Secondary stray inductance per phase | |
Boolean | useThermalPort | false | Enable / disable (=fixed temperatures) thermal port |
Temperature | T1Operational | Operational temperature of primary resistance | |
Temperature | T2Operational | Operational temperature of secondary resistance |
Type | Name | Description |
---|---|---|
PositivePlug | plug1 | Primary plug |
NegativePlug | plug2 | Secondary plug |
ThermalPortTransformer | thermalPort |   |
Thermal port for transformers
Type | Name | Description |
---|---|---|
parameter Integer | m | number of phases |
HeatPort_a | heatPort1[m] | Heat port of primary windings |
HeatPort_a | heatPort2[m] | Heat port of secondary windings |
HeatPort_a | heatPortCore | Heat port of (optional) core losses |
Power balance of transformers.
Extends from Modelica.Icons.Record
(Icon for records).
Type | Name | Description |
---|---|---|
Power | power1 | Primary power |
Power | power2 | Secondary power |
Power | lossPowerTotal | Total loss power |
Power | lossPower1 | Primary copper losses |
Power | lossPower2 | Secondary copper losses |
Power | lossPowerCore | Core losses |
This partial model defines shaft and housing connector for loss models.
Positive torque tau
acts as braking torque.
Type | Name | Description |
---|---|---|
Flange_a | flange | Shaft end |
Flange_a | support | Housing and support |
Generated 2018-12-12 12:10:15 EST by MapleSim.