modelDiodeCenterTap2Pulse
Two pulse diode rectifier with center tap
Extends from Icons.Converter (Converter icon), PowerConverters.Interfaces.ACDC.ACtwoPin (Positive and negative AC pin), PowerConverters.Interfaces.ACDC.DCpin (Single DC pin), Modelica.Electrical.Analog.Interfaces.ConditionalHeatPort (Partial model to include a conditional HeatPort in order to describe the power loss via a thermal network).
Information
General information about AC/DC converters can be found at the AC/DC converter concept
This is a two pulse diode rectifier with center tap. In order to operate this rectifier a voltage with center tap is required. The center tap has to be connected with the negative pin of the load. The circuit topology is the same as in Examples.ACDC.RectifierCenterTap2Pulse.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Resistance | RonDiode | 1e-05 | Closed diode resistance |
| SI.Conductance | GoffDiode | 1e-05 | Opened diode conductance |
| SI.Voltage | VkneeDiode | 0 | Diode forward threshold voltage |
| Boolean | useHeatPort (from ConditionalHeatPort) | false | = true, if heatPort is enabled |
| SI.Temperature | T (from ConditionalHeatPort) | 293.15 | Fixed device temperature if useHeatPort = false |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Electrical.Analog.Interfaces.PositivePin | ac_p (from ACtwoPin) | Positive AC input | |
| Modelica.Electrical.Analog.Interfaces.NegativePin | ac_n (from ACtwoPin) | Negative AC input | |
| Modelica.Electrical.Analog.Interfaces.PositivePin | dc_p (from DCpin) | Positive DC output | |
| Modelica.Thermal.HeatTransfer.Interfaces.HeatPort_a | heatPort (from ConditionalHeatPort) | Conditional heat port |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Voltage | vAC (from ACtwoPin) | ac_p.v - ac_n.v | AC voltages |
| SI.Current | iAC (from ACtwoPin) | ac_p.i | AC currents |
| SI.Power | powerAC (from ACtwoPin) | vAC*iAC | AC power |
| SI.Voltage | vDC (from DCpin) | dc_p.v | DC potential |
| SI.Current | iDC (from DCpin) | dc_p.i | DC current |
| SI.Power | powerDC (from DCpin) | vDC*iDC | DC power |
| SI.Power | LossPower (from ConditionalHeatPort) | Loss power leaving component via heatPort | |
| SI.Temperature | T_heatPort (from ConditionalHeatPort) | Temperature of heatPort | |
| Modelica.Electrical.Analog.Ideal.IdealDiode | diode_p | Diodes conducting positive pin AC potentials | |
| Modelica.Electrical.Analog.Ideal.IdealDiode | diode_n | Diodes conducting negative pin AC potentials |