Aniket762 / electrical-machines

Speed of two slip ring induction motors for different types of cascading operation πŸš€

Home Page:https://induction-motor-4dd13.web.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Electrical Machines Project

Speed of two slip ring induction motors for different types of cascading operation, where the shaft of the motors are coupled with each other. Specifications of both the machines should be provided by the users.

Abstract

This web application is used to calculate the speed of two slip ring induction motors for two different types of cascading operation, where the shaft of the motors are coupled with each other.

It takes six inputs from the user:

  • f1 = Frequency(Hz) of supply given to machine 1
  • f1 = Frequency(Hz) of supply given to machine 1
  • s1 = Slip of operation in machine 1
  • s2 = Slip of operation in machine 2
  • p1 = Number poles in machine 1
  • p2 = Number poles in machine 2

Machine 1 - MIM (Main Induction Motor)
Machine 2 - AIM (Auxiliary Induction Motor)

We get speed (in radians) as output.

Case A : Torque of both machines are in same direction.

Speed = (120*f1)/(p1+p2)

Case B : Torque of both machines are in different direction.

Speed = (120*f1)/(p1-p2)

Team Aliferous

This project is done under the guidance of Prof. Shubhobrata Rudra. Students who worked for the project:

  1. Aniket Pal (119EE0253)
  2. Sayantan Maiti (119EE0247)
  3. Dhruv Rajesh Jain (119EE0628)

About

Speed of two slip ring induction motors for different types of cascading operation πŸš€

https://induction-motor-4dd13.web.app/


Languages

Language:JavaScript 94.8%Language:CSS 2.7%Language:HTML 2.5%