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

Matlab program to calculate drag force against a cyclist

OBJECTIVE: Matlab program to calculate drag force against a cyclist with plot showing: Velocity vs Drag force. Drag Coefficient vs Drag force. Drag Force: A drag force is a resistance force caused by the motion of a body through a fluid, such as air or water. A drag force acts opposite to the direction of the oncoming…

    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 KUNAL CHATTERJEE (33)

    To Calculate Drag Force Against A Cyclist & Plot The Graph | PYTHON PROGRAMMING

    Objective:

    OBJECTIVE: Python program to calculate the drag force against a cyclist & plot:  Velocity vs Drag force Drag Coefficient vs Drag force DRAG FORCE:   A drag force is a resistance force caused by the motion of a body through a fluid, such as air or water. A drag force acts opposite to the direction of…

    calendar

    31 Dec 2019 03:12 PM IST

      Read more

      PARSING NASA THERMODYNAMIC DATA | MATLAB

      Objective:

      OBJECTIVE:  To write a code in Matlab to parse the NASA thermodynamic data file and then calculate the specific heat, enthalpy and entropy of all the species using the thermo.dat file.  FILE PARSING: File parsing means how information can be read from a particular text file or any type of file and how that information…

      calendar

      31 Dec 2019 03:12 PM IST

      • MATLAB
      Read more

      USING 3D MESHING FOR THE HOUSING & ARM BRACKET | HYPERMESH

      Objective:

      OBJECTIVE: To check the material property of the rail component and calculate the speed of sound in steel rail. The length of the rail is about 1000 mm, calculate the time takes for a shock wave to travel from one end of the rail to the other. Time for sound to travel length of rail. To edit the engine file so…

      calendar

      31 Dec 2019 03:12 PM IST

        Read more

        Matlab program to calculate drag force against a cyclist

        Objective:

        OBJECTIVE: Matlab program to calculate drag force against a cyclist with plot showing: Velocity vs Drag force. Drag Coefficient vs Drag force. Drag Force: A drag force is a resistance force caused by the motion of a body through a fluid, such as air or water. A drag force acts opposite to the direction of the oncoming…

        calendar

        31 Dec 2019 03:12 PM IST

          Read more

          Surface Meshing Of BMW M6 Creating A Wind Tunnel ANSA

          Objective:

           OBJECTIVE: The objective of this project is:  To perform geometry cleanup of the BMW M6 model. To create surface mesh with different length of each individual part. To create a wind tunnel.   GEOMETRY CLEANUP:                          …

          calendar

          31 Dec 2019 03:11 PM IST

            Read more

            AIR STANDARD CYCLE | OTTO CYCLE & PLOTTING THE p-V diagram

            Objective:

            OBJECTIVE: To plot the p-V diagram of the air standard otto cycle by finding out the state variables at each points. Calculate the  thermal efficiency of the engine OTTO CYCLE: An Otto cycle is a thermodynamic cycle that is used for spark ignition piston engine. It consists of four processes i.e. Reversible adiabatic…

            calendar

            31 Dec 2019 03:10 PM IST

              Read more

              Mesh Cleanup on 2D SHELL Elements | HYPERMESH

              Objective:

              OBJECTIVE: To carry out geometry cleanup on the given 3 models. Extract the midsurface. Clean midsurface geometry. Fill holes of dia less than 5mm. Create 2D mesh with target length 5mm, min 3.5mm max 7mm. Assign proper thickness. GEOMETRY CLEANUP: The models for which the geometry cleanup is to be done has been shown…

              calendar

              31 Dec 2019 03:08 PM IST

                Read more

                Simple Pendulum Motion Using Matlab

                Objective:

                OBJECTIVE:  Program to simulate the transient behaviour of a simple pendulum and to create an animation of it's motion. What is ODE? In Engineering, ODE is used to describe the transient behavior of a system. A simple example is a pendulum the way the pendulum moves depends on the Newtons second law. When this law…

                calendar

                31 Dec 2019 03:08 PM IST

                  Read more

                  MATLAB PROGRAM FOR 2R ROBOTIC ARM SIMULATION

                  Objective:

                  OBJECTIVE: To simulate the forward kinematics of a 2R Robotic Arm using MATLAB.   INTODUCTION: ROBOTIC ARM: A robotic arm is a type of mechanical arm, usually programmable, with similar functions to a human arm; the arm may be the sum total of the mechanism or may be part of a more complex robot.…

                  calendar

                  31 Dec 2019 03:08 PM IST

                  Read more

                  Curve Fit ||| Python program

                  Objective:

                  OBJECTIVE: To perform a curve fit. CURVE FIT: Curve fitting is the process of constructing a curve or mathematical function which fits the best to the real series of data.The curve fit describes how the data changes mathematically. CODE: import numpy as np import matplotlib.pyplot as plt from scipy.optimize import curve_fit…

                  calendar

                  31 Dec 2019 03:01 PM IST

                    Read more

                    Data analysis ||| Python program

                    Objective:

                    OBJECTIVE: Code to obtain the data from the converge output file & plot the graph according to the user input: import numpy as np import matplotlib.pyplot as plt try: open('engine_data.out') except: print('file not in location / wrong input ') Pressure = [] Volume = [] line_count=0 print('Enter the number for the columns…

                    calendar

                    31 Dec 2019 01:44 PM IST

                      Read more

                      Find minimum pressure with Newton-Raphson method ||| Python Program

                      Objective:

                      OBJECTIVE: Find minimum pressure with Newton Raphson Method using Python. import numpy as np import matplotlib.pyplot as plt import math from prettytable import PrettyTable sigma =21773 #150/pow(0.083,2) per square inch ---> Feet beta = 0.5 r = 40 h =[0.6, 1.2, 1.8, 2.4, 3.0, 3.6, 4.2] def f(p,h): t1 = pow(p,3)*(1-pow(beta,2))…

                      calendar

                      31 Dec 2019 12:22 PM IST

                        Read more

                        Surface Meshing Of BMW M6 & Creating A Wind Tunnel || ANSA

                        Objective:

                         OBJECTIVE: The objective of this project is:  To perform geometry cleanup of the BMW M6 model. To create surface mesh with different length of each individual part. To create a wind tunnel.   GEOMETRY CLEANUP:                          …

                        calendar

                        07 Dec 2019 02:18 AM IST

                          Read more

                          MESHING A PRESSURE VALVE USING ANSA

                          Objective:

                          https://projects.skill-lync.com/projects/Pressure-valve-geometry-clean-up-and-analysing-which-element-size-would-best-suit-for-meshing-using-ansa-43397

                          calendar

                          07 Dec 2019 02:18 AM IST

                            Read more

                            MESHING CYLINDER USING ANSA

                            Objective:

                            OBJECTIVE: The main objective of this project is to mesh the cylinder using using ansa. Used element size as 1 units.    ANSA INTRODUCTION: ANSA is a pre-processing  tool widely used in engineering application. It is widely used in automotive field for testing purposes. All the vehicles we see undergo a…

                            calendar

                            07 Dec 2019 02:18 AM IST

                            Read more

                            Constraint Minimization - Pen and Paper calculation

                            Objective:

                            Aim: To minimize the following function: => f(x,y) = `5-(x-2)^2 -2(y-1)^2` Subject to constraint: => `x + 4y = 3` f(x,y) = `5-(x-2)^2 -2(y-1)^2` => `5-(x^2+4-4x) -2(y+1-2y) = 0` => `5 - x^2 - 4 +4x - 2y^2 - 2 +4y = 0` =>`-x^2 -2y^2 +4x+4y-1 = 0` By lagrangian method: g(x,y) = `f(x,y)…

                            calendar

                            07 Dec 2019 02:18 AM IST

                              Read more

                              IP SUBSTRATE STRUCTURAL ANALYSIS || ANSA

                              Objective:

                              OBJECTIVE: To take the mid surface of complex geometry of instrument panel substrate. Mesh the mid planes. Incrrease the quality of each element by the quality criteria assigned.   IP SUBSTRATE: The instrument panel or ip is a control panel located in front of the driver in a vehicle. It displays instruments and controls…

                              calendar

                              07 Dec 2019 02:18 AM IST

                                Read more

                                OTTO CYCLE P-v DIAGRAM | PYTHON PROGRAMMING

                                Objective:

                                OBJECTIVE: To plot the p-V diagram of the air standard otto cycle by finding out the state variables at each points. OTTO CYCLE: An Otto cycle is a thermodynamic cycle that is used for spark ignition piston engine. It consists of four processes i.e. Reversible adiabatic (isentropic) compression Constant volume heat addition…

                                calendar

                                07 Dec 2019 02:18 AM IST

                                Read more

                                Pre-precessing & Meshing A Turbocharger Using Ansa

                                Objective:

                                OBJECTIVE: To clean the geometry of the turbocharger To mesh the model using correct tools To generate volumetric mesh of the turbocharger GEOMETRY CLEANUP: After importing the CAD file into ansa there are a lot of errors such as glitching, missing surfaces, intersecting surfaces.Below figures will show the errors.  …

                                calendar

                                07 Dec 2019 02:18 AM IST

                                Read more

                                USING 3D MESHING FOR THE HOUSING AND ARM BRACKET HYPERMESH

                                Objective:

                                https://projects.skill-lync.com/projects/USING-3D-MESHING-FOR-THE-HOUSING-ARM-BRACKET-HYPERMESH-95024

                                calendar

                                07 Dec 2019 02:18 AM IST

                                  Read more

                                  CURVE FIT | MATLAB

                                  Objective:

                                  OBJECTIVE: To perform a curve fit. CURVE FIT: Curve fitting is the process of constructing a curve or mathematical function which fits the best to the real series of data.The curve fit describes how the data changes mathematically. CODE: clear all close all clc % data load('data') cp_data=load('data') T=cp_data(:,1) %…

                                  calendar

                                  07 Dec 2019 02:18 AM IST

                                    Read more

                                    SURFACE WRAP OF POWER TRAIN COMPONENT || ANSA

                                    Objective:

                                    OBJECTIVE:The objective of this project is to perform surface wrap for three seperate parts which is the: Engine - wrap size 8 mm Transmission - wrap size 5 mm Gear box - wrap size 5 mm After creating the surface wrap of the above parts combining them together by the merge option. SURFACE WRAP: When the proximities are…

                                    calendar

                                    07 Dec 2019 02:18 AM IST

                                      Read more

                                      Meshing Hood For Structural Analysis || ANSA

                                      Objective:

                                      OBJECTIVE: To clean the hood geometry and then mesh it with a target element size of 5mm. Quality Criteria to be followed: HOOD:                                                        Fig…

                                      calendar

                                      07 Dec 2019 02:18 AM IST

                                        Read more

                                        Pre-precessing Meshing A Turbocharger Using Ansa

                                        Objective:

                                        OBJECTIVE: To clean the geometry of the turbocharger To mesh the model using correct tools To generate volumetric mesh of the turbocharger GEOMETRY CLEANUP: After importing the CAD file into ansa there are a lot of errors such as glitching, missing surfaces,intersecting surfaces.Below figures will show the errors.  …

                                        calendar

                                        07 Dec 2019 02:18 AM IST

                                        Read more

                                        OPTIMIZING THE STALAGMITE FUNCTION BY USING GENETIC ALGORITHM MATLAB

                                        Objective:

                                        OBJECTIVE:  To write a code in matlab to optimise the stalagmite function by using the genetic algorithm.   GENETIC ALGORITHM: The genetic algorithm is based Darwin\'s theory of natural evolution, based on the concept of natural selection & natural genetics. The fittest species will survive in the environment…

                                        calendar

                                        07 Dec 2019 02:18 AM IST

                                          Read more

                                          Mesh Cleanup on 2D SHELL Elements HYPERMESH

                                          Objective:

                                          https://projects.skill-lync.com/projects/editor/?id=6Sx21XcHhAOW62OD&projectId=XepeLnEiF8K6EQOX

                                          calendar

                                          07 Dec 2019 02:18 AM IST

                                            Read more

                                            MESHING A CYLINDER USING ANSA

                                            Objective:

                                            Challenge one gets completed.https://projects.skill-lync.com/projects/editor/?id=6Sx21XcHhAOW62OD&projectId=tMbAPKxfxHIZaCXH

                                            calendar

                                            07 Dec 2019 02:18 AM IST

                                              Read more

                                              PARSING NASA THERMODYNAMIC DATA MATLAB

                                              Objective:

                                              https://projects.skill-lync.com/projects/PARSING-NASA-THERMODYNAMIC-DATA-MATLAB-26135

                                              calendar

                                              07 Dec 2019 02:18 AM IST

                                              Read more

                                              Simple Pendulum Motion | Python Program

                                              Objective:

                                              OBJECTIVE: Program to stimulate the transient behaviour of a simple pendulum & to create an animation of it's motion. What is ODE? In Engineering, ODE is used to describe the transient behavior of a system. A simple example is a pendulum the way the pendulum moves depends on the Newtons second law. When this law is…

                                              calendar

                                              07 Dec 2019 02:18 AM IST

                                                Read more

                                                PARSING NASA THERMODYNAMIC DATA

                                                Objective:

                                                OBJECTIVE:  To write a code in Matlab to parse the NASA thermodynamic data file and then calculate the specific heat, enthalpy and entropy of all the species using the thermo.dat file.  FILE PARSING: File parsing means how information can be read from a particular text file or any type of file and how that information…

                                                calendar

                                                07 Dec 2019 02:18 AM IST

                                                Read more

                                                MESHING A PRESSURE VALVE USING ANSA

                                                Objective:

                                                INTRODUCTION: In this project a pressure valve model geometry cleanup is done using ansa as there are a lot of errors.  After the geometry cleanup  & assigning the pid we mesh the given model with various element size: 15units   7 units  2 units Which elment size suits the best will be…

                                                calendar

                                                07 Dec 2019 02:18 AM IST

                                                Read more

                                                OPTIMIZING THE STALAGMITE FUNCTION BY USING GENETIC ALGORITHM || MATLAB

                                                Objective:

                                                OBJECTIVE:  To write a code in matlab to optimise the stalagmite function by using the genetic algorithm.   GENETIC ALGORITHM: The genetic algorithm is based Darwin's theory of natural evolution, based on the concept of natural selection & natural genetics. The fittest species will survive in the environment…

                                                calendar

                                                07 Dec 2019 02:18 AM IST

                                                  Read more

                                                  Program To Simulate Forward Kinematics Of A 2R Robotic Arm | PYTHON PROGRAM

                                                  Objective:

                                                  OBJECTIVE: To simulate the forward kinematics of a 2R Robotic Arm using MATLAB.   INTODUCTION: ROBOTIC ARM: A robotic arm is a type of mechanical arm, usually programmable, with similar functions to a human arm; the arm may be the sum total of the mechanism or may be part of a more complex robot.…

                                                  calendar

                                                  07 Oct 2019 08:43 AM IST

                                                  Read more
                                                  Showing 1 of 33 projects