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
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | NG (from GradientInfo) | 0 |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| ADMSL.T1.Electrical.Analog.Interfaces.PositivePin | p | Positive pin (potential p.v > n.v for positive voltage drop v) | |
| ADMSL.T1.Electrical.Analog.Interfaces.NegativePin | n | Negative pin |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Voltage | v | Voltage drop between the two pins (= p.v - n.v) | |
| SI.Current | i | Current flowing from pin p to pin n | |
| Real[NG] | g_v | ||
| Real[NG] | g_i |
Revisions
- 1998
by Christoph Clauss
initially implemented