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

Srinath S

Mechanical engineer with hands-on experience in manufacturing industry and also interested to work in mechanical simulations and analysis.

Skills Acquired at Skill-Lync :

  • MBD-BASICS
  • SOLIDWORKS-MBD
  • MATLAB-BASICS
  • PYTHON-BASICS
  • NUMERICAL-ANALYSIS
  • CFD-BASICS
  • SOLIDWORKS-FLOW-SIMULATION-BASICS

Introduction

Here is the list of projects that I  have done so far with simulations and I also wanted to extend my knowledge in CAE domain.Im very much interested in expanding my knowledge in simulations.You can go through here with my projects that I have done, thank you.

21 Projects

FLOW SIMULATION IN PIPE USING SOLIDWORKS

Objective:

AIM To Run a pipe flow simulation with an inlet Reynolds number of 100,1000 and 10,000. For each of these cases do the following 1. Place line probes at 95%, 90% and 85% of the pipe length. 2. Compare the normalized velocity profile at each of these locations 3. Normalize the velocity profile by the inlet velocity.  …

calendar

12 Jul 2019 07:20 AM IST

  • CFD
  • DESIGN
Read more

NACA AIRFOIL SIMULATION

Objective:

AIM To simulate flow simulation over NACA 0017 airfoil in solidworks at given angle of attack and to compare its lift and drag forces.   NACA AIRFOIL The design profile for aircraft is developed by national advisory committee for aeronautics(NACA).The NACA 0017 is symmetrical airfoil which has no camber and 17 indicates…

calendar

23 Jul 2019 07:40 AM IST

    Read more

    Genetic algorithm for finding global maxima

    Objective:

        %initial conditions x = linspace(0,0.6,150); y = linspace(0,0.6,150); iterations = 50; [xx,yy] =meshgrid(x,y); %stalagmite function for i=1:length(xx) for j=1:length(yy) inputvector(1) =xx(i,j); inputvector(2) =yy(i,j); f(i,j) = func(inputvector); end end study_time = toc surfc(xx,yy,f) shading interp xlabel(\'x…

    calendar

    30 Jun 2019 01:41 AM IST

      Read more

      IC ENGINE VALVE TRAIN MOTION ANALYSIS

      Objective:

      AIM To design the model of an IC engine valve train and to perform the motion analysis uisng solidworks.   SCHEMATIC DIAGRAM OF VALVE TRAIN     VALVE TRAIN MECHANISM   A valvetrain or valve train is a mechanical system that controls operation of the valves in an internal…

      calendar

      09 Sep 2019 01:44 AM IST

      Read more

      MBD SIMULATION OF IC ENGINE PISTON ASSEMBLY

      Objective:

      AIM To model all the parts of the engine piston and crank assembly and to perform motion analysis in the solidworks .   GEOMETRIC MODELLING PROCEDURE   Create the model of the piston with required dimensions Then model the remaining geometries for the crank,wrist pin,end cap and the connecting rod. Now assemble…

      calendar

      04 Sep 2019 10:03 AM IST

        Read more

        DROP TEST OF A TV REMOTE

        Objective:

          Simulation of  TV remote   Date: 21 October 2019 Designer: srinath S Study name: Drop Test of TV Remote Analysis type: Drop Test Table of Contents Description. 1 Assumptions 2 Model Information. 2 Study Properties 3 Units 3 Material Properties 4 Contact Information. 4 Mesh information. 5 Study Results…

        calendar

        22 Oct 2019 12:02 AM IST

        Read more

        EPICYCLIC GEAR TRAIN MOTION ANALYSIS

        Objective:

        AIM To perform the motion analysis on the epicyclic gear train with solidworks motion.   INTRODUCTION   An epicyclic gear train (also known as planetary gear) consists of two gears mounted so that the centre of one gear revolves around the centre of the other.   ADVANTAGES…

        calendar

        29 Aug 2019 05:33 AM IST

          Read more

          INTERNAL GENEVA MECHANISM

          Objective:

          AIM To create a 3D Model for internal geneva mechanism and perform the simulation using solidworks.   GENEVA MECHANISM The Geneva mechanism translates a continuous rotation into an intermittent rotary motion. If the driven wheel has n slots, it advances by 360°/n per full rotation of the drive wheel.…

          calendar

          21 Aug 2019 07:59 AM IST

            Read more

            NASA Thermodynamic data

            Objective:

            %input R = 8.314; %universal gas constant %skipping f = fopen(\'Thermo.dat\',\'r\'); Header = fgetl(f); global_temp_range = fgetl(f); global_temp_range = str2num(global_temp_range); %comments line1 = fgetl(f); line2 = fgetl(f); line3 = fgetl(f); %creating loop for all elements for i = 1:53 line0 =fgetl(f); chemical_element…

            calendar

            30 Jun 2019 07:56 AM IST

              Read more

              2R ROBOTIC ARM WITH MANIPULATOR USING PYTHON PROGRAMMING

              Objective:

              AIM To write a program for creating 2R robotic arm with manipulator using python programming.   IMPORTANCE OF PYTHON IN ROBOTICS:   Python is a useful language to learn as it is widely used in computer science and machine learning. Python is the language that is used with the Raspberry Pi. This…

              calendar

              19 Oct 2019 09:38 AM IST

              Read more

              FLOWBENCH GEOMETRY FOR INTAKE AND EXHAUST PORTS BY FLOW SIMULATION

              Objective:

              AIM To model a flowbench and to simulate the flow through the flowbench.Also interpret the plot results for various lifts and mass flow rate.   FLOWBENCH An air flowbench is used for testing the internal aerodynamic qualities of an engine component.It is used primarily for testing the intake and exhaust port of cylinder…

              calendar

              29 Jul 2019 08:13 AM IST

              Read more

              OTTO CYCLE SIMULATOR USING PYTHON

              Objective:

              AIM To determine the thermal efficiency of the engine by otto cycle using python programming.   PROCEDURE: Import the math and plot functions from the python library. Define the function for the inputs in the separate section. Provide values for the theta and open the for loop. Give the inputs and the necessary geometric…

              calendar

              06 Nov 2019 01:10 AM IST

              Read more

              BUCKLING ANALYSIS IN A CYCLONE SEPARATOR WITH STIFFNER

              Objective:

              AIM To simulate the buckling analysis in a cyclone separator of the given model using solidworks simulation. PROCEDURE Export the model from the data  given in the challenge. Now supress the additional features of the model and save it as the part file. Open the part file and perform the solidworks simulation. Create…

              calendar

              27 Sep 2019 08:43 AM IST

              Read more

              centrifugal pump analysis

              Objective:

              AIM To create a flow analysis in a centrifugal pump using solidworks flow simulation.   DESCRIPTION ABOUT CENTRIFUGAL PUMP Centrifugal pumps are a sub-class of dynamic axisymmetric work-absorbing turbomachinery.[1] Centrifugal pumps are used to transport fluids by the conversion of rotational kinetic…

              calendar

              12 Aug 2019 07:25 AM IST

                Read more

                SOLVING SECOND ORDER ODE OF PENDULUM USING PYTHON

                Objective:

                AIM To find the second order ODE for the pendulum using the python programming.   PROCEDURE: Import the necessary library functions from the python library. Define the function for the input values and give data to each values. Now make the basic pendulum functional formula and write it down in the function. Use linspace…

                calendar

                06 Nov 2019 01:25 AM IST

                Read more

                Transient flow over an cylinder

                Objective:

                AIM To make an external flow simulation at four different inlet velocities and then the reynolds number for different flow is to be calculated by increasing it to the 20%,40% and 100%.By using different reynolds number,the cylinder is simulated with recording the variations in the pressure with respect to the velocities…

                calendar

                23 Jul 2019 06:53 AM IST

                  Read more

                  SOLVING SECOND ORDER ODE FOR A SIMPLE PENDULUM AND ALSO ITS MOTION

                  Objective:

                  AIM To write a matlab program and to stimulate the pendulum motion for the second order ODE.     %inputs b = 0.05; g = 9.81; l = 1; m = 1; %initial conditions theta_0 = [0,3]; %time points time_span = linspace(0,20,500); %solve ODE [t , results] = ode45(@(t,theta) ode_func(t , theta,b,g,l,m),time_span,theta_0);…

                  calendar

                  28 Jun 2019 11:44 AM IST

                    Read more

                    Curve fit using python

                    Objective:

                    AIM: To write a code for linear and cubic polynomial to get the accurate curve fit.   ANSWERS FOR THE IMPORTANT QUESTIONS:   1. What does popt and pcov mean? popt-It is an array of values for the given declared parameters to minimize the sum of the squares of the values.   2. What does np.array(temperature)…

                    calendar

                    13 Nov 2019 12:19 AM IST

                      Read more

                      Data analysis using Python

                      Objective:

                      AIM: To perform Data Analysis with the given data for the engine by using Python Programming.   DATA ANALYSIS: Data analysis is a process of inspecting, cleansing, transforming and modeling data with the goal of discovering useful information, informing conclusion and supporting decision-making.  …

                      calendar

                      13 Nov 2019 12:13 AM IST

                      Read more

                      FREQUENCY ANALYSIS OF THE ROTATING SHAFT USING SOLIDWORKS SIMULATION

                      Objective:

                      AIM To perform the  frequency analysis on the rotating shaft using solidworks simulation.   OBJECTIVE OF THE ANALYSIS To find out the frequency and the resultant amplitude at different modes of vibration in the system.In this analysis i have performed two tests for two different materials for the shaft.The materials…

                      calendar

                      08 Oct 2019 09:57 AM IST

                        Read more

                        Forward kinematics of a 2R robotic arm

                        Objective:

                        FORWARD KINEMATICS OF A 2R ROBOTIC ARM USING MATLAB PROGRAM   %inputs l1 = 1; l2 = 0.5; theta1 = linspace(0,90,10); theta2 = linspace(0,90,10); x1 = 0; y1 = 0; ct = 1; for i=length(theta1)     theta2(i) end for i=1:length(theta1)     THETA1 =theta1(i);     for j=1:length(theta2)…

                        calendar

                        13 Jun 2019 05:07 AM IST

                        Read more
                        Showing 1 of 21 projects

                        5 Course Certificates

                        certificate

                        Flow Simulation using SolidWorks

                        CertificateIcon
                        Certificate UID: 67vc3teMZhBVNNhx
                        View Certificate
                        certificate

                        Finite Element Analysis Using SolidWorks

                        CertificateIcon
                        Certificate UID: G6qAHYa4bTL0aRuG
                        View Certificate
                        certificate

                        Multibody Dynamics using SolidWorks

                        CertificateIcon
                        Certificate UID: l2SHrF1xnMfoDHKU
                        View Certificate
                        certificate

                        Python for Mechanical Engineers

                        CertificateIcon
                        Certificate UID: RIJj2MX1l7qyYKML
                        View Certificate
                        certificate

                        MATLAB for Mechanical Engineers

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

                        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

                        3 Hours of Content

                        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

                        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