Skip to content
FluxTubes.QuarterCylinder.md

FluxTubes.QuarterCylinder ​

This component extends from Leakage

Usage ​

TranslatedComponents.FluxTubes.QuarterCylinder(l=0.1)

Parameters: ​

NameDescriptionUnitsDefault value
lm0.1

Connectors ​

Variables ​

NameDescriptionUnits
V_mA
PhiWb
R_mH-1
G_mH

Behavior ​

V_m(t)=−port_n.V_m(t)+port_p.V_m(t)Phi(t)=port_p.Phi(t)0=port_p.Phi(t)+port_n.Phi(t)V_m(t)=Phi(t) R_m(t)R_m(t)=1G_m(t)G_m(t)=6.5345⋅10−7 l

Source ​

dyad
# Leakage flux from one edge to the opposite plane through a quarter cylinder
# This component is translated by DyadAI
component QuarterCylinder
  extends Leakage
  # Axial length orthogonal to flux (=2*pi*r for cylindrical pole and r>>distance between edge and plane)
  parameter l::Dyad.Length = 0.1
relations
  G_m = 1.25663706212e-6 * 0.52 * l
end
Flattened Source
dyad
component QuarterCylinder
  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
  # Magnetic reluctance
  variable R_m::Dyad.Reluctance
  # Magnetic permeance
  variable G_m::Dyad.Permeance
  # Axial length orthogonal to flux (=2*pi*r for cylindrical pole and r>>distance between edge and plane)
  parameter l::Dyad.Length = 0.1
relations
  V_m = port_p.V_m - port_n.V_m
  Phi = port_p.Phi
  0 = port_p.Phi + port_n.Phi
  V_m = Phi * R_m
  R_m = 1 / G_m
  G_m = 1.25663706212e-6 * 0.52 * l
metadata {}
end


Test Cases ​

No test cases defined.

  • Examples

  • Experiments

  • Analyses