FluxTubes.LeakageWithCoefficient ​
This component extends from Leakage
Usage ​
TranslatedComponents.FluxTubes.LeakageWithCoefficient(c_usefulFlux=0.7)
Parameters: ​
| Name | Description | Units | Default value |
|---|---|---|---|
c_usefulFlux | 1 | 0.7 |
Connectors ​
port_p- (MagneticPort)port_n- (MagneticPort)R_mUsefulTot- This connector represents a real signal as an input to a component (RealInput)
Variables ​
| Name | Description | Units |
|---|---|---|
V_m | A | |
Phi | Wb | |
R_m | H-1 | |
G_m | H |
Behavior ​
Source ​
dyad
# Leakage reluctance with respect to the reluctance of a useful flux path (not for dynamic simulation of actuators)
# This component is translated by DyadAI
component LeakageWithCoefficient
extends Leakage
R_mUsefulTot = RealInput()
# Ratio useful flux/(leakage flux + useful flux) = useful flux/total flux
parameter c_usefulFlux::Dyad.CouplingCoefficient(final max = 0.9999999, final min = 1e-10) = 0.7
relations
(1 - c_usefulFlux) * R_m = c_usefulFlux * R_mUsefulTot
endFlattened Source
dyad
component LeakageWithCoefficient
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
R_mUsefulTot = RealInput()
# Ratio useful flux/(leakage flux + useful flux) = useful flux/total flux
parameter c_usefulFlux::Dyad.CouplingCoefficient(final max = 0.9999999, final min = 1e-10) = 0.7
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
(1 - c_usefulFlux) * R_m = c_usefulFlux * R_mUsefulTot
metadata {}
endTest Cases ​
No test cases defined.
Related ​
Examples
Experiments
Analyses