OBJECTIVE Here we are going to simulate the pipe flow in solidworks with flow simulation. We will discuss it for different reynold number 100 , 1000 and 10000 for water. We will make line probe at 85 , 90 and 95 % of its length. at each line probe we are going to make a cutplot of the section and graph of the velocity…
nakum mohan
updated on 23 Nov 2019
Project Details
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Read more Projects by nakum mohan (12)
Airfoil(NACA0017) flow analysis in solidwork
OBJECTIVE Here we will perform a flow analysis on NACA0017 airfoil with different angle of attack and compare the result of drag force and lift force for each case to model the airfoil we need x,y,z points in solidwork and link to this file can be found in link given below http://airfoiltools.com/airfoil/naca4digit …
02 Dec 2019 05:28 AM IST
Flow over cylinder with different reynolds no. in solidwork
OBJECTIVEHere we will disxuss the about flow over the cylinder with different reynold no. PROCEDURE -first of all we have to make the model of the cylindercylinder have a diameter of 4 mm and length of 50 mm .after saving the model we have to go to flow sumulation and using wizard we will give different parameters. -Here…
26 Nov 2019 09:44 PM IST
Pipe flow simulation in solidwork
OBJECTIVE Here we are going to simulate the pipe flow in solidworks with flow simulation. We will discuss it for different reynold number 100 , 1000 and 10000 for water. We will make line probe at 85 , 90 and 95 % of its length. at each line probe we are going to make a cutplot of the section and graph of the velocity…
23 Nov 2019 03:58 AM IST
frequency analysis of rotating shaft
AIM to perform the frequency analysis on the rotating shaft and find the critical frequencies Model dimension is given below for shaft design (all dimension are given in meter) based on the given sketch we can make a model of the shaft by revovlve feature in solidwork material properties can be shown in the…
11 Nov 2019 05:19 AM IST
engine data analysis in python
Script for the data visulizer is given below and discussed next with images #importing lobraries import matplotlib.pyplot as plt import numpy as np import math #variables for the engine data crank = [] pressure = [] max_pressure = [] min_pressure = [] mean_temp = [] max_temp = [] min_temp = [] volume = [] mass =…
31 Oct 2019 11:29 AM IST
Curve fitting
What does popt and pcov means ? In curve fitting we give a function to fit with which has some constants to ve find out so popt is the array containing the constants reqired for given model to fit with. While pcov is the covariance matrix…
29 Oct 2019 12:20 AM IST
Breaking Ice with Air cushion Vehicle - Find minimum pressure with Newton-Raphson method
Here we are going to sove the air cushion problem in python using the newton raphson method. The data and formula for this are given below if we solve for the different height and using the relaxation factor 1 we get the following result show in the figure. the code for the different hieight is also give where we…
28 Oct 2019 06:14 AM IST
IC Engine motion analysis
Here we create the motion analysis of the piston assembly. First we model the piston which is shown below. model of the connecting rod is shown below Model of the end cap is shown below This is the model of the wrist pin which is used ti connect piston and connecting rod this is the model of the crank This is the…
01 Sep 2019 04:47 AM IST
Rankine cycle sumulator
This is project for simulation of the rankine cycle in matlab. we give here input as the inlet pressure of the boiler. condensor pressure and the boiler temperature and program gives the T-S diagram and H-S diagram as output . It also calculates the all state points and other properties. Then we claculate…
31 Jul 2019 05:13 AM IST
NASA Thermodynamics file parsing and plotting
This MATLAB script is for plotting cp,H, and S vs temperature provided NASA Thermodynamics data for the different species first run \'species_info.m\' which will ask user to enter the species name and it will give the graph and other related information. if their is no data availabel then it will run…
13 Jul 2019 03:28 AM IST
MATLAB and GUI with inverse kinematics of robotic arm
Project - 3D Robotic arm simulator with inverse kinematics Most of the time in the industries robotic arm required for many application like pick and place, assembly etc. For that robot is given position in the cartesion coordinate pairs (x,y,z). Now we have electrical motors which rotates at given angle. So we use electrical…
13 Jul 2019 03:28 AM IST
Optimization using genetic algorithm
%% here i have provided the code and explaination for calculatin the maximum value by using genetic algorithm %% genetic algorithm is used to find minimum value for the function here we have used the stalagmite function as a example %% in simple matlab has inbuit function called \"ga\" which has structure as…
21 Jun 2019 04:41 AM IST