Skip to content
FluxTubes.Idle.md

FluxTubes.Idle

Idle running branch This component is translated by DyadAI

This component extends from TwoPort

Usage

TranslatedComponents.FluxTubes.Idle()

Connectors

Variables

NameDescriptionUnits
V_mMagnetic potential difference of portsA
PhiMagnetic flux from port_p to port_nWb

Behavior

V_m(t)=port_p.V_m(t)port_n.V_m(t)Phi(t)=port_p.Phi(t)0=port_p.Phi(t)+port_n.Phi(t)Phi(t)=0

Source

dyad
# Idle running branch
# This component is translated by DyadAI
component Idle
  extends TwoPort
relations
  Phi = 0
end
Flattened 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 {}
end


Test Cases

No test cases defined.

  • Examples

  • Experiments

  • Analyses