
modelPartialBasicTransformer
Partial model of three-phase transformer
Extends from Machines.Icons.TransientTransformer.
Information
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 |
Parameters
| Type | Name | Default | Description |
| Integer | m | 3 | Number of phases |
| String | VectorGroup | "Yy00" | |
| Real | n | | Ratio primary voltage (line-to-line) / secondary voltage (line-to-line) |
| Boolean | useThermalPort | false | Enable / disable (=fixed temperatures) thermal port |
| Nominal resistances and inductances |
| SI.Resistance | R1 | | Primary resistance per phase at TRef |
| SI.Temperature | T1Ref | | Reference temperature of primary resistance |
| Machines.Thermal.LinearTemperatureCoefficient20 | alpha20_1 | | Temperature coefficient of primary resistance at 20 degC |
| SI.Inductance | L1sigma | | Primary stray inductance per phase |
| SI.Resistance | R2 | | Secondary resistance per phase at TRef |
| SI.Temperature | T2Ref | | Reference temperature of secondary resistance |
| Machines.Thermal.LinearTemperatureCoefficient20 | alpha20_2 | | Temperature coefficient of secondary resistance at 20 degC |
| SI.Inductance | L2sigma | | Secondary stray inductance per phase |
| Operational temperatures |
| SI.Temperature | T1Operational | | Operational temperature of primary resistance |
| SI.Temperature | T2Operational | | Operational temperature of secondary resistance |