modelTwoPortInductance

Model of an inductive element with two electrical ports

Extends from Buildings.Electrical.Transmission.BaseClasses.PartialTwoPortInductance (Partial model of an inductive element that links two electrical connectors).

Information

This model represents an inductance that connects two AC one phase interfaces. This model can be used to represent a single phase cable in a AC grid.

The model represents the lumped inductance as shown in the figure below.

image

Parameters

TypeNameDefaultDescription
Modelica.Units.SI.InductanceL (from PartialTwoPortInductance)Inductance
Modeling assumption
Buildings.Electrical.Types.LoadmodeBuildings.Electrical.Types.Load.FixedZ_steady_stateType of model (e.g., steady state, dynamic, prescribed power consumption, etc.)

Connectors

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

Revisions

  • January 29, 2019, by Michael Wetter:
    Added replaceable for terminal.
  • May 26, 2016, by Michael Wetter:
    Moved function call to PhaseSystem.thetaRef out of derivative operator as this is not yet supported by JModelica.
  • August 5, 2014, by Marco Bonvini:
    Revised model and documentation.