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.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Inductance | L (from PartialTwoPortInductance) | Inductance | |
| Modeling assumption | |||
| Buildings.Electrical.Types.Load | mode | Buildings.Electrical.Types.Load.FixedZ_steady_state | Type of model (e.g., steady state, dynamic, prescribed power consumption, etc.) |
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 |
Revisions
-
January 29, 2019, by Michael Wetter:
Addedreplaceablefor terminal. -
May 26, 2016, by Michael Wetter:
Moved function call toPhaseSystem.thetaRefout of derivative operator as this is not yet supported by JModelica. -
August 5, 2014, by Marco Bonvini:
Revised model and documentation.