FluxTubes.Idle
Idle running branch This component is translated by DyadAI
This component extends from TwoPort
Usage
TranslatedComponents.FluxTubes.Idle()
Connectors
port_p- (MagneticPort)port_n- (MagneticPort)
Variables
| Name | Description | Units |
|---|---|---|
V_m | Magnetic potential difference of ports | A |
Phi | Magnetic flux from port_p to port_n | Wb |
Behavior
Source
dyad
# Idle running branch
# This component is translated by DyadAI
component Idle
extends TwoPort
relations
Phi = 0
endFlattened Source
dyad
# Idle running branch
# This component is translated by DyadAI
component Idle
port_p = MagneticPort()
port_n = MagneticPort()
# Magnetic potential difference of ports
variable V_m::Dyad.MagneticPotentialDifference
# Magnetic flux from port_p to port_n
variable Phi::Dyad.MagneticFlux
relations
V_m = port_p.V_m - port_n.V_m
Phi = port_p.Phi
0 = port_p.Phi + port_n.Phi
Phi = 0
metadata {}
endTest Cases
No test cases defined.
Related
Examples
Experiments
Analyses