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

KURUVA GUDISE KRISHNA MURHTY

Bachelor of Aeronautical Engineering

Skills Acquired at Skill-Lync :

  • CFD
  • NUMERICAL-ANALYSIS
  • MATLAB
  • OPENFOAM
  • MATLAB-BASICS
  • ANSYS-FLUENT

Introduction

Present days are works under computer systems and every one to search the completing of is work in easy ways and now a days designers made a important in everywhere in the world because any new things as been created in this role. So, that's thing to move to a step into this Designing fields, I learned the Designing Software with full of interest in my college days. I completed many designs in before completing my graduation and my finals year project was completed with full of my knowledge using Catia, Solid Works, Ansys fluent and Structural Analysis and present i'm looking to join in related Designing company to make my life happy.

26 Projects

Week 2- 2R Robotic Arm Challenge

Objective:

Object: write a program in Matlab to simulate the forward kinematics of a 2R Robotic arm and Create an animation file of the plot   Code: clear all close all clc %input l1=1; l2=0.5; theta1=linspace(0,90,10); theta2=linspace(0,90,10); ct=1; for i = 1:length(theta1) THETA1=theta1(i); for j=1:length(theta2) THETA2=theta2(j);…

calendar

07 Apr 2022 05:34 AM IST

    Read more

    Week 3 - Solving second order ODEs

    Objective:

    Object: Your objective is to write a program that solves the following ODE. This ODE represents the equation of motion of a simple pendulum with damping Code:   clear all close all clc b=0.05; g=9.81; l=1; %length is m m=1; %mass is kg %Initial condition theta_0=[0;3]; %time point t_span=linspace(0,20,150); %Slove…

    calendar

    19 Apr 2022 08:18 AM IST

      Read more

      Week 4.1 - Genetic Algorithm

      Objective:

      Object: Write a code in MATLAB to optimise the stalagmite function and find the global maxima of the function. Clearly expalin the concept of genetic algorithm in your own words and also explain the syntax for ga in MATLAB in your report. Make sure that your code gives the same output, even if it is made to run several…

      calendar

      06 May 2022 12:57 PM IST

      • MATLAB
      Read more

      Project 1 - Parsing NASA thermodynamic data

      Objective:

      Object: To write a MATLAB program to parse the NASA thermodynamic data file. Calculate htermodynamics properties of various gas species Plot the Specific heat(CP),Enthalpy(H) and Entropy(S) for the local temperature range specific for each species.   Theory: Parsing: Parsing a file means reading in a data stream of…

      calendar

      23 May 2022 11:10 AM IST

      Read more

      Project 2 - Rankine cycle Simulator

      Objective:

      Object:  Creating a Rankine Cycle Simulator & Calculating the state points of the Rankine Cycle based on user inputs.  Plotting the corresponding T-S and H-S plots for the given set of inputs.    Theory:  The Rankine cycle is an idealized thermodynamic cycle of a constant pressure heat engine…

      calendar

      24 May 2022 12:39 PM IST

        Read more

        Week 3.5 - Deriving 4th order approximation of a 2nd order derivative using Taylor Table method

        Objective:

        Object: Derive the following 4th order approximation of the second-order derivative using:-  Central difference Skewed right-sided difference Skewed left-sided difference Also, prove that your skewed schemes are fourth-order accurate.   Write a program in Matlab to evaluate the second-order derivative of…

        calendar

        18 Jul 2022 11:40 AM IST

        Read more

        Week 1- Mixing Tee

        Objective:

        OBJECTIVE:  For this challenge, we have created two versions of the mixing tee. One of them is longer than the other.  Our job is to set up steady-state simulations to compare the mixing effectiveness when hot inlet temperature is 360C & the Cold inlet is at 190C.   Use the k-epsilon and k-omega…

        calendar

        10 Aug 2022 10:33 AM IST

        Read more

        Week 5.1 - Mid term project - Solving the steady and unsteady 2D heat conduction problem

        Objective:

         AIM:  To solve 2D heat conduction equation for steady and transient state using various iterative techniques such as Jacobi, Gauss Seidel and Successive over relaxation methods using MATLAB.  Problem Define;  Heat conduction equation is define by the pde  `(delT)/(delt)=alpha.(del^2T)/(delx)+(del^2T)/(dely)+(del^2T)/(delz)`…

        calendar

        10 Aug 2022 05:48 PM IST

        Read more

        Week 2 - Flow over a Cylinder.

        Objective:

        AIM:  Simulate the flow over a cylinder and explain the phenomenon of Karman vortex street. Understanding the vortex shedding for different Reynolds numbers by changing the inlet velocities accordingly. Create a monitor point behind the cylinder at a distance 4 times the diameter which can be used to calculate and analyze…

        calendar

        19 Aug 2022 05:26 AM IST

          Read more

          Week 7 - Simulation of a 1D Super-sonic nozzle flow simulation using Macormack Method

          Objective:

           Objective:  To Simulate the isentropic flow through a Quasi 1D subsonic nozzle by deriving both the conservation and non-conservation forms of the governing equations and solve them by implementing the MacCormack's technique using MATLAB.  Problem Statement:  Determine the steady-state temperature…

          calendar

          22 Aug 2022 11:20 AM IST

          Read more

          Week 9 - FVM Literature Review

          Objective:

          Objective: To study and understand                      1. The difference between FDM and FVM.                      2. Interpolation schemes in FVM            …

          calendar

          22 Aug 2022 02:54 PM IST

          Read more

          Week 8 - Simulation of a backward facing step in OpenFOAM

          Objective:

          OBJECTIVE.  To simulate an incompressible-laminar-viscous flow through the backwards-facing step geometry and perform a transient simulation.  Case 1 - To Simulate the flow without using any grading factor (i.e., GF = 1)  Case 2 -  To Simulate the flow with a grading factor of 0.2. The cells…

          calendar

          23 Aug 2022 06:35 AM IST

          Read more

          Week 3 - External flow simulation over an Ahmed body.

          Objective:

            Q1. Describe Ahmed's body and its importance. Q2. Explain the reason for the negative pressure in the wake region.  Q3. Explain the significance of the point of separation.  Expected Results: 1. Velocity and pressure contours.  2. The drag coefficient plot for a refined case. ( For velocity of 25m/sec,…

          calendar

          11 Sep 2022 09:06 AM IST

          Read more

          Week 2 Challenge : Surface meshing on a Pressure valve

          Objective:

          Surface meshing on a Pressure valve Check for the geometrical errors and perform Topology cleanup.  Set three different target lengths as three different cases and mesh the model. Target length = 1mm, 3 mm and 5 mm (i.e., 3 cases).  Element type to be used is triangular.  Apply any one target length from…

          calendar

          19 Sep 2022 07:21 AM IST

          Read more

          Week 4 - CHT Analysis on Exhaust port

          Objective:

          Give a brief description of why and where a CHT analysis is used. Maintain the y+ value according to the turbulence model and justify the results.  Calculate the wall/surface heat transfer coefficient on the internal solid surface & show the velocity & temperature contours in appropriate areas. How would you verify if…

          calendar

          25 Sep 2022 01:19 PM IST

          Read more

          Week 3 Challenge : CFD meshing on Turbocharger

          Objective:

          CFD meshing on Turbocharger   AIM: This project aims to mesh a turbo charger for conducting CFD analysis.  OBJECTIVE:  The main objective of the given challenge is to perform surface mesh and volume mesh on turbo charger and also geometry clean up with the surface mesh for the PID's as  Perform surface mesh with the given…

          calendar

          27 Sep 2022 07:17 AM IST

          Read more

          Week 5 - Rayleigh Taylor Instability

          Objective:

                                                                    …

          calendar

          30 Sep 2022 04:48 AM IST

          Read more

          Week 4 Challenge : CFD Meshing for BMW car

          Objective:

          CFD Meshing for BMW car   For the given model, check and solve all geometrical errors on half portion and Assign appropriate PIDs. Perform meshing with the given Target length and element Quality criteria. After meshing the half model, Do symmetry to the other side. Target lengths for the different parts of a model…

          calendar

          12 Oct 2022 04:45 PM IST

          Read more

          Week 5 Challenge : Surface wrap on Automotive Assembly

          Objective:

          Surface wrap on Automotive Assembly     Aim: To merge the different models and perform surface wrap on the models.  Procedure :  First the model is loaded on to ANSA  Unwanted surface are deleted without damaging the outer shape of the geometries.  Single cons are resolved mainly here as it would affect negetively on the…

          calendar

          26 Oct 2022 05:16 AM IST

          Read more

          Week 11 - Simulation of Flow through a pipe in OpenFoam

          Objective:

                                                             Simulation of Flow through a pipe in OpenFoam  Aim: To simulate the axe symmetric flow in a pipe through openfoam.  Objective:   Validate Hydro-dynamic length with the numerical result  Validate the fully developed flow velocity profile with its analytical profile  Validate…

          calendar

          31 Oct 2022 04:55 AM IST

          Read more

          Week 6 - CHT Analysis on a Graphics card

          Objective:

          Your Objectives: Run the simulation by varying the velocity from 1m/sec to 5m/sec for at least 3 velocities and discuss the results. Find out the maximum temperature and heat transfer coefficient attained by the processor. Prove that the simulation has achieved convergence with appropriate images and plots. Identify potential…

          calendar

          31 Oct 2022 01:50 PM IST

            Read more

            Week 8 - Simulating Cyclone separator with Discrete Phase Modelling

            Objective:

                                                Simulating Cyclone separator with Discrete Phase Modelling   Cyclone Separator:   Cyclone…

            calendar

            04 Nov 2022 05:31 PM IST

            Read more

            Week 12 - Validation studies of Symmetry BC vs Wedge BC in OpenFOAM vs Analytical H.P equation

            Objective:

            Angles to test: `theta=10^0` `theta=25^0` `theta=45^0`   Expected Results Validate Hydro-dynamic length with the numerical result Validate the fully developed flow velocity profile with its analytical profile Validate maximum velocity and pressured drop for fully developed flow Post-process Shear stress and validate…

            calendar

            06 Nov 2022 06:53 AM IST

            Read more

            Week 9 - Parametric study on Gate valve.

            Objective:

              Theory:   Introduction:    Gate valves are designed for fully open or fully closed service. They are installed in pipelines as isolating valves and should not be used as control or regulating valves. Operation of a gate valve is performed doing an either clockwise to close (CTC) or clockwise…

            calendar

            07 Nov 2022 05:07 PM IST

              Read more

              Week 10 - Simulating Combustion of Natural Gas.

              Objective:

              COMBUSTION Combustion is defined as a chemical reaction in which a hydrocarbon reacts with an oxidant to form products, accompanied by the release of energy in the form of heat.  Combustion manifests as awode domain during the design, analysis, and performance characteristics stage by being an integral part of various…

              calendar

              08 Nov 2022 07:38 PM IST

              Read more

              Project 1 : CFD Meshing for Tesla Cyber Truck

              Objective:

                                                     CFD Meshing for Tesla Cyber Truck   Initial Model    First of all…

              calendar

              09 Nov 2022 05:46 PM IST

              Read more
              Showing 1 of 26 projects

              4 Course Certificates

              certificate

              MATLAB for Mechanical Engineers

              CertificateIcon
              Certificate UID: cb0elnovj1dywmqz
              View Certificate
              certificate

              Introduction to CFD using MATLAB and OpenFOAM

              CertificateIcon
              Certificate UID: os9cw83d5yqiav10
              View Certificate
              certificate

              Advanced CFD Meshing using ANSA

              CertificateIcon
              Certificate UID: 4kogpjw3aycf9s2z
              View Certificate
              certificate

              Introduction to GUI based CFD using ANSYS Fluent

              CertificateIcon
              Certificate UID: 5wmfisc3vn4kxgql
              View Certificate
              Showing 1 of 4 certificates

              Academic Qualification

              B.Tech

              Hindustan Institute of Technology & Science

              19 Jul 2017 - 08 May 2021

              12th

              Sri Chaitanya Junior College

              14 Jul 2015 - 16 May 2017

              10th

              Adarsha Vidya Mandir High School

              09 May 2012 - 13 May 2015

              Schedule a counselling session

              Please enter your name
              Please enter a valid email
              Please enter a valid number

              Here are the courses that I have enrolled

              coursecard
              4.8

              13 Hours of Content

              coursecard
              4.7

              5 Hours of Content

              coursecard
              4.9

              12 Hours of Content

              coursecard
              Recently launched

              18 Hours of Content

              coursecard
              Recently launched

              21 Hours of Content

              coursecard
              Recently launched

              10 Hours of Content

              Similar Profiles

              Apoorv Ranjan
              Apoorv Ranjan

              Ladder of success cannot be climbed with hands in pocket.

              Pruthvi Jagadeesh GK
              Pruthvi Jagadeesh GK

              The Future in Motion

              Srinivas S
              Srinivas S

              The future in motion

              Kanak Agrawal
              Kanak Agrawal

              Passionate to learn