modelRectifier
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
This example demonstrates coupling a quasi-static circuit with a DC circuit. The QS voltage is rectified (using an ideal AC DC converter), loaded by a variable load conductor. The conversionFactor = DC voltage / AC rms voltage in this case is the root mean square of a rectified sine, i.e., 1. You may compare the quasi-static results with that of a fully transient model (using a Graetz rectifier), plotting:
- QS: AC rms current = iQS.len
- AC: AC instantaneous current = iAC.u
- AC: AC rms current = iAC.y_rms
- QS: DC current = iDC1.i
- AC: DC instantaneous current = iDC2.u
- AC: DC rms current = iDC2.y
It can be seen that at the DC side the current is represented by its averaged value, at the AC side by its rms value.
Note
The quasi-static model needs a grounding at the QS side as well as the DC side, whereas the transient model may have only one ground since AC side and DC side are connected via the diodes.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Voltage | VAC | 100 | AC rms voltage |
| Real | conversionFactor | 1 | Ratio of DC voltage / AC rms voltage |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Current | Itr | iAC.y_rms | Transient current |
| SI.Current | Iqs | iQS.len | QS current |
| Sources.VoltageSource | voltageQS | ||
| Basic.Resistor | resistorQS | ||
| Sensors.CurrentSensor | currentSensorQS | ||
| Modelica.ComplexBlocks.ComplexMath.ComplexToPolar | iQS | ||
| Basic.Ground | groundQS | ||
| Utilities.IdealACDCConverter | rectifierQS | ||
| Modelica.Electrical.Analog.Basic.Ground | groundDC1 | ||
| Modelica.Electrical.Analog.Sensors.CurrentSensor | iDC1 | ||
| Modelica.Electrical.Analog.Basic.VariableConductor | load1 | ||
| Modelica.Electrical.Analog.Sources.SineVoltage | voltageAC | ||
| Modelica.Electrical.Analog.Basic.Resistor | resistorAC | ||
| Modelica.Electrical.Analog.Sensors.CurrentSensor | currentSensorAC | ||
| Modelica.Blocks.Math.Harmonic | iAC | ||
| Modelica.Electrical.Analog.Basic.Ground | groundAC | ||
| Utilities.GraetzRectifier | rectifierAC | ||
| Modelica.Electrical.Analog.Sensors.CurrentSensor | currentSensorDC2 | ||
| Modelica.Blocks.Math.RootMeanSquare | iDC2 | ||
| Modelica.Electrical.Analog.Basic.VariableConductor | load2 | ||
| Modelica.Blocks.Sources.Ramp | ramp |