FluxTubes.SignalMagneticPotentialDifference
Signal-controlled magnetomotive force This component is translated by DyadAI
This component extends from TwoPortElementary
Usage
TranslatedComponents.FluxTubes.SignalMagneticPotentialDifference()
Connectors
port_p- (MagneticPort)port_n- (MagneticPort)V_m- This connector represents a real signal as an input to a component (RealInput)
Variables
| Name | Description | Units |
|---|---|---|
Phi | Magnetic flux from port_p to port_n | Wb |
Behavior
Source
dyad
# Signal-controlled magnetomotive force
# This component is translated by DyadAI
component SignalMagneticPotentialDifference
extends TwoPortElementary
V_m = RealInput()
# 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
endFlattened Source
dyad
# Signal-controlled magnetomotive force
# This component is translated by DyadAI
component SignalMagneticPotentialDifference
port_p = MagneticPort()
port_n = MagneticPort()
V_m = RealInput()
# 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
metadata {}
endTest Cases
No test cases defined.
Related
Examples
Experiments
Analyses