modelCukConverter
An non-isoltaed Cuk converter, built of nonideal (lossy)
elements. Losses of a transistor, diode and inductor copper are
modeled. Optionally any lossy element can be set to 0. By default
both inductors and capacitors are identical.
The duty cycle is set directly (as a dimensionless real number
between 0 and 1) and may vary during the simulation run.
Extends from ISmpsDport ( An extension of SMPS.BasicConverter.ISmps with an aditional input port that allows direct setting of the duty cycle ratio (D). ).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Inductance | Li | Defaults.L | Input inductor's (Li) inductance [H] |
| SI.Inductance | Lo | Defaults.L | Output inductor's (Lo) inductance [H] |
| SI.Capacitance | C1 | Defaults.C | First capacitor's capacitance [F] |
| SI.Capacitance | Co | Defaults.C | Output capacitor's capacitance [F] |
| SI.Resistance | RLlossi | Defaults.Rl | Input inductor's copper resistance [Ohm] |
| SI.Resistance | RLlosso | Defaults.Rl | Output inductor's copper resistance [Ohm] |
| SI.Resistance | Rton | Defaults.Rton | Transistor's on-state resistance [Ohm] |
| SI.Voltage | Vdknee | Defaults.Vknee | Diode's knee voltage [V] |
| SI.Resistance | Rd | Defaults.Rd | Diode's conduction mode resistance [Ohm] |
| SI.Frequency | fs | Defaults.fs | Switching frequency [Hz] |
| SI.Voltage | Vm | Defaults.Vm | PWM's sawtooth voltage amplitude [V] |
| SI.Voltage | Von | Defaults.Von | PWM's high level voltage [V] |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| EL.Interfaces.PositivePin | inP (from ISmps) | Positive input pin | |
| EL.Interfaces.NegativePin | inN (from ISmps) | Negative input pin | |
| EL.Interfaces.PositivePin | outP (from ISmps) | Positive output pin | |
| EL.Interfaces.NegativePin | outN (from ISmps) | Negative output pin | |
| Modelica.Blocks.Interfaces.RealInput | d (from ISmpsDport) | Duty cycle as a dimensionless real number between 0 and 1 |