GithubHelp home page GithubHelp logo

radimir-tubs / em_efficiency_map Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cristiancoldea/em_efficiency_map

0.0 0.0 0.0 1.12 MB

Model for electric motor efficiency map

Python 100.00%

em_efficiency_map's Introduction

Electric Motor (EM) efficiency map model

This is a project for model the electric motor efficiency map based on a published scientific paper.

Table of contents

General info

  • The final objective is to have a script/module able to deliver the efficiency value for a certain electric motor working on a specific torque and speed/rpm.
  • This is necessary for a Hybrid Electric Vehicle (HEV) Reinforcement Learning optimization.
  • CAVEAT_1 The regression coefficients were normalised to base values (i.e. torque overload and maximum speed), which are mostly inherent to the electric motor.
  • CAVEAT_2 The script covers the situation of motor operating under constant torque and power. The user must be sure the motor works under this regimes indeed. Moreover, the motor speed border between the two aforementioned working regimes must be known (e.g., (3-3.3) kr/min as upper limit of constant torque regime).

Screenshots

Example screenshot

Technologies

  • Plain Python and some of its specialized lybraries.

Setup

  • Keep the scripts/modules and files in the same folder.

Code Examples

Show examples of usage:

  • Import the script as a Python module.
import eem.py as eem
  • Call the efficiency function within the module with the appropriated args.
efficiency = eem.eem(arg1, arg2, ...)

Features

List of features ready and TODOs for future development:

  • The loss function for both IPM and ISM motor types, operating under one regime (i.e., no constant torque or power regimes) are covered already in the script.

To-do list:

  • Understand the EM model.
  • Efficiency is computed based on regression => we need a function(s) to implement the regressor so efficiency could be delivered continuously across speed and torque ranges.
  • Implement regressor for IPM and ISM motor types, operating under one regime.
  • Implement regressors for IPM motor type, operating under constant torque and power regimes (one regressor for each regime).
  • Test the script.

Status

  • Project is: finished.

Inspiration

https://www.researchgate.net/publication/308830029_Efficiency_maps_of_electrical_machines

Contact

[email protected] - feel free to contact me!

em_efficiency_map's People

Contributors

cristiancoldea avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.