FluxTubes.EighthOfSphere
Leakage flux through one edge and the opposite plane of an eighth of a sphere This component is translated by DyadAI
This component extends from Leakage
Usage
TranslatedComponents.FluxTubes.EighthOfSphere(r=0.01)
Parameters:
| Name | Description | Units | Default value |
|---|---|---|---|
r | Radius of eighth of sphere | m | 0.01 |
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 |
R_m | Magnetic reluctance | H-1 |
G_m | Magnetic permeance | H |
Behavior
Source
dyad
# Leakage flux through one edge and the opposite plane of an eighth of a sphere
# This component is translated by DyadAI
component EighthOfSphere
extends Leakage
# Radius of eighth of sphere
parameter r::Dyad.Radius = 0.01
relations
G_m = 1.25663706212e-6 * 0.308 * r
endFlattened Source
dyad
# Leakage flux through one edge and the opposite plane of an eighth of a sphere
# This component is translated by DyadAI
component EighthOfSphere
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
# Radius of eighth of sphere
parameter r::Dyad.Radius = 0.01
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.308 * r
metadata {}
endTest Cases
No test cases defined.
Related
Examples
Experiments
Analyses