WOLFRAM SYSTEM MODELER
MultipleResonanceDemonstrates series and parallel resonance using a transformer |
|
SystemModel["Modelica.Electrical.QuasiStatic.SinglePhase.Examples.MultipleResonance"]

This information is part of the Modelica Standard Library maintained by the Modelica Association.
The series resonance load circuit is fed by a voltage source with inner impedance. By using a transformer between source and load, we achieve multiple resonance by varying the source frequency:
Plot currentSensor.abs_i and currentSensor.arg_i versus frequency, i.e. frequencySweep.y.
Note that the behaviour is fundamentally different from that of a simple series resonance circuit.
| V |
Value: 0.5 Type: Voltage (V) Description: Source rms voltage |
|---|---|
| fLo |
Value: 5.e6 Type: Frequency (Hz) Description: Lower source frequency |
| fUp |
Value: 15e6 Type: Frequency (Hz) Description: Upper source frequency |
| Zi |
Value: Modelica.Units.SI.ComplexImpedance(100) Type: ComplexImpedance Description: Source inner impedance |
| L1 |
Value: 30e-6 Type: Inductance (H) Description: Transformer primary inductance |
| L2 |
Value: 1.e-6 Type: Inductance (H) Description: Transformer secondary inductance |
| k |
Value: 0.95 Type: Real Description: Transformer coupling factor |
| M |
Value: k * sqrt(L1 * L2) Type: Inductance (H) Description: Transformer mutual inductance |
| R |
Value: 5 Type: Resistance (Ω) Description: Load resistance |
| L |
Value: 5e-6 Type: Inductance (H) Description: Load inductance |
| C |
Value: 50e-12 Type: Capacitance (F) Description: Load capacitance |
| Zi |
Type: ComplexImpedance Description: Source inner impedance |
|
|---|---|---|
| voltageSource |
Type: VariableVoltageSource Description: Variable AC voltage |
|
| zi |
Type: Impedance Description: Single-phase linear impedance |
|
| transformer |
Type: Transformer Description: Transformer with two ports |
|
| ground1 |
Type: Ground Description: Electrical ground |
|
| ground2 |
Type: Ground Description: Electrical ground |
|
| loadResistor |
Type: Resistor Description: Single-phase linear resistor |
|
| loadInductor |
Type: Inductor Description: Single-phase linear inductor |
|
| loadCapacitor |
Type: Capacitor Description: Single-phase linear capacitor |
|
| complexConst |
Type: ComplexConstant Description: Generate constant signal of type Complex |
|
| frequencySweep |
Type: LogFrequencySweep Description: Logarithmic frequency sweep |
|
| currentSensor |
Type: CurrentSensor Description: Current sensor |