To set up a slot type 28 you need to replace the slot geometry block in your machine file by this code and edit it with your values :
For the stator
Input.Geometry.type_slot_shapes = 28;
Input.Geometry.H0s = 1e-3; %[m]
Input.Geometry.H3s = 30e-3; %[m]
Input.Geometry.W0s = 12e-3; %[m]
Input.Geometry.W3s = 14e-3; %[m]
Input.Geometry.R1s = 20e-3; %[m]
For the rotor
Input.Geometry.type_slot_shaper = 28;
Input.Geometry.H0r = 1e-3; %[m]
Input.Geometry.H3r = 30e-3; %[m]
Input.Geometry.W0r = 12e-3; %[m]
Input.Geometry.W3r = 14e-3; %[m]
Input.Geometry.R1r = 20e-3; %[m]
Geometrical constraints
Your slot must follow these constraints :
- W0 < 2*R1
Version tracking
Slot type 28 is available starting from MANATEE 1.06.02