modelBaseImpedance

Partial model of a three-phase unbalanced impedance

Extends from Buildings.Electrical.Interfaces.PartialPluggableUnbalanced (Partial interface for unbalanced loads).

Information

This model represents a partial interface for a three-phase AC unbalanced impedance.

The model can be configured in order to represent different type of impedances as well as configurations.

The loads can be connected either in wye (Y) or delta (D) configuration. The parameter loadConn can be used for such a purpose.

The model has three impedances that can be either connected in Y or D configuration. The parameter loadConn can be used for such a purpose. The Boolean parameter inductive can be selected to specify the type of impedance.

The impedances on each phase can be removed using the boolean flags plugPhase1, plugPhase2, and plugPhase3. These parameters can be used to generate unbalanced loads.

The values of the impedances are computed starting from the parameters R, L, and C. Depending on the values of the boolean flag inductive some of these parameters may be disabled. There are additional flags use_R_in, use_L_in, and use_C_in that can be used to specify time varying impedances.

Parameters

TypeNameDefaultDescription
BooleanplugPhase1 (from PartialPluggableUnbalanced)trueIf true, phase 1 is connected
BooleanplugPhase2 (from PartialPluggableUnbalanced)trueIf true, phase 2 is connected
BooleanplugPhase3 (from PartialPluggableUnbalanced)trueIf true, phase 3 is connected
Buildings.Electrical.Types.LoadConnectionloadConnBuildings.Electrical.Types.LoadConnection.wye_to_wyegType of load connection (Yg or D)
BooleaninductivetrueIf =true the load is inductive, otherwise it is capacitive
Modelica.Units.SI.ResistanceR1Resistance
Modelica.Units.SI.InductanceL0Inductance
Modelica.Units.SI.CapacitanceC0Capacitance
Variable load › Resistance
Booleanuse_R_infalseif true, R is specified by an input
Modelica.Units.SI.ResistanceRMin1e-4Minimum value of the resistance
Modelica.Units.SI.ResistanceRMax1e2Maximum value of the resistance
Variable load › Capacitance
Booleanuse_C_infalseif true, C is specified by an input
Modelica.Units.SI.CapacitanceCMin1e-4Minimum value of the capacitance
Modelica.Units.SI.CapacitanceCMax1e2Maximum value of the capacitance
Variable load › Inductance
Booleanuse_L_infalseif true, L is specified by an input
Modelica.Units.SI.InductanceLMin1e-4Minimum value of the inductance
Modelica.Units.SI.InductanceLMax1e2Maximum value of the inductance

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputy_RInput that sepecifies variable R
Modelica.Blocks.Interfaces.RealInputy_CInput that sepecifies variable C
Modelica.Blocks.Interfaces.RealInputy_LInput that sepecifies variable L

Components

TypeNameDefaultDescription
Buildings.Electrical.AC.OnePhase.Loads.Impedanceload1Load 1
Buildings.Electrical.AC.OnePhase.Loads.Impedanceload2Load 2
Buildings.Electrical.AC.OnePhase.Loads.Impedanceload3Load 3
Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.WyeToDeltawyeToDeltaWye to delta load connection
Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.WyeToWyeGroundwyeToWyeGroundWye to grounded wye connection

Revisions

  • February 26, 2016, by Michael Wetter:
    Added adapters for issue 426.
  • September 24, 2014, by Marco Bonvini:
    Created model from previus version.