modelInductor
Ideal linear electrical inductor
Extends from Interfaces.OnePort (Component with two electrical pins p and n and current i from p to n).
Information
The linear inductor connects the branch voltage v with the branch current i by v = L * di/dt. The Inductance L is allowed to be positive, or zero.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Inductance | L | Inductance |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| PositivePin | p (from TwoPin) | Positive electrical pin | |
| NegativePin | n (from TwoPin) | Negative electrical pin |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Voltage | v (from TwoPin) | Voltage drop of the two pins (= p.v - n.v) | |
| SI.Current | i (from OnePort) | Current flowing from pin p to pin n |
Revisions
- 1998
by Christoph Clauss
initially implemented