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

Dhanu Manthri

“I am the architect of my life; I build its foundation and choose its contents.” “Today, I am brimming with energy and overflowing with joy.” “My body is healthy; my mind is brilliant; my soul is tranquil.”

Skills Acquired at Skill-Lync :

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

Introduction

Creative. I use a creative approach to problem solve,Energetic. I am always energetic and eager to learn new skills.

19 Projects

Week 2- 2R Robotic Arm Challenge

Objective:

% A program to simulate the forward kinematics of a 2R Robotic Arm clear allclose allclc % Taking inputs% Length of link-1 (L1) and link-2 (L2) in meterL1=1;L2=0.5; % Angle traced by link-1 in degrees (theta_1)theta_1=linspace(0,90,11); % Angle traced by link-2 in degrees (theta_2)theta_2=linspace(0,90,21); % Initialising…

calendar

21 Jul 2022 04:47 AM IST

  • MATLAB
Read more

Week 3 - Solving second order ODEs

Objective:

SIMPLE PENDULUM AIM: To create an animation of simple pendulum by using second order differential equation by using ode solver function. For simulation the second order equation of the simple pendulum is: To create a plot between angular velocity and displacement of simple pendulum by using ode45. CONCEPT: For a simple…

calendar

01 Aug 2022 01:22 AM IST

Read more

Week 4.1 - Genetic Algorithm

Objective:

AIM : To study about Genetic Algorithm and to calculate the global maxima of stalagmite function using Genetic Algorithm in MATLAB. OBJECTIVE : To study about Genetic Algorithm and Stalagmite function. To write a code in Matlab to optimise the stalagmite function and find the global maxima of the function. To plot graphs…

calendar

08 Aug 2022 02:08 AM IST

Read more

Project 1 - Parsing NASA thermodynamic data

Objective:

Parsing NASA thermodynamic data Aim: To write a code in Matlab to parse the NASA thermodynamic data file and then calculate the thermodynamic properties of various gas species. Objective : 1. To write a function that extracts the 14 coefficients and calculates the enthalpy, entropy, and specific heats for all the…

calendar

15 Aug 2022 02:08 AM IST

Read more

Week 2 Challenge : Surface meshing on a Pressure valve

Objective:

Objective : The objective of this project is to create a Surface meshing on a Pressure valve with element type of tria and mesh the model with three different target lengths i.e., 1mm, 3 mm and 5 mm  by using ANSA. Introduction : ANSA :  ANSA is a Computer-aided engineering tool…

calendar

24 Aug 2022 02:49 AM IST

Read more

Project 2 - Rankine cycle Simulator

Objective:

AIM : To create a Rankine Cycle Simulator using MATLAB. OBJECTIVE : To calculate the state points of the Rankine Cycle based on user inputs.  To plot the corresponding T-s and h-s plots for the given set of inputs. THEORY :-                RANKINE CYCLE : THE IDEAL CYCLE FOR VAPOR POWER CYCLES The Rankine cycle, which…

calendar

29 Aug 2022 01:56 AM IST

Read more

Week 3 Challenge : CFD meshing on Turbocharger

Objective:

Aim: For the given model of a turbocharger, check for the geometrical errors to make appropriate volumes. Create and assign PIDs accordingly. Create surface mesh and use that to create a volumetric mesh.   Objective: 1. Perform surface mesh with the given target lengths as per PIDs. Blade stage-1 = 1 mm Blade stage-2 =…

calendar

30 Aug 2022 02:30 AM IST

Read more

Week 4 Challenge : CFD Meshing for BMW car

Objective:

1] AIM - To generate volumetric mesh for BMW car for CFD applications. 2] OBJECTIVE - * To create half model of the given geometry and solve all geometrical errors.* To perform topology cleanup,generate PID's and generate surface mesh.* To create wind tunnel.* To generate volumetric mesh from the surface mesh and do symmetry.…

calendar

06 Sep 2022 03:53 AM IST

Read more

Week 5 Challenge : Surface wrap on Automotive Assembly

Objective:

Aim: The aim of this project is to surface wrap an automotive powertrain. The CAD models to which can be found here. Objective: The objectives of this project are To check for the geometrical errors and delete surfaces that are unwanted for the surface wrap. To Merge all 3 models and perform surface wrap after clearing…

calendar

14 Sep 2022 02:48 AM IST

Read more

Project 1 : CFD Meshing for Tesla Cyber Truck

Objective:

Aim: To check and solve all the geometrical errors, assign relevant PIDs, and perform surface mesh on the cyber truck geometry as well as the wind tunnel surfaces. Objective : To Identifying & cleanup all the topological errors in the given Tesla Cyber Truck Car model. To create a surface mesh. To Create…

calendar

22 Oct 2022 02:26 AM IST

Read more

Week 1- Mixing Tee

Objective:

AIM: to set up steady-state simulations to compare the mixing effectiveness when the hot inlet temperature is 360C & the Cold inlet is at 190C creating two versions of the mixing tee. OBJECTIVE:  is to set up steady-state simulations to compare the mixing effectiveness when the hot inlet temperature…

calendar

11 Oct 2022 01:57 PM IST

    Read more

    Week 2 - Flow over a Cylinder.

    Objective:

    Aim: To Simulate the flow over a cylinder and explain the phenomenon of Karman vortex street.   Objective: 1.To Calculate the coefficient of drag and lift over a cylinder by setting the Reynolds number to 10,100,1000,10000 & 100000. (Run with steady solver) 2.Simulate the flow with the steady and unsteady…

    calendar

    12 Oct 2022 01:55 PM IST

      Read more

      Week 3 - External flow simulation over an Ahmed body.

      Objective:

      Aim: External flow simulation over an Ahmed body. Objective: The objective of this project is to determine the aerodynamic forces on the Ahmed body such as drag and lift coefficient and to perform the grid independence test. The expected results will include 1. Velocity and pressure contours.  2. The drag coefficient…

      calendar

      16 Oct 2022 02:05 AM IST

      Read more

      Week 4 - CHT Analysis on Exhaust port

      Objective:

                                                                EXHAUST PORT SIMULATION Aim ; To analyse Conjugate Heat Tranfer through an Exhaust Manifold Inroduction ; The term conjugate heat transfer (CHT) is used to describe processes which involve variations of temperature within solids and fluids. The exchange of thermal…

      calendar

      19 Oct 2022 02:17 AM IST

        Read more

        Week 5 - Rayleigh Taylor Instability

        Objective:

                    RAYLEIGH TAYLOR INSTABILITY   AIM: To conduct the Rayleigh Taylor CFD simulation. OBJECTIVE:  What are some practical CFD models that have been based on the mathematical analysis of Rayleigh Taylor waves? In your own words, explain how these mathematical models have been adapted for CFD calculations. Perform…

        calendar

        20 Oct 2022 04:09 AM IST

        Read more

        Week 6 - CHT Analysis on a Graphics card

        Objective:

        Aim: To perform CHT analysis on graphic card. Objectives: 1) To learn the procedure for CHT analysis in ANSYS Fluent 2) To understand various meshing concepts and methods 3) To infer various physical parameters from the simulation Introduction:      A CHT (Conjugate Heat Transfer) analysis is useful…

        calendar

        22 Oct 2022 02:15 AM IST

          Read more

          Week 8 - Simulating Cyclone separator with Discrete Phase Modelling

          Objective:

                        Simulating cyclone separator with discrete phase modelling   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…

          calendar

          25 Dec 2022 12:04 PM IST

          Read more

          Week 9 - Parametric study on Gate valve.

          Objective:

                                                                                                                     PARAMETRIC STUDY ON GATE VALVE AIM To perfrom a Parametric Study for a Gate Valve. Objectives ; To perform the parametric study on the gate valve by simulating the opening of gate valve ranging from 10mm to 80mm.…

          calendar

          05 Jan 2023 05:14 AM IST

          Read more

          Week 10 - Simulating Combustion of Natural Gas.

          Objective:

                                                                                                                              Simulating combustion of natural gas     Aim: Perform a combustion simulation on the combustor model using methane as fuel.   Objectives: Part I Perform a combustion simulation on the combustor model and…

          calendar

          07 Jan 2023 10:55 AM IST

            Read more
            Showing 1 of 19 projects

            2 Course Certificates

            certificate

            Advanced CFD Meshing using ANSA

            CertificateIcon
            Certificate UID: edj6c7fgbuvhy0n2
            View Certificate
            certificate

            Introduction to GUI based CFD using ANSYS Fluent

            CertificateIcon
            Certificate UID: knsh163y7mw5vtrf
            View Certificate
            Showing 1 of 2 certificates

            Academic Qualification

            B.Tech

            Miracle Engineering College hostel

            01 Jun 2019 - 09 Jun 2022

            12th

            sri chaitanya politechanic

            20 Jul 2015 - 26 Apr 2018

            10th

            vszp skt high school

            12 Jun 2011 - 27 Mar 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.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