Buildings.Electrical.DC.Conversion
Package with models for DC/DC conversion
Information
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).
Package Content
Name | Description |
---|---|
DCDCConverter | DC DC converter |
Examples | Package with example models |
Buildings.Electrical.DC.Conversion.DCDCConverter
DC DC converter
Information
This is a DC/DC converter, based on a power balance between the two DC sides.
The parameter 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).
Parameters
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 | eta(max=1) | 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 |
Connectors
Type | Name | Description |
---|---|---|
replaceable package PhaseSystem_p | Phase system of terminal p | |
replaceable package PhaseSystem_n | Phase system of terminal n |