modelPartialConversion

Model representing a generic two port system for conversion

Extends from Buildings.Electrical.Interfaces.PartialTwoPort (Model of a generic two port component with phase systems).

Information

This model extends the base class Buildings.Electrical.Interfaces.PartialTwoPort model and declares the variables v_p and i_p that represents the voltage and the current at the terminal_p, and the variables v_n and i_n that represents the voltage and the current at the terminal_n. These variables are used in conversion models such as transformers and AC/DC converters.

Connectors

TypeNameDefaultDescription
Buildings.Electrical.Interfaces.BaseTerminalterminal_n (from PartialBaseTwoPort)Electric terminal side p
Buildings.Electrical.Interfaces.BaseTerminalterminal_p (from PartialBaseTwoPort)Electric terminal side n

Components

TypeNameDefaultDescription
Modelica.Units.SI.Voltagev_pVoltage drop between the two positive pins
Modelica.Units.SI.Voltagev_nVoltage drop between the two negative pins
Modelica.Units.SI.Currenti_pCurrent flowing through the positive pins
Modelica.Units.SI.Currenti_nCurrent flowing through the negative pins

Revisions

  • May 15, 2014, by Marco Bonvini:
    Created documentation.
  • October 31, 2013, by Marco Bonvini:
    Model included in the Buildings library.