Skip to content
FluxTubes.TwoPort.md

FluxTubes.TwoPort ​

This component extends from TwoPortExtended

Usage ​

TranslatedComponents.FluxTubes.TwoPort()

Connectors ​

Variables ​

NameDescriptionUnits
V_mA
PhiWb

Source ​

dyad
partial component TwoPort
  extends TwoPortExtended
relations
  0 = port_p.Phi + port_n.Phi
end
Flattened Source
dyad
partial component TwoPort
  port_p = MagneticPort()
  port_n = MagneticPort()
  variable V_m::Dyad.MagneticPotentialDifference
  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 {}
end


Test Cases ​

No test cases defined.

  • Examples

  • Experiments

  • Analyses