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

Sahil Maniyar

I'm a Mechanical Engineer with 5+ years of experience .

Skills Acquired at Skill-Lync :

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

Introduction

Mechanical Engineer with 5+ years of experience in manufacturing, innovation, store , and production . Possess a B.E. in Mechanical Engineering from MUMBAI UNIVERSITY .Seeking to leverage expertise, leadership abilities, and materials development competency in the role Mechanical Engineer/Design Engineer / CFD

15 Projects

Week 3.2 - 2R Robotic Arm Challenge

Objective:

Step-wise explanation of the code: 1. Matlab code is started with clear , close , clc command clear all : This command is used to clear all the data stored in the workspace. close all : This command is used close all figures and close plots. clc : This command clears the command window. 2. The input value for θ1…

calendar

18 Aug 2022 10:56 AM IST

    Read more

    Week 4.1 - Solving second order ODEs

    Objective:

    % function for ODE function [dtheta_dt] = ode_func(t,theta,b,g,l,m) theta1 = theta(1); theta2 = theta(2); dtheta1_dt = theta2; dtheta2_dt = (-(b/m)*theta2 - (g/l)*sin(theta1)); dtheta_dt = [dtheta1_dt;dtheta2_dt]; end % Main script for ODE clear close clc % Solving the Second order ODE and show the animation b = 0.05;…

    calendar

    22 Aug 2022 09:18 AM IST

      Read more

      Week 5 - Genetic Algorithm

      Objective:

      Genetic Algorithm: Genetic Algorithm is based on evolution theory proposed by Charles Darwin. It is a natural selection process Genetic algorithm always returns the minimum values. we can use Genetic Algorithm for problems where there is a clear way to evaluate fitness. If your search space is not well constrained or your…

      calendar

      26 Aug 2022 11:34 AM IST

        Read more

        Project 1 - Parsing NASA thermodynamic data

        Objective:

        THEORY: The official record of thermodynamic values at different temperatures has been stored by NASA in the form of polynomials with specified constants ranging from one to fourteen for various species. In order to quantify the values, the polynomials can be solved with defined temperature values in accordance with our…

        calendar

        01 Sep 2022 01:27 PM IST

        • MATLAB
        Read more

        Week 2 Air standard Cycle

        Objective:

        Aim: Write a program in Python to solve and graph the Otto cycle. Objective : Solve and capture the various state variables of the Otto cycle and plot its p-V diagram. Calculation of the thermal efficiency of a given Otto cycle. Theory: The Otto cycle is the ideal cycle for a spark-ignited reciprocating engine. In most…

        calendar

        11 Oct 2022 04:50 AM IST

          Read more

          Week 3 - Solving second order ODEs

          Objective:

          AIM: To animate the swing of a simple pendulum and replicate its fleeting character. OBJECTIVE : 1. To write a program in Python that solves the second-order ODE corresponding to the motion of a simple pendulum and to plot its angular displacement and angular velocity wrt time. GOVERNING EQUATIONS : To solve the above…

          calendar

          12 Oct 2022 08:31 AM IST

            Read more

            Week 5 - Curve fitting

            Objective:

            AIM: To write codes in Python to perform curve fitting. OBJECTIVE : 1. To wite codes to fit a linear and cubic polynomial for the Cp data. 2. To plot the linear and cubic fit curves along with the raw data points. 3. To measure the fitness characteristics for both the curves. 4. To solve with Splitwise method THEORY: Curve…

            calendar

            18 Oct 2022 11:47 AM IST

              Read more

              Week 6 - Data analysis

              Objective:

              AIM: Write code for the provided data output file as a challenge parsing data analysis. OBJECTIVE 1) The script should be written to obtain the plot for the data input provide. 2) Checking the compatibility of the code with graceful exit, if non- compatibility file provided write code " file not recognized. please provide…

              calendar

              27 Oct 2022 07:29 AM IST

                Read more

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

                Objective:

                Aim: Derive fourth-order approximations of the second-order derivative using the central differential scheme, skewed right-sided difference, and skewed left-sided difference using the Taylor table method and compare the analytical derivative with the obtained values ​​for the given function Central difference Skewed right-sided…

                calendar

                22 Jun 2023 08:32 PM IST

                  Read more

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

                  Objective:

                    Aim:Solving the steady and unsteady 2D heat conduction problem objective: Steady state analysis & Transient State Analysis Solve the 2D heat conduction equation by using the point iterative techniques that were taught in the class. The Boundary conditions for the problem are as follows; Top Boundary = 600 K…

                  calendar

                  24 Jun 2023 12:57 PM IST

                  Read more

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

                  Objective:

                  Aim:Simulation of 1D Super-sonic nozzle flow simulation using the Macormack Method. Objective:  Simulate isentropic flow through a Quasi 1D subsonic nozzle by deriving conservative and non-conservative forms of governing equations and solving them by implementing the MacCormack technique using MATLAB. Problem Statement:…

                  calendar

                  25 Jun 2023 12:05 PM IST

                  Read more

                  Week 11 - Simulation of Flow through a pipe in OpenFoam

                  Objective:

                  Pipe flow simulation in OpenFoam Aim: Simulate axisymmetric flow in a pipe through foam. Objective: Verify a completely developed flow rate profile using its analytical profile, the hydrodynamic length using the numerical result, and the maximum velocity and pressure drop for a fully developed flow.  Verify wall shear…

                  calendar

                  25 Jun 2023 12:28 PM IST

                  Read more

                  Week 9 - FVM Literature Review

                  Objective:

                  Aim:  FVM Literature Review. Objective What is Finite Volume Method(FVM) Write down the major differences between FDM & FVM. Describe the need for interpolation schemes and flux limiters in FVM. Description  (use Versteeg as a reference)The finite volume approach is what?The finite volume method (FVM) is…

                  calendar

                  25 Jun 2023 12:58 PM IST

                  Read more

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

                  Objective:

                  Validation study of Symmetry BC vs Wedge BC in OpenFOAM vs Analytical H.P equation Target: The week 11 challenge is carried over into this one.You will use the Symmetry Boundary Condition to reproduce the identical issue from Week 11 in this exercise. As with the Week 11 task, you will simulate the angles below using both…

                  calendar

                  25 Jun 2023 02:03 PM IST

                  Read more

                  Week 8 - Simulation of a backward facing step in OpenFOAM

                  Objective:

                  Simulation of a backward facing step in OpenFOAM  AIM: To simulate incompressible laminar viscous flow through the backward facing step geometry. Introduction: In this task, the flow through the backward-facing step has been modelled using the OPENFOAM software's icoFOAM solver. As a consequence, it is possible to…

                  calendar

                  25 Jun 2023 02:37 PM IST

                  Read more
                  Showing 1 of 15 projects

                  5 Course Certificates

                  certificate

                  MATLAB for Mechanical Engineers

                  CertificateIcon
                  Certificate UID: s6iab0k7l3pfewgt
                  View Certificate
                  certificate

                  Python for Mechanical Engineers

                  CertificateIcon
                  Certificate UID: o5zsflv924egrbpa
                  View Certificate
                  certificate

                  Advanced CFD Meshing using ANSA

                  CertificateIcon
                  Certificate UID: b3mxqhv15slgwoec
                  View Certificate
                  certificate

                  Introduction to GUI based CFD using ANSYS Fluent

                  CertificateIcon
                  Certificate UID: izr5npb8ytdocha0
                  View Certificate
                  certificate

                  Introduction to CFD using MATLAB and OpenFOAM

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

                  Academic Qualification

                  B.E

                  Chhatrapati Shivaji Maharaj University

                  12 Mar 2019 - 23 Apr 2023

                  10th

                  St. Joseph's High School

                  13 Mar 1900 - 17 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.7

                  4 Hours of Content

                  coursecard
                  Recently launched

                  18 Hours of Content

                  coursecard
                  Recently launched

                  21 Hours of Content

                  coursecard
                  Recently launched

                  10 Hours of Content

                  coursecard
                  4.9

                  12 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