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
| Type | Name | Default | Description |
|---|---|---|---|
| Buildings.Electrical.Interfaces.BaseTerminal | terminal_n (from PartialBaseTwoPort) | Electric terminal side p | |
| Buildings.Electrical.Interfaces.BaseTerminal | terminal_p (from PartialBaseTwoPort) | Electric terminal side n |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Voltage | v_p | Voltage drop between the two positive pins | |
| Modelica.Units.SI.Voltage | v_n | Voltage drop between the two negative pins | |
| Modelica.Units.SI.Current | i_p | Current flowing through the positive pins | |
| Modelica.Units.SI.Current | i_n | Current 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.