Skip to content

JimsPalo/MotorDesignSPMSM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MotorDesignSPMSM

Summary

This program is based on AEDT to design a factional and concentrated winding motor.

Motor

Inputs

The inputs are in run.py:

Specifications = {

'Qs': 16,

'Poles': 12,

'DiaYoke': 400,

'Length': 300,

'RatedPower': 60e3,

'Speed': 2500,

'VDC': 400,

'J': 7.5

}

Where,

  • Qs, is the slot number
  • Poles, Poles number
  • DiaYoke, machine outer diameter
  • Length, efective machine length
  • RatedPower, Machine power rated
  • Speed, Constant speed
  • VDC, Available DC voltage
  • J, current density allowed in the windings

Refereces

This work is basede on: Mark Weng's Work

Releases

No releases published

Packages

No packages published

Languages