Package with models for DC/DC conversion
This package contains models for DC/DC conversion. AC/DC converters can be found in the respective AC package.
Extends from Modelica.Icons.Package (Icon for standard packages).
Name | Description |
---|---|
DCDCConverter | DC DC converter |
Examples | Package with example models |
DC DC converter
This is a DC/DC converter, based on a power balance between the two DC sides.
The paramater conversionFactor defines the ratio between the two averaged DC voltages.
The loss of the converter is proportional to the power transmitted at the second DC side.
The parameter eta
is the efficiency of the transfer.
The loss is computed as
Ploss = (1-η) PDC,
where PDC is the power transmitted. This model is symmetric and the power can be transmitted in both directions. The loss is computed depending on the direction of the power flow.
Extends from Buildings.Electrical.Interfaces.PartialConversion (Model representing a generic two port system for conversion).
Type | Name | Default | Description |
---|---|---|---|
replaceable package PhaseSystem_p | PartialPhaseSystem | Phase system of terminal p | |
replaceable package PhaseSystem_n | PartialPhaseSystem | Phase system of terminal n | |
Voltage | VHigh | DC voltage on side 1 of the transformer (primary side) [V] | |
Voltage | VLow | DC voltage on side 2 of the transformer (secondary side) [V] | |
Efficiency | eta | Converter efficiency [1] | |
Ground | |||
side 1 | |||
Boolean | ground_1 | true | Connect side 1 of converter to ground |
side 2 | |||
Boolean | ground_2 | true | Connect side 2 of converter to ground |
Type | Name | Description |
---|---|---|
replaceable package PhaseSystem_p | Phase system of terminal p | |
replaceable package PhaseSystem_n | Phase system of terminal n |