QuarterHollowSphere

model QuarterHollowSphere "Leakage flux through the edges of a quarter hollow sphere"
    extends FluxTubes.Interfaces.PartialLeakage;

    parameter SI.Length t(start = 0.01) "Thickness of spherical shell"
        annotation (Dialog(
            group = "Parameters",
            groupImage = "modelica://Modelica/Resources/Images/Magnetic/FluxTubes/Shapes/Leakage/QuarterHollowSphere.png"));
equation
    G_m = mu_0 * (0.25) * t;

    annotation (Documentation(info = "<html>\n<p>\nIn\n<a href=\"modelica://Modelica.Magnetic.FluxTubes.UsersGuide.Literature\">[Ro41]</a>\nthe equations for determining the reluctance\n<img src=\"modelica://Modelica/Resources/Images/Magnetic/QuasiStatic/FluxTubes/R_m.png\">\nare summarized. As an alternative to the geometry based data a\n<a href=\"modelica://Modelica.Magnetic.QuasiStatic.FluxTubes.Basic.LeakageWithCoefficient\">generic leakage</a> model is provided in this library.\n</p></html>"));
end QuarterHollowSphere;