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

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

Here we are going to sove the air cushion problem in python using the newton raphson method. The data and formula for this are given below   if we solve for the different height and using the relaxation factor 1 we get the following result show in the figure. the code for the different hieight is also give where we…

    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 nakum mohan (12)

    Airfoil(NACA0017) flow analysis in solidwork

    Objective:

    OBJECTIVE Here we will perform a flow analysis on NACA0017 airfoil with different angle of attack and compare the result of drag force and lift force for each case to model the airfoil we need x,y,z points in solidwork and link to this file can be found in link given below http://airfoiltools.com/airfoil/naca4digit  …

    calendar

    02 Dec 2019 05:28 AM IST

      Read more

      Flow over cylinder with different reynolds no. in solidwork

      Objective:

      OBJECTIVEHere we will disxuss the about flow over the cylinder with different reynold no. PROCEDURE -first of all we have to make the model of the cylindercylinder have a diameter of 4 mm and length of 50 mm .after saving the model we have to go to flow sumulation and using wizard we will give different parameters. -Here…

      calendar

      26 Nov 2019 09:44 PM IST

        Read more

        Pipe flow simulation in solidwork

        Objective:

        OBJECTIVE Here we are going to simulate the pipe flow in solidworks with flow simulation. We will discuss it for different reynold number 100 , 1000 and 10000 for water. We will make line probe at 85 , 90 and 95 % of its length. at each line probe we are going to make a cutplot of the section and graph of the velocity…

        calendar

        23 Nov 2019 03:58 AM IST

          Read more

          frequency analysis of rotating shaft

          Objective:

          AIM to perform the frequency analysis on the rotating shaft and find the critical frequencies   Model dimension is given below for shaft design   (all dimension are given in meter) based on the given sketch we can make a model of the shaft by revovlve feature in solidwork material properties can be shown in the…

          calendar

          11 Nov 2019 05:19 AM IST

            Read more

            engine data analysis in python

            Objective:

            Script for the data visulizer is given below and discussed next with images   #importing lobraries import matplotlib.pyplot as plt import numpy as np import math #variables for the engine data crank = [] pressure = [] max_pressure = [] min_pressure = [] mean_temp = [] max_temp = [] min_temp = [] volume = [] mass =…

            calendar

            31 Oct 2019 11:29 AM IST

              Read more

              Curve fitting

              Objective:

              What does popt and pcov means ?             In curve fitting we give a function to fit with which has some constants to ve find out so popt is the array containing the constants reqired for given model to fit with.             While pcov is the covariance matrix…

              calendar

              29 Oct 2019 12:20 AM IST

                Read more

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

                Objective:

                Here we are going to sove the air cushion problem in python using the newton raphson method. The data and formula for this are given below   if we solve for the different height and using the relaxation factor 1 we get the following result show in the figure. the code for the different hieight is also give where we…

                calendar

                28 Oct 2019 06:14 AM IST

                  Read more

                  IC Engine motion analysis

                  Objective:

                  Here we create the motion analysis of the piston assembly. First we model the piston which is shown below. model of the connecting rod is shown below Model of the end cap is shown below This is the model of the wrist pin which is used ti connect piston and connecting rod this is the model of the crank   This is the…

                  calendar

                  01 Sep 2019 04:47 AM IST

                    Read more

                    Rankine cycle sumulator

                    Objective:

                    This is project for simulation of the rankine cycle in matlab.   we give here input as the inlet pressure of the boiler. condensor pressure and the boiler temperature and program gives the T-S diagram and H-S diagram as output . It also calculates the all state points and other properties.   Then we claculate…

                    calendar

                    31 Jul 2019 05:13 AM IST

                      Read more

                      NASA Thermodynamics file parsing and plotting

                      Objective:

                            This MATLAB script is for plotting cp,H, and S vs temperature provided NASA Thermodynamics data for the different species first run \'species_info.m\' which will ask user to enter the species name and it will give the graph and other related information. if their is no data availabel then it will run…

                      calendar

                      13 Jul 2019 03:28 AM IST

                      • MATLAB
                      Read more

                      MATLAB and GUI with inverse kinematics of robotic arm

                      Objective:

                      Project - 3D Robotic arm simulator with inverse kinematics Most of the time in the industries robotic arm required for many application like pick and place, assembly etc. For that robot is given position in the cartesion coordinate pairs (x,y,z). Now we have electrical motors which rotates at given angle. So we use electrical…

                      calendar

                      13 Jul 2019 03:28 AM IST

                        Read more

                        Optimization using genetic algorithm

                        Objective:

                        %% here i have provided the code and explaination for calculatin the maximum value by using genetic algorithm %% genetic algorithm is used to  find minimum value for the function here we have used the stalagmite function  as a example %% in simple matlab has inbuit function called \"ga\" which has structure as…

                        calendar

                        21 Jun 2019 04:41 AM IST

                          Read more
                          Showing 1 of 12 projects