WOLFRAM SYSTEM MODELER
SinglePhase2LevelSingle-phase DC to AC converter |
SystemModel["Modelica.Electrical.PowerConverters.DCAC.SinglePhase2Level"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
This is a single-phase two level inverter. The boolean signals fire_p
and fire_n
shall not be true
at the same time to avoid DC bus short circuits. The inverter consists of two transistors and two anti parallel free wheeling diodes.
An example of a single-phase inverter with PWM voltage control is included in Examples.DCAC.SinglePhaseTwoLevel.
useHeatPort |
Value: false Type: Boolean Description: = true, if heatPort is enabled |
---|---|
T |
Value: 293.15 Type: Temperature (K) Description: Fixed device temperature if useHeatPort = false |
useConstantEnable |
Value: true Type: Boolean Description: Disable boolean input and use constantEnable, if true |
constantEnable |
Value: true Type: Boolean Description: Constant enabling of firing signals |
m |
Value: 1 Type: Integer Description: Number of phases |
RonTransistor |
Value: 1e-05 Type: Resistance (Ω) Description: Transistor closed resistance |
GoffTransistor |
Value: 1e-05 Type: Conductance (S) Description: Transistor opened conductance |
VkneeTransistor |
Value: 0 Type: Voltage (V) Description: Transistor threshold voltage |
RonDiode |
Value: 1e-05 Type: Resistance (Ω) Description: Diode closed resistance |
GoffDiode |
Value: 1e-05 Type: Conductance (S) Description: Diode opened conductance |
VkneeDiode |
Value: 0 Type: Voltage (V) Description: Diode threshold voltage |
dc_p |
Type: PositivePin Description: Positive DC input |
|
---|---|---|
dc_n |
Type: NegativePin Description: Negative DC input |
|
ac |
Type: PositivePin Description: AC output |
|
heatPort |
Type: HeatPort_a Description: Conditional heat port |
|
enable |
Type: BooleanInput Description: Enables fire and notFire |
|
fire_p |
Type: BooleanInput Description: Firing signal of positive potential transistor |
|
fire_n |
Type: BooleanInput Description: Firing signal of negative potential transistor |
enableLogic |
Type: EnableLogic Description: Enabling logic |
|
---|---|---|
andCondition_p |
Type: And Description: And condition for positive firing signal |
|
andCondition_n |
Type: And Description: And condition for negative firing signal |
|
transistor_p |
Type: IdealGTOThyristor Description: Ideal GTO thyristor |
|
diode_p |
Type: IdealDiode Description: Ideal diode |
|
transistor_n |
Type: IdealGTOThyristor Description: Ideal GTO thyristor |
|
diode_n |
Type: IdealDiode Description: Ideal diode |
Modelica.Electrical.PowerConverters.Examples.DCAC.ExampleTemplates Single-phase two level inverter including control |
|
Modelica.Electrical.PowerConverters.DCDC H bridge (four quadrant converter) |