Analog.Inductor ​
This component extends from OnePort
Usage ​
TranslatedComponents.Analog.Inductor(L=1)
Parameters: ​
| Name | Description | Units | Default value |
|---|---|---|---|
L | H | 1 |
Connectors ​
p- This connector represents an electrical pin with voltage and current as the potential and flow variables, respectively. (Pin)n- This connector represents an electrical pin with voltage and current as the potential and flow variables, respectively. (Pin)
Variables ​
| Name | Description | Units |
|---|---|---|
v | V | |
i | A |
Behavior ​
Source ​
dyad
component Inductor
extends OnePort
parameter L::Dyad.Inductance = 1
relations
L * der(i) = v
endFlattened Source
dyad
component Inductor
p = Pin()
n = Pin()
variable v::Dyad.Voltage
variable i::Dyad.Current
parameter L::Dyad.Inductance = 1
relations
v = p.v - n.v
0 = p.i + n.i
i = p.i
L * der(i) = v
metadata {}
endTest Cases ​
No test cases defined.
Related ​
Examples
Experiments
Analyses