Menu

IIT Certification 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

Modelling and simulation of flow through a flowbench

ABSTRACTIn this Project, Creating a 3D model of a flowbench and run flow analysis where the internal flow takes place and running a baseline simulation and then performing a grid dependency test(4, 5 & 6) at a particular valve lift(0.003) and also performing valve lift(0.001 -0.008) test at a particular grid size(5).…

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 Joel George (14)

Project 1 - Parsing NASA thermodynamic data

Objective:

  AIM:Parsing thermodynamics data.The thermodynamic properties for various species are given below.   clear allclose allclcf1 = fopen('thermo30.dat','r')Heading = fgetl(f1);% Global Temperaturesglobal_temp = fgetl(f1);for i = 1:3 comments{i} = fgetl(f1);enda = strsplit(global_temp,' ');global_low_temp = str2num(a{2});global_mid_temp…

calendar

11 May 2019 08:36 PM IST

    Read more

    Flow Over An Airfoil In Solidworks

    Objective:

      Objective:- 1) To find lift and drag forces at different angle of attack of NACA0017 aerofoil 2) To plot the velocity and pressure cross-sectional plots  3) To analyse flow trajectories at different angle of attack over NACA0017 aerofoil.  Assumptions 1)Surface of aerofoil is smooth and roughness is considered…

    calendar

    11 Feb 2019 06:41 PM IST

      Read more

      Flow over a cylinder

      Objective:

        ABSTRACT In this Project, CFD analysis of a cylinder in which external flow takes place and running a baseline simulation and then calculating the Reynolds number and also the simulation end time. Then increase the Reynolds number by a factor of 20%, 40%, and 100% then run the transient flow simulation. Animations…

      calendar

      11 Feb 2019 09:13 AM IST

      • CFD
      • SOLIDWORKS
      Read more

      Centrifugal pump design and analysis

      Objective:

        Objective  1) To carry out  analysis on made up centrifugal pump 2) To understand relationship between pressure ratio and mass flow rate Theory Centrifugal pump is device to create pressure difference across inlet and oulet. Surging is a one of criteria used for designing of pumps. It may be explained…

      calendar

      11 Feb 2019 09:13 AM IST

        Read more

        Modelling and simulation of flow through a flowbench

        Objective:

        ABSTRACTIn this Project, Creating a 3D model of a flowbench and run flow analysis where the internal flow takes place and running a baseline simulation and then performing a grid dependency test(4, 5 & 6) at a particular valve lift(0.003) and also performing valve lift(0.001 -0.008) test at a particular grid size(5).…

        calendar

        11 Feb 2019 09:07 AM IST

        Read more

        An Otto Cylce Simulator In Python

        Objective:

          An Otto cycle is an idealized thermodynamic cycle that describes the functioning of a typical spark ignition piston engine. It is the thermodynamic cycle most commonly found in automobile engines.this code is to create a PV diagram and calculate the thermal efficiency of the engine.   # Otto Cycle Simulatorimport…

        calendar

        04 Feb 2019 08:44 AM IST

          Read more

          Forward Kinematics Of A 2R Robotic Arm Using Python

          Objective:

          This program is to simulate the forward kinematics of a 2R Robotic Arm.   import matplotlib.pyplot as plt import math#Inputsl1=1 #length of link 1l2=0.5 #length of link 2n_values=10theta_start=math.radians(0)theta_end=math.radians(90)THETA=(theta_end-theta_start)/(n_values-1)theta1=[]theta2=[]for i in range(0,n_values):…

          calendar

          04 Feb 2019 08:42 AM IST

            Read more

            Flow Over A Bicycle Using Python

            Objective:

            When cycling the cyclist experiences a aerodynamic drag force which is the most important resistive force.The drag force can be calculated by knowing the density,frontal area,velocity,and the drag coefficient.The formula for calculating drag force is given by, Drag Force =(0.5*density*frontal area*drag coefficient*velocity^2).…

            calendar

            04 Feb 2019 08:40 AM IST

              Read more

              Python Basics

              Objective:

              Let us consider the given function as f(x,y) = 5−(x−2)^2−2⋅(y−1)^2 and the constraint as g(x,y) = x+4y−3 We can use Lagrange multipliers to find the maximum or minimum value of the function. i.e, L = f-λg Then we have to differentiate L w.r.t x and y and equate it to zero,which…

              calendar

              04 Feb 2019 08:34 AM IST

                Read more

                Data Analysis Using Python

                Objective:

                    *Data analysis is carried out by extracting the data from the file and plots the respective curve by taking the input from the user the dependent variable and independent variable the program automatically extracts the column name and label the P- V curve *In the final step from the PV diagram Area under…

                calendar

                08 Jan 2019 05:25 AM IST

                  Read more

                  Flow SImulation in SolidWorks

                  Objective:

                    This project was all about simulating the velocity of flow of water inside a pipe. The pipe created was a hollow pipe having diameter of 26 mm and inside diameter of 25 mm and the length 500 mm. Also three line probes were created at 95%, 90% and 85% of the length of the pipe to simulate the normalize velocity at…

                  calendar

                  29 Dec 2018 01:45 AM IST

                    Read more

                    Curve Fitting

                    Objective:

                    *********** Remarks of the Evaluator ************ You have not evaluated goodness of fit Also, the way you have estimated error is inadequate for curve fitting, in curve fitting, the error is estimated in two ways  The sum of squares due to error (SSE) Root mean squared error (RMSE) Also, blindly increasing the degree…

                    calendar

                    28 Dec 2018 02:10 PM IST

                      Read more

                      Simulation Of Forward Kinematics Of A 2R Robotic Arm

                      Objective:

                      This program is to simulate the forward kinematics of a 2R Robotic Arm.   import matplotlib.pyplot as plt import math#Inputsl1=1 #length of link 1l2=0.5 #length of link 2n_values=10theta_start=math.radians(0)theta_end=math.radians(90)THETA=(theta_end-theta_start)/(n_values-1)theta1=[]theta2=[]for i in range(0,n_values):…

                      calendar

                      23 Dec 2018 06:13 AM IST

                        Read more

                        Week 1 Flow over bicycle

                        Objective:

                        When cycling the cyclist experiences a aerodynamic drag force which is the most important resistive force.The drag force can be calculated by knowing the density,frontal area,velocity,and the drag coefficient.The formula for calculating drag force is given by, Drag Force =(0.5*density*frontal area*drag coefficient*velocity^2).…

                        calendar

                        23 Dec 2018 04:24 AM IST

                          Read more
                          Showing 1 of 14 projects