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

Kamal Kosta

CFD

Skills Acquired at Skill-Lync :

  • CFD
  • NUMERICAL-ANALYSIS
  • MATLAB
  • OPENFOAM
  • MATLAB-BASICS
  • ANSYS-FLUENT
  • GT-POWER
  • GT-SUITE

Introduction

Mechanical Engineer (CFD)

29 Projects

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

Objective:

Derivation of 4th order approximation of 2nd order derivative  required number of nodes = order of approximation +order of derivative-1 required number of nodes= 4+2-1=5 1. Central Difference Scheme: (five nodes are i-2, i-1, i, i+1, i+2) `(del^2f)/(delx^2)=af(i-2)+bf(i-1)+cf(i)+df(i+1)+ef(i+2)`----------(1) now using…

calendar

21 Dec 2021 05:42 AM IST

  • MATLAB
Read more

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

Objective:

Generalised 2-D heat conduction equation `(del^2T)/(delx^2)+(del^2T)/(dely^2)=1/alpha(delT)/(delt)` Discretised form `(T_(i+1,j)-2 T_(i,j)+ T_(i-1,j))/(Deltax^2) +(T_(i,j+1) -2 T_(i,j) +T_(i,j-1))/(Deltay^2)=1/alpha(T_(i,j)^(n+1)-T_(i,j)^n)/(Deltat)` Given boundary conditions are:  Top boundary, `T_T =600K` Bottom…

calendar

14 Jan 2022 05:06 AM IST

    Read more

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

    Objective:

    Main Code clc; close all; clear all %% Domain information (Reference:John D.Anderson) L=3; nx=31; x=linspace(0,L,nx)'; dx=x(2)-x(1); C=0.5; % Courant number nt=1400; gamma=1.4; A=1+2.2*(x-1.5).^2; [rho1,V1,T1,p1,M1,m1,rho_t1,V_t1,T_t1,p_t1,M_t1,m1_t1,residual1]=non_conservative(x,dx,A,C,nt,gamma); [rho2,V2,T2,p2,M2,m2,rho_t2,V_t2,p_t2,T_t2,M_t2,m_t2,residual2]=conservative(x,dx,A,C,nt,gamma);…

    calendar

    28 Jan 2022 03:02 PM IST

    Read more

    Week 9 - FVM Literature Review

    Objective:

    Finite Volume Method: it is a method of representing and evaluating the partial differential equation in the form of algebraic equations. by using the gauss divergence theorem, the volume integrals in a partial differential equation that contains the divergence of a vector field converts into a surface integral of a vector…

    calendar

    02 Feb 2022 09:22 AM IST

      Read more

      Week 1- Mixing Tee

      Objective:

      Aim:  set up steady-state simulations to compare the mixing effectiveness when hot inlet temperature is 360C & Cold inlet is at 190C.  Introduction:  Use the `k-epsi` and `k-omega`  SST model for the first case and based on your judgment use the more suitable model for further cases.…

      calendar

      16 Feb 2022 02:35 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. Introduction:   Part I:   Simulate the flow with the steady and unsteady case and calculate the Strouhal Number for Re= 100.  Part II :  Calculate the coefficient of drag and lift over a cylinder by setting the Reynolds number to…

        calendar

        26 Feb 2022 11:07 AM IST

          Read more

          Week 3 - External flow simulation over an Ahmed body.

          Objective:

          1. Background:  the movement of air over the roof of the car is separated at the end of the roof; a phenomenon is known as the wake. The wake is a low-pressure zone and its location is behind the car. The shape of the rear of the car is more important than the shape of the front because of the wake. Figure 1.1: Flow…

          calendar

          06 Mar 2022 05:00 AM IST

            Read more

            Week 4 - CHT Analysis on Exhaust port

            Objective:

            Introduction: Exhaust port:           The exhaust manifold is a key component of 4 stroke I.C. engine. the exhaust manifold is mounted on the cylinder head of the engine.  the exhaust manifold collects the exhaust gases from multiple cylinders into one pipe. at the exhaust stroke, the exhaust…

            calendar

            09 Mar 2022 08:21 AM IST

              Read more

              Week 5 - Rayleigh Taylor Instability

              Objective:

              Rayleigh Taylor Instability: RT instability (after Lord Rayleigh and G. I. Taylor) is the instability of the interface between two immiscible fluids of different densities which occurs when lighter fluid is pushing the heavier fluid.  if `rho_1>rho_2` then it is a stable configuration if `rho_2>rho_1` then it is an unstable…

              calendar

              22 Mar 2022 05:15 PM IST

              Read more

              Week 10 - Simulating Combustion of Natural Gas.

              Objective:

              Aim: Plot the variation of mass fraction of species `CO_2, H_2O, CH_4, N_2, O_2, NOx` emissions and soot formation. Observe the effect of the addition of water content in fuel from 5% to 30% by mole. Introduction: What is Natural Gas :  it is also called fossil gas or sometimes just gas. it is a naturally occurring…

              calendar

              29 Mar 2022 06:42 PM IST

                Read more

                Week 6 - CHT Analysis on a Graphics card

                Objective:

                Aim: Perform steady-state conjugate heat transfer analysis on a model of a graphics card. Objectives: Run the simulation for velocity v=1 m/s, 3 m/s and 5 m/s Find maximum temperature and convective heat transfer coefficient attained by the processor achieve convergence identify potential hotspots on the model Introduction:…

                calendar

                06 Apr 2022 02:32 PM IST

                Read more

                Week 9 - Parametric study on Gate valve.

                Objective:

                Aim: Parametric study on Gate Valve. Objectives:  Obtain the mass flow rates at the outlet for each design point. Calculate the flow coefficient and flow factor for each opening and plot the graph Discuss the results of the mass flow rate and flow coefficient Introduction: it is also known as a sluice valve.…

                calendar

                11 Apr 2022 05:15 PM IST

                  Read more

                  Week 8 - Simulating Cyclone separator with Discrete Phase Modelling

                  Objective:

                  Aim:-  To perform analysis on cyclone separator and calculate the separation efficiency and pressure drop.   Objective:- To write a few words about any four empirical models used to calculate the cyclone separator efficiency.  To perform an analysis on a given cyclone separator model by varying the…

                  calendar

                  23 Apr 2022 01:33 PM IST

                    Read more

                    Week 2- 2R Robotic Arm Challenge

                    Objective:

                    `l_1`=length of link 1 `l_2`=length of link 2 `theta_1`=Angle made by link 1 with horizontal `theta_2`=Angle made by link 2 with horizontal `x_1=l_1costheta_1`,`y_1=l_1sintheta_1` `x_2=x_1+l_2costheta_2, y_2=y_1+l_2sintheta_2` MATLAB Code %% Programming of 2R Robotic Arm clear all close all clc %% Inputs % length of first…

                    calendar

                    08 May 2022 06:08 AM IST

                    Read more

                    Week 3 - Solving second order ODEs

                    Objective:

                      Let `theta`=angular displacement of the pendulum in a counterclockwise direction.  then after restoring torques will act on the pendulum to come back to its original position.   `Iddottheta`=Inertia torque in a clockwise direction where I=moment of inertia of mass m about a fixed point through which…

                    calendar

                    16 May 2022 02:01 PM IST

                    Read more

                    Project 2 - Rankine cycle Simulator

                    Objective:

                    Rankine cycle: The ideal cycle for the vapour power cycle Many of the impracticalities associated with the Carnot cycle can be eliminated by superheating the steam in the boiler and condensing it completely in the condenser, as shown schematically on a T-s diagram. The cycle that results is the Rankine cycle, which is…

                    calendar

                    15 Jun 2022 06:19 PM IST

                    Read more

                    Week 2 - Converging diverging nozzle

                    Objective:

                    1. Geometry Figure: 2-D geometry of the convergent-divergent nozzle    2. Meshing Figure: Meshing    Figure: Named Selection   3. Setup   Figure: Solver   Figure: Turn on the Energy equation   Figure: Viscous model   Figure: Pressure Inlet boundary condition   Figure: Temperature…

                    calendar

                    25 Jun 2022 06:56 AM IST

                      Read more

                      Week 3 - Pitot tube

                      Objective:

                      1(a). Pitot and Pitot-Static Probes: Pitot probes (also called pitot tubes) and pitot-static probes, named after the French engineer Henri de Pitot (1695-1771), are widely used for flow speed measurement.  A pitot tube is just a tube with a pressure tap at the stagnation point that measures stagnation pressure, while…

                      calendar

                      28 Jun 2022 09:00 AM IST

                        Read more

                        Week 5 - Turbulence modelling challenge

                        Objective:

                        literature review on Flow analysis around a golf ball Question: Why the surface of a golf ball is not smooth but rather there are a lot of dents? Answer: The reason is that those dents called dimples reduce air drag on a golf ball. Such a minuscule difference in the surface helps reduce air drag, and as a result, helps…

                        calendar

                        11 Jul 2022 03:14 PM IST

                        Read more

                        Week 8- Moving zones approach in Fluent

                        Objective:

                        Introduction:  Stationary (or inertial) Reference Frame: Ansys Fluent solves the equation of the heat transfer and fluid flow, by default, in a stationary reference frame. However, there are many problems where it is advantageous to solve equations in a moving(non-inertial) reference frame. such problem typically…

                        calendar

                        14 Jul 2022 11:47 AM IST

                          Read more

                          Week 9- Unsteady moving zones Approach

                          Objective:

                          Aim:  Simulate the motion of blades in a generic turbomachinery component using an unsteady approach Step1: Reading multiple mesh files:  There may be some cases in which we will need to read multiple mesh files (subdomains) to form our computational domain. Three ways of reading multiple mesh files in Ansys…

                          calendar

                          17 Jul 2022 11:10 AM IST

                            Read more

                            Week 11- Broadband Noise modelling over Ahmed body

                            Objective:

                            Aim: Describe Ahmed's body and its importance. Setup the domain and set up assuming the body is travelling at 110 kmph Run the setup till convergence and plot for static pressure and coefficient of drag and lift to check for convergence Turn on Broadband- modelling and detail the acoustic field study over Ahmed's body.…

                            calendar

                            26 Jul 2022 10:33 AM IST

                              Read more

                              Week 12- Major Project (CFD Analysis on Combustion in a SCRAMJET engine)

                              Objective:

                              Introduction: Before understanding the SCRAMJET engine, first, need to understand the TURBOJET engine and RAMJET engine.   TURBOJET Engine: The turbojet is an airbreathing jet engine typically used in aircraft. It consists of a gas turbine and a propelling nozzle. The gas turbine has an air inlet…

                              calendar

                              31 Jul 2022 04:17 PM IST

                                Read more

                                Week 7 - Minor Project

                                Objective:

                                Aim:  setup the domain for analysis of flow over an airfoil at the subsonic and supersonic regimes.  airfoil will be analysed at `5^o, 10^o and 15^o` angles of attack and compare the lift and drag coefficient in all cases.  Introduction:   The wings of birds were the original inspiration for…

                                calendar

                                10 Aug 2022 06:24 PM IST

                                  Read more

                                  Week 2 Challenge : Surface meshing on a Pressure valve

                                  Objective:

                                    What is a Pressure Safety Valve (PSV): The primary purpose of PSV is the protection of life, property and the surrounding(environment). It will start working during overpressure events in pressurised vessels or equipment.  Reason for excess pressure in the system: Outlet is blocked Control valve failure/abnormal…

                                  calendar

                                  25 Aug 2022 06:12 PM IST

                                  Read more

                                  Week 3 Challenge : CFD meshing on Turbocharger

                                  Objective:

                                  Aim:  For the given model, check for the geometrical errors to make appropriate volumes. Create and assign PIDs Perform surface mesh with the given target lengths as per PIDs Blade stage-1 = 1 mm Blade stage-2 = 1 mm Impeller = 2 mm Shaft rotor = 1 mm Turbo casing = 5 mm Compressor casing = 5 mm Inlet casing cover…

                                  calendar

                                  06 Sep 2022 04:31 PM IST

                                  Read more

                                  Week 4 Challenge : CFD Meshing for BMW car

                                  Objective:

                                  Aim:  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 are as follow: Body…

                                  calendar

                                  30 Sep 2022 12:23 AM IST

                                  Read more

                                  Week 5 Challenge : Surface wrap on Automotive Assembly

                                  Objective:

                                  Aim: For the given models, check for the geometrical errors and delete surfaces which are unwanted for the Surface wrap After clearing geometry, Merge all 3 models and perform surface wrap. Introduction: Surface wrapping: surface wrapping is a meshing technique that should be used when the input data are either too…

                                  calendar

                                  08 Oct 2022 06:14 PM IST

                                  Read more

                                  Project 1 : CFD Meshing for Tesla Cyber Truck

                                  Objective:

                                  Aim:  CFD Meshing for Tesla Cyber Truck Objectives:  check and solve all geometrical errors Assign appropriate PIDs Perform meshing with the suitable Target length and element Quality criteria Introduction of ANSA 1. What is ANSA? ANSA is a preprocessing Computer Aided Engineering (CAE) tool used in Finite Element Analysis…

                                  calendar

                                  21 Oct 2022 05:08 AM IST

                                  Read more
                                  Showing 1 of 29 projects

                                  5 Course Certificates

                                  certificate

                                  Introduction to GUI based CFD using ANSYS Fluent

                                  CertificateIcon
                                  Certificate UID: aj3qm6db5s8nihrx
                                  View Certificate
                                  certificate

                                  Introduction to CFD using MATLAB and OpenFOAM

                                  CertificateIcon
                                  Certificate UID: 29rxhklap5twj16z
                                  View Certificate
                                  certificate

                                  MATLAB for Mechanical Engineers

                                  CertificateIcon
                                  Certificate UID: 7o2yiw8saxg6nmf1
                                  View Certificate
                                  certificate

                                  Introduction to Aero-Thermal simulation using ANSYS Fluent

                                  CertificateIcon
                                  Certificate UID: gmw9j41qt0ry2he3
                                  View Certificate
                                  certificate

                                  Advanced CFD Meshing using ANSA

                                  CertificateIcon
                                  Certificate UID: d1olmugp7tx6vnw8
                                  View Certificate
                                  Showing 1 of 5 certificates

                                  Academic Qualification

                                  M.Tech

                                  National Institute of Technology Tiruchirappalli

                                  10 May 2013 - 10 May 2015

                                  B.E

                                  ITM University Gwalior

                                  10 Jun 2008 - 10 Jun 2012

                                  12th

                                  Govt. Boys H.S school shiksha nagar

                                  05 Mar 2005 - 04 Mar 2006

                                  10th

                                  Govt. Boys H.S school shiksha nagar

                                  05 Mar 2003 - 05 Mar 2004

                                  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

                                  Krantiveer .
                                  Krantiveer .

                                  Give more than what you get you will get more than what you gave