Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

A Program in MATLAB to solve Air Standard Cycle

A program in Matlab to solve Air Standard Cycle   AIM:- To write  a program in MATLAB to solve Air Standard Cycle (Otto Cycle).   OBJECTIVE:-       To plot P-V diagram of the air standard cycle.       To calculate the thermal efficiency of the engine (Gasoline…

Project Details

Loading...

Leave a comment

Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.

Please  login to add a comment

Other comments...

No comments yet!
Be the first to add a comment

Read more Projects by Rohit Prem (27)

Internal Geneva Mechanism

Objective:

MOTION ANALYSIS OF “INTERNAL GENEVA MECHANISM” USING SolidWorks   1. AIM :- To analyse the multi body dynamics for Internal Geneva Mechanism using SolidWorks.   2. OBJECTIVE :- To create 3D models for driver and driven wheels. To perform motion analysis by rotating the driver wheel at 10rpm. To obtain…

calendar

07 Aug 2020 08:19 AM IST

  • MBD
Read more

Frequency Analysis of a rotating shaft

Objective:

1. AIM : TO RUN A FINITE ELEMENT FREQUENCY ANALYSIS FOR A ROTATING SHAFT USING SOLIDWORKS SIMULATION.   2. OBJECTIVE : To create 3D model of shaft. To perform Frequency analysis simulation study for the shaft. To obtain a plot for five different Amplitudes. To find the critical frequencies. To compare the results.…

calendar

14 Jul 2020 09:08 PM IST

Read more

Analysis on a plate with a hole

Objective:

FINITE ELEMENT ANALYSIS ON PLATE WITH WHOLE   1. AIM : To run a finite element analysis of plate with holes using SolidWorks simulation.   2. OBJECTIVE : To create 3D models of Plates. To perform Static analysis simulation study for first plate (with 1 hole in the center). To perform Buckling analysis simulation…

calendar

14 Jul 2020 08:39 PM IST

Read more

Analysis of buckling phenomena

Objective:

ANALYSIS OF BUCKLING PHENOMENA OF CYCLONE SEPERATOR STAND     1. AIM : TO RUN A FINITE ELEMENT ANALYSIS OF BUCKLING PHENOMENA IN CYCLONE SEPERATOR STAND USING SOLIDWORKS SIMULATION.   2. OBJECTIVE : To create 3D model of Cyclone separator stand. To perform Buckling analysis simulation study for cyclone seperator…

calendar

14 Jul 2020 08:04 PM IST

Read more

Comparison of bending in beams

Objective:

1. AIM : TO RUN A FINITE ELEMENT ANALYSIS OF BENDING IN BEAMS USING SOLIDWORKS SIMULATION.   2. OBJECTIVE : To create 3D model of Beams. To perform Static structure analysis simulation study. To obtain a plot for Stress distribution. To obtain a plot for displacement. To obtain a plot of Strain. To compare the results…

calendar

14 Jul 2020 07:44 PM IST

Read more

Modelling and simulation of flow through a flowbench

Objective:

1. AIM : TO CREATE A MODEL AND RUN A FLOW SIMULATION OF FLOW THROUGH A FLOWBENCH USING SOLIDWORKS CFD.   2. OBJECTIVE : To create a 3D model a flow bench. To perform Flow simulation study. To obtain a plot for lift vs mass flow rate. To obtain a plot for velocity variation. To obtain a plot of flow trajectory. To…

calendar

14 Jul 2020 06:31 PM IST

Read more

Centrifugal pump design and analysis

Objective:

1. AIM : To create a model and run a flow simulation of centrifugal pump using SolidWorks CFD.   2. OBJECTIVE : Create 3D model of centrifugal pump Initialize the simulation with providing lids Assign boundary conditions and goals to the design Run the simulation for 500 iterations with basic mesh with advance refinement…

calendar

14 Jul 2020 05:46 PM IST

Read more

Parsing NASA thermodynamic data

Objective:

1. OBJECTIVE : To parse the Thermodynamics data from NASA using MATLAB. Data file: NASA thermodynamic data   2. THEORY : The official record of thermodynamic values at different temperatures has been stored by NASA in the form of polynomials with specified constants ranging from one to fourteen for various species.…

calendar

14 Jul 2020 10:32 AM IST

Read more

Solving second order ODEs (Python)

Objective:

Solving Second Order ODEs in Python     1. AIM : To simulate the transient behaviour (motion) of a simple pendulum in Python.   2.OBJECTIVE: To write a program in MATLAB to solve ODE (ordinary differential equation) for equation of motion of a simple pendulum with damping. To simulate the motion of the pendulum…

calendar

14 Jul 2020 07:38 AM IST

Read more

2R Robotic Arm Simulator (Python)

Objective:

2R Robotic Arm Simulator (Python)   1. AIM : To write a program to simulate the forward kinematics of a 2R Robotic Arm in Python.   2. OBJECTIVE : To solve and simulate the forward kinematics of a 2R Robotic Arm. To create the animation of working of a 2R Robotic Arm.   3. THEORY : A robotic arm is a robot…

calendar

14 Jul 2020 07:28 AM IST

    Read more

    Constraint Minimization - Pen and Paper calculation

    Objective:

    1. AIM : To minimize a simple non-linear function Using Lagrange Multiplier, minimize a simple non-linear function `f(x,y) =5-(x-2)^2-2(y-1)^2` which is subject to the constraint `x+4y=3` .   2. INTRODUCTION : Engineering applications are concerned with minimizing the quantities of certain engineering in various…

    calendar

    13 Jul 2020 06:05 PM IST

      Read more

      Data analysis

      Objective:

      IC Engine Data analysis using Python   1. AIM : To read the data from the suitable file format and analyse the data,plot the graphs,calculate area under the given curve,power and specific fuel consuption.   2. OVERVIEW : Data Analysis bascially requires 'Text Parsing' in order to make complex data to easy classification.…

      calendar

      13 Jul 2020 04:53 PM IST

        Read more

        Breaking Ice with Air cushion Vehicle - Find minimum pressure with Newton-Raphson method

        Objective:

        1. AIM : Determining minimum pressure to break ice using an air cushion ice breaker - Newton Raphson method.   2. OBJECTIVE : Use the newton raphson method to find out the value of pressure for h = 0.6. Find the optimal relaxation factor for this problem with the help of a suitable plot. Tabulate the results of p…

        calendar

        13 Jul 2020 12:39 PM IST

          Read more

          Curve fitting (Python)

          Objective:

          1. AIM : To write codes in Python to perform curve fitting.   2. OBJECTIVE : To wite codes to fit a linear and cubic polynomial for the Cp data. To plot the linear and cubic fit curves along with the raw data points. To measure the fitness characteristics for both the curves. The link for the Cp vs Temperature data…

          calendar

          13 Jul 2020 09:44 AM IST

            Read more

            Air standard Cycle (Python)

            Objective:

            Air standard Cycle using Python   1. AIM : To write a program in Python to solve an Otto cycle and make plots for it.   2. OBJECTIVE : To solve and find out different state variables in the Otto cycle and plot its p-V diagram. To calculate the thermal efficiency of the given Otto cycle.   3. THEORY : 3.1…

            calendar

            12 Jul 2020 07:57 PM IST

              Read more

              Flow over bicycle

              Objective:

              Flow over bicycle using Python     1. AIM : To calculate Drag Force against a cyclist using Python program.   2. OBJECTIVE : To calculate Drag Force on a bicycle moving through the air. To plot Velocity vs Drag force and to plot Drag Co-efficient vs Drag force.   3. THEORY : 3.1 Drag: - The force on…

              calendar

              12 Jul 2020 05:21 PM IST

                Read more

                Genetic Algorithm

                Objective:

                Genetic Algorithm     1. AIM : To understand the cocept of Genetic Algorithm.   2. OBJECTIVE : Code the stalagmite function in MATLAB. Optimize stalagmite function and find the global maxima of the function. Study 3 cases of options of Genetic Algorithm ‘ga’ in MATLAB.     3. THEORY…

                calendar

                11 Jul 2020 08:43 AM IST

                Read more

                Curve fitting

                Objective:

                Curve Fitting in MATLAB     1.AIM: Perform the Curve Fitting of specific heat data using MATLAB.   2.OBJECTIVE: To write a program to fit a linear and cubic polynomial for the `"C" _"p"` data. To plot the linear and cubic fit curves. To explain the parameters used to measure the fitness characteristics for…

                calendar

                10 Jul 2020 01:55 PM IST

                Read more

                Flow over an airfoil

                Objective:

                Flow over a NACA0017 airfoil using SolidWorks   1. AIM : To model the flow over a NACA0017 airfoil in SolidWorks.   2. OBJECTIVE : To perform an external flow simulation on NACA0017 airfoil. To do flow simulation for the angle of attacks 0, 2, 4, 6, 8, and 10 degrees. To compare the lift and drag forces for all…

                calendar

                09 Jul 2020 06:50 PM IST

                  Read more

                  Flow over a cylinder

                  Objective:

                                                                                             …

                  calendar

                  01 Jul 2020 09:18 PM IST

                    Read more

                    Solving second order ODEs

                    Objective:

                                                                                 …

                    calendar

                    27 Jun 2020 08:36 PM IST

                    Read more

                    Getting started with Flow Simulation in SolidWorks

                    Objective:

                    Flow Simulation Through Pipe using SolidWorks     1. AIM : To run an internal pipe flow simulation in SolidWorks.   2. OBJECTIVE : To run an internal pipe flow simulation with an inlet Reynolds number of 100, 1000 and 10,000 . For each of these cases do the following – Place line probes at 95%, 90%…

                    calendar

                    26 Jun 2020 05:13 PM IST

                      Read more

                      MBD Simulation on IC Engine Valve Train

                      Objective:

                      MBD Simulation on IC Engine Valve Train using SolidWorks     1. AIM : To analyse the motion study of IC Engine Valve Train using SolidWorks.   2. OBJECTIVE : To model all the parts of IC Engine Valve Train and assemble them. To run the simulation using the below parameters - Sl. No CAM Lift (mm) Speed (RPM)…

                      calendar

                      21 Jun 2020 08:15 PM IST

                      Read more

                      MBD Simulation on a Piston Assembly

                      Objective:

                      SIMULATION OF PISTON ASSEMBLY USING SolidWorks     1. AIM : To analyse the motion study of Piston Assembly using SolidWorks.   2. OBJECTIVE : To create 3D models of all the parts required in Piston Assembly. Crank Connecting Rod End Cap Piston Head Wrist Pin To perform motion analysis by rotating Crank at…

                      calendar

                      18 Jun 2020 08:02 PM IST

                        Read more

                        Planetary Gear

                        Objective:

                        MOTION ANALYSIS OF “PLANETARY GEAR MECHANISM” USING SolidWorks     1.AIM: To analyse the motion study of Planetary Gear Mechanism using SolidWorks.   2.OBJECTIVE: To create 3D models of all the parts used in Planetary Gear mechanism, Ring Gear Sun Gear Planetary Gear Carrier To perform motion…

                        calendar

                        15 Jun 2020 08:42 PM IST

                          Read more

                          A Program in MATLAB to solve Air Standard Cycle

                          Objective:

                          A program in Matlab to solve Air Standard Cycle   AIM:- To write  a program in MATLAB to solve Air Standard Cycle (Otto Cycle).   OBJECTIVE:-       To plot P-V diagram of the air standard cycle.       To calculate the thermal efficiency of the engine (Gasoline…

                          calendar

                          25 May 2020 06:15 PM IST

                          Read more

                          Simulation of Forward Kinematics of a 2R Robotic Arm using MATLAB

                          Objective:

                          Simulation of Forward Kinematics of a 2R Robotic Arm using MATLAB   AIM: To Simulate the Forward Kinematics of a 2R Robotic Arm using MATLAB.   OBJECTIVES OF THE PROJECT:           To write a program in MATLAB to simulate the forward kinematics of a 2R Robotic Arm.…

                          calendar

                          25 May 2020 08:10 AM IST

                          Read more
                          Showing 1 of 27 projects