modelOnePort

AD version of Modelica.Electrical.Analog.Interfaces.OnePort

Extends from ADMSL.Utilities.GradientInfo.

Information

Superclass of elements which have two electrical pins: the positive pin connector p, and the negative pin connector n. It is assumed that the current flowing into pin p is identical to the current flowing out of pin n. This current is provided explicitly as current i.

Parameters

TypeNameDefaultDescription
IntegerNG (from GradientInfo)0

Connectors

TypeNameDefaultDescription
ADMSL.T1.Electrical.Analog.Interfaces.PositivePinpPositive pin (potential p.v > n.v for positive voltage drop v)
ADMSL.T1.Electrical.Analog.Interfaces.NegativePinnNegative pin

Components

TypeNameDefaultDescription
SI.VoltagevVoltage drop between the two pins (= p.v - n.v)
SI.CurrentiCurrent flowing from pin p to pin n
Real[NG]g_v
Real[NG]g_i

Revisions

  • 1998 by Christoph Clauss
    initially implemented