This icon indicates a package that contains executable examples.
Extends from Modelica.Icons.ExamplesPackage
(Icon for packages containing runnable examples).
Name | Description |
---|---|
HBridge_DC_Drive | H bridge DC/DC converter with DC drive |
HBridge_R | H bridge DC/DC converter with resistive load |
HBridge_RL | H bridge DC/DC converter with R-L load |
This example demonstrates the switching on of a resistive load operated by an H bridge.
DC output voltage is equal to 2 * (dutyCycle - 0.5)
times the input voltage.
Plot current currentSensor.i
, averaged current meanCurrent.y
, total voltage voltageSensor.v
and voltage meanVoltage.v
.
Extends from Modelica.Electrical.PowerConverters.Examples.DCDC.ExampleTemplates.HBridge
(H bridge DC/DC converter) and Modelica.Icons.Example
(Icon for runnable examples).
Type | Name | Default | Description |
---|---|---|---|
Frequency | f | 1000 | Switching frequency |
Resistance | R | 100 | Resistance |
This example demonstrates the switching on of an R-L load operated by an H bridge.
DC output voltage is equal to 2 * (dutyCycle - 0.5)
times the input voltage.
Plot current currentSensor.i
, averaged current meanCurrent.y
, total voltage voltageSensor.v
and voltage meanVoltage.v
. The waveform the average current is determined by the time constant L/R
of the load.
Extends from Modelica.Electrical.PowerConverters.Examples.DCDC.ExampleTemplates.HBridge
(H bridge DC/DC converter) and Modelica.Icons.Example
(Icon for runnable examples).
Type | Name | Default | Description |
---|---|---|---|
Frequency | f | 1000 | Switching frequency |
Resistance | R | 100 | Resistance |
Inductance | L | 1 | Inductance |
This example of an H bridge with DC drive demonstrates the operation of the DC machine in four quadrants.
The DC output voltage is equal to 2 * (dutyCycle - 0.5)
times the input voltage.
start time (s) | machine speed | machine torque | mode |
---|---|---|---|
0 | zero | zero | |
3 | positive | zero | |
6 | positive | positive | motor |
9.5 | positive | negative | generator |
12.5 | negative | negative | motor |
15.5 | negative | positive | generator |
19 | negative | zero | |
22 | zero | zero |
Plot machine current dcpm.ia
, averaged current meanCurrent.y
, machine speed dcpm.wMechanical
, averaged machine speed dcpm.va
and torque dcpm.tauElectrical
.
Extends from Modelica.Electrical.PowerConverters.Examples.DCDC.ExampleTemplates.HBridge
(H bridge DC/DC converter) and Modelica.Icons.Example
(Icon for runnable examples).
Type | Name | Default | Description |
---|---|---|---|
Frequency | f | 1000 | Switching frequency |
Inductance | Ld | 3 * dcpmData.La | Smoothing inductance |
final Torque | tauNominal | dcpmData.ViNominal * dcpmData.IaNominal / dcpmData.wNominal | Nominal torque |
Real | dMin | 0.2 | Minimum duty cycle |
Real | dMax | 1 - dMin | Maximum duty cycle |
DcPermanentMagnetData | dcpmData | Data record of PM excited DC machine |
Generated 2018-12-12 12:10:21 EST by MapleSim.