modelImpedance

Partial model of a three-phase unbalanced impedance without neutral cable

Extends from Buildings.Electrical.AC.ThreePhasesUnbalanced.Loads.BaseClasses.BaseImpedance (Partial model of a three-phase unbalanced impedance).

Information

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

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 Delta 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.LoadConnectionloadConn (from BaseImpedance)Buildings.Electrical.Types.LoadConnection.wye_to_wyegType of load connection (Yg or D)
Booleaninductive (from BaseImpedance)trueIf =true the load is inductive, otherwise it is capacitive
Modelica.Units.SI.ResistanceR (from BaseImpedance)1Resistance
Modelica.Units.SI.InductanceL (from BaseImpedance)0Inductance
Modelica.Units.SI.CapacitanceC (from BaseImpedance)0Capacitance
Variable load › Resistance
Booleanuse_R_in (from BaseImpedance)falseif true, R is specified by an input
Modelica.Units.SI.ResistanceRMin (from BaseImpedance)1e-4Minimum value of the resistance
Modelica.Units.SI.ResistanceRMax (from BaseImpedance)1e2Maximum value of the resistance
Variable load › Capacitance
Booleanuse_C_in (from BaseImpedance)falseif true, C is specified by an input
Modelica.Units.SI.CapacitanceCMin (from BaseImpedance)1e-4Minimum value of the capacitance
Modelica.Units.SI.CapacitanceCMax (from BaseImpedance)1e2Maximum value of the capacitance
Variable load › Inductance
Booleanuse_L_in (from BaseImpedance)falseif true, L is specified by an input
Modelica.Units.SI.InductanceLMin (from BaseImpedance)1e-4Minimum value of the inductance
Modelica.Units.SI.InductanceLMax (from BaseImpedance)1e2Maximum value of the inductance

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputy_R (from BaseImpedance)Input that sepecifies variable R
Modelica.Blocks.Interfaces.RealInputy_C (from BaseImpedance)Input that sepecifies variable C
Modelica.Blocks.Interfaces.RealInputy_L (from BaseImpedance)Input that sepecifies variable L
Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.Terminal_nterminalElectrical connector

Components

TypeNameDefaultDescription
Buildings.Electrical.AC.OnePhase.Loads.Impedanceload1 (from BaseImpedance)Load 1
Buildings.Electrical.AC.OnePhase.Loads.Impedanceload2 (from BaseImpedance)Load 2
Buildings.Electrical.AC.OnePhase.Loads.Impedanceload3 (from BaseImpedance)Load 3
Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.WyeToDeltawyeToDelta (from BaseImpedance)Wye to delta load connection
Buildings.Electrical.AC.ThreePhasesUnbalanced.Interfaces.WyeToWyeGroundwyeToWyeGround (from BaseImpedance)Wye to grounded wye connection

Revisions

  • September 24, 2014, by Marco Bonvini:
    Created model from previus version.