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

Flow over Bicycle

Aim          To write a MATLAB program for Drag force on cyclist and also making a Plotof the following 1.Plot Between Velocity and Drag Force 2.Plot Between Drag_Coefficient and Drag Force Solution 1.A Plot between veloctiy and Drag Force                …

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 Manikandan Settu (13)

Air standard Cycle

Objective:

Aim         To write a code for solving Otto cycle and to plot the P_V diagram and also to solve the thermal efficiency of the cycle using MATLAB. Procedure and Solution code for creating plot of P_V diagram and to solve thermal efficiency as follow; close all clc %constants bore = 0.25; stroke…

calendar

14 Jul 2020 01:10 PM IST

  • MATLAB
Read more

2R Robotic Arm

Objective:

Aim:                    To write  a MATLAB program for forward Kinematic motion of a robortc arm as given in the video CODE ATTACHEMENT : close all clc l1 = 1; l2 = 0.5; theta1 = linspace(0,90,10); theta2 = linspace(0,90,10); ct = 1; for i = 1:length(theta1) THETA1…

calendar

14 Jul 2020 01:03 PM IST

Read more

Flow over Bicycle

Objective:

Aim          To write a MATLAB program for Drag force on cyclist and also making a Plotof the following 1.Plot Between Velocity and Drag Force 2.Plot Between Drag_Coefficient and Drag Force Solution 1.A Plot between veloctiy and Drag Force                …

calendar

14 Jul 2020 12:44 PM IST

Read more

Frequency Analysis of a rotating shaft

Objective:

Aim:     To create the model in Solidworks according to dimensions that you see fit. Model it in Solidworks according to the image shown below,                         and Conduct a frequency analysis and apply a bearing fixture on the stepped face of the rod at the two ends and perform the analysis. Solution: Setting…

calendar

13 Jul 2020 06:01 PM IST

    Read more

    Flow over a cylinder

    Objective:

    Aim:  Simulate the flow over a cylinder for the conditions shown in the video. 2. Calculate the baseline case Reynolds number.  3. Run a baseline simulation and then calculate the Reynolds number. Then increase the Reynolds number by a factor of 20%, 40%, and 100% then run the transient flow simulation.…

    calendar

    11 Jul 2020 11:30 AM IST

      Read more

      MBD Simulation on IC Engine Valve Train

      Objective:

      Aim:       To Model the parts and assemble them in SolidWorks and Run the simulation using the below parameters.                   Solution:About engine valve train: (reference:wikipedia)                 …

      calendar

      29 Jun 2020 02:24 PM IST

        Read more

        MBD Simulation on a Piston Assembly

        Objective:

        Aim:     To create all the model and assemble them in solidworks and do a motion study on it. Solution: Engine:         An engine or motor is a machine designed to convert one form of energy into mechanical energy.heat engine, like the internal combustion engine,…

        calendar

        28 Jun 2020 10:53 AM IST

          Read more

          Project 1 - Parsing NASA thermodynamic data

          Objective:

          Aim:     To write a program for prasing the NASA's thermodynamic data and also to plot the various graph on various chemical components like oxygen, nitrogen, and carbon di-oxide,etc., also to find the molecular weight of each of the components. Solution:           By using the below governing equation the blow codes are…

          calendar

          27 Jun 2020 01:22 PM IST

            Read more

            Planetary Gear

            Objective:

            Aim:    To design and assemble Planetary gear arrangement and do motion study on it using solidworks.Solution:Planetary Gear (or) Epicyloic gear train:    An epicyclic gear train (also known as planetary gear) consists of two gears mounted so that the center of one gear revolves…

            calendar

            18 Jun 2020 03:59 PM IST

              Read more

              Internal Geneva Mechanism

              Objective:

              Aim:     To creat a 3D model of internal geneva mechanism parts and assemble it and to make a motion study on it and to obtain the following plot, are as follow  Contact force (between driving and the driven wheel) as a function of time. Angular Displacement of the driven wheel. Compare the contact…

              calendar

              15 Jun 2020 10:20 AM IST

                Read more

                Week 4 - Genetic Algorithm

                Objective:

                Aim:      To understand the concept of genetic algorithm and Write a code in MATLAB to optimise the stalagmite function and find the global maxima of the function. Solution: Genetic Algorithm:      A genetic algorithm (GA) is a method for solving both constrained and unconstrained…

                calendar

                12 Jun 2020 10:43 AM IST

                  Read more

                  Curve Fitting based on RSME and R-square method

                  Objective:

                  Aim:         To write a code to fit a linear and cubic polynomial for the Cp data given below,using R-square method and RSME method. Solution: Curve Fitting:            Curve fitting is the process of constructing a curve, or mathematical function, that has the best…

                  calendar

                  06 Jun 2020 06:26 PM IST

                  Read more

                  Week 3 - Solving second order ODEs

                  Objective:

                   Aim:             To write a program to solve the given ODE in the challenge,and also to write a code for making a video of motion of simple pendulum and also to write a code to find the position of the pendulum. Solution:         The given below code is a function…

                  calendar

                  06 Jun 2020 05:03 PM IST

                    Read more
                    Showing 1 of 13 projects