To set up a slot type 27 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 = 27;
Input.Geometry.H0s = 1e-3; %[m]
Input.Geometry.H1s = 1.5e-3; %[m]
Input.Geometry.H2s = 30e-3; %[m]
Input.Geometry.W0s = 12e-3; %[m]
Input.Geometry.W1s = 14e-3; %[m]
Input.Geometry.W2s = 20e-3; %[m]
Input.Geometry.W3s = 20e-3; %[m]
For the rotor
Input.Geometry.type_slot_shaper = 27;
Input.Geometry.H0r = 1e-3; %[m]
Input.Geometry.H1r = 1.5e-3; %[m]
Input.Geometry.H2r = 30e-3; %[m]
Input.Geometry.W0r = 12e-3; %[m]
Input.Geometry.W1r = 14e-3; %[m]
Input.Geometry.W2r = 20e-3; %[m]
Input.Geometry.W3r = 20e-3; %[m]
Geometrical constraints
Your slot must follow these constraints :
- W0 <= W1
- W1 <= W2
Version tracking
Slot type 27 is available starting from MANATEE 1.06.03