OBJECTIVE : Your script should take column numbers as the input and plot the respective columns as separate images Each file should be saved by the name of the column The plot labels should be extracted from the file. The code should exit gracefully if a non-compatible file is provided as an input. Calculate the area under…
Akash Mhaske
updated on 30 Oct 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 Akash Mhaske (23)
Creating 1D elements on the following component with given cross-section and DOF for every section
OBJECTIVE : Creating 1D elements on the following component with given cross-section and DOF for every section. a. Rod element:- with only translational DOF and RBE2 link Cross-Section: BOX- Dimension a= 12 mm …
16 Jan 2020 03:12 AM IST
MESHING OF DOOR TRIM TO FIND THE BEST SUTAILBLE METHOD FOR CRASH ANALYSIS
OBJECTIVE : Take the mid-surface manually, mesh the geometry with quality. Take auto mid-surface and mesh the geometry with quality. Use the combination of both auto mid-surface and manually mid-surface and then mesh the geometry with quality. PROCEDURE : We were given with an igs file of the door…
26 Dec 2019 03:43 AM IST
Calculate the global maxima of a stalagmite function using Matlab
OBJECTIVE: Write code in MATLAB to optimize the stalagmite function and find the global maxima of the function. WHAT IS GENETIC ALGORITHM? GA was proposed by CHALS DARWIN in Matlab it\'s an inbuilt function The genetic algorithm is a method for solving both constrained and unconstrained optimization…
04 Nov 2019 02:12 AM IST
The volumetric meshing of a turbocharger using ansa
OBJECTIVE : To clear the geometry and find the topo error To mesh the part of the turbocharger To a volumetric mesh of turbocharger with a given geometry PROCEDURE :We are given with a file name called exericse_3 turbo as it is open in ENT MODE as a wireframe then there are lots of geometry missing, extra surfaces and…
04 Nov 2019 02:12 AM IST
AIR STANDARD CYCLE USING PYTHON
https://projects.skill-lync.com/projects/AIR-STANDARD-CYCLE-PV-DIAGRAM-REPRESENTATION-USING-PYTHON-40714/AQT0WhkKtxsyvmQPQmzNIIeewY2NKCnGNMGo4ZkIarIOQ5c0z1rPuemk1qVLDew4E0WF20IWv83v1SBoZxopCIMCUE_OuS1eq0XQaw2MS7rr6yLU9y_o3vgJlTBmvrTtbbHZ1hUYGSGQ_HJDlHlciB_CizYkEN9sl5cbmMZNmo6RXiux0h5igPxV8TEV9w
04 Nov 2019 02:11 AM IST
AIR STANDARD CYCLE PV DIAGRAM REPRESENTATION USING PYTHON
OBJECTIVE: Program to solve an otto cycle, plot PV diagram and show thermal efficiency of the engine ''' otto cycle ''' import math import matplotlib. pyplot as plt def engine_kinematics(bore,stroke,con_rod,cr,start_crank,end_crank): '''engine kinematics ''' # geometric parameters a = stroke/2 R = con_rod/a # volume…
04 Nov 2019 02:11 AM IST
Consistency of units
Kg-m-s Kg-cm-ms Kg-cm-s gm-mm-ms gm-cm-s g-cm-us g-mm-s Ton-mm-s slug-ft-s Kg-mm-ms Kg-mm-s g-cm-ms Kg-mm-ms MASS(1KG) 1kg 1kg 1000gm 1000gm 1000gm 1000gm 0.00110231ton 0.0685218 slug 1kg 1kg 1000gm 1kg LENGTH(1M) 100cm 100cm 1000mm 100cm 100cm 1000mm 1000mm 3.28084foot 1000mm 1000mm 100cm TIME(1S) 1000ms…
02 Nov 2019 06:55 AM IST
FILE PARSING USING PYTHON
OBJECTIVE : Your script should take column numbers as the input and plot the respective columns as separate images Each file should be saved by the name of the column The plot labels should be extracted from the file. The code should exit gracefully if a non-compatible file is provided as an input. Calculate the area under…
30 Oct 2019 07:02 AM IST
Performing Mesh Cleanup on 2D SHELL Elements
OBJECTIVE : Clean the geometry. Extract mid surface. Clean mid surface geometry. Ignore holes less than dia 5mm. Create a 2D mesh with target length 5mm, min 3.5mm max 7mm. And assign proper thickness, by creating a generic property. Then Save in .hm format. PROCEDURE : Open the HyperWorks software, by clicking the…
29 Oct 2019 03:25 AM IST
Breaking Ice with Air cushion Vehicle - Find minimum pressure with Newton-Raphson method
OBJECTIVE : determining the minimum cushion pressure needed to break a given thickness of ice using an air-cushion vehicle, Solve by using Newton Raphson method and Write a Python code Use the relaxation factor of 1 and explain your results How will you choose the optimum relaxation factor for this case? and…
25 Oct 2019 04:18 AM IST
Write a program to simulate the transient behavior of a simple pendulum and to create an animation of its motion
OBJECTIVE: Write a program to simulate the transient behavior of a simple pendulum and to create an animation of its motion. What is ODE? The number of the highest derivative in a differential equation. A differential equation of order 1 is called first order, order 2-second order, etc. Example:…
16 Oct 2019 12:16 PM IST
Meshing Hood for Structural Analysis And Using Hemming process
OBJECTIVE : Perform geometry clean up of HOOD and mesh the model for structural analysis. Target element size of 5mm. To create the mid surface of the model. Mesh show in shell mode. To carry out the hemming process. PROCEDURE: As the HOOD model, we can create a mid surface of it of the inner part of the hood …
16 Oct 2019 12:16 PM IST
CURVE FITTING BY PYTHON
OBJECTIVE: Write code to fit a linear and cubic polynomial for the data provided Explanation : curve fitting lets you describe how the data changes mathematically once you have curve-fit. with the help of curve fit, we can do an additional operation which might not be possible in the initial data set …
16 Oct 2019 12:16 PM IST
Perform geometry clean up and mesh the model for structural analysis with a target element size of 5mm for the following Ip Substrate models.
OBJECTIVE : Perform geometry clean up and mesh the model for structural analysis Target element size of 5mm for the following Ip Substrate models. To create the mid surface of the model Mesh show in shell mode Clear the off elements PROCEDURE: As there are 5 IPsubstrate models we have to…
16 Oct 2019 12:16 PM IST
Write a program to simulate the transient behaviour of a simple pendulum and to create an animation of it s motion
OBJECTIVE: Write a program to simulate the transient behavior of a simple pendulum and to create an animation of its motion. What is ODE? The number of the highest derivative in a differential equation. A differential equation of order 1 is called first order, order 2-second order, etc. Example:…
16 Oct 2019 12:16 PM IST
WRITE A CODE IN MATLAB TO FIND THE GLOBAL MAXIMA USING GENETIC ALGORITHM
OBJECTIVE: Write code in MATLAB to optimize the stalagmite function and find the global maxima of the function. WHAT IS GENETIC ALGORITHM? GA was proposed by CHALS DARWIN in Matlab it's an inbuilt function The genetic algorithm is a method for solving both constrained and unconstrained optimization…
16 Oct 2019 12:16 PM IST
TO PARSE THE NASA THERMODYNAMIC DATA FILE AND THEN CALCULATE THERMODYNAMIC PROPERTIES OF VARIOUS GAS SPECIES
OBJECTIVE : Write a code in Matlab to parse the NASA thermodynamic data file calculate thermodynamic properties of various gas species WHAT IS FILE PARSING? Parsing, syntax analysis, or syntactic analysis is the process of analyzing a string of symbols, either in natural language, computer languages or data structures.…
16 Oct 2019 12:16 PM IST
TO mesh the model of cylinder geometry using element size as 1 units
OBJECTIVE :TO create a mesh model of cylinder geometry using element size as 1 unit PROCEDURE : step 1 : First we have to open the file name cylinder.SLDPRT which is provided,then after the file opens its in a ENT MODE in TOPO we have to change it to PID MODE ,because of this the cylinder is grey in colour…
16 Oct 2019 12:16 PM IST
Meshing Hood for Structural Analysis And Using Hemming process
OBJECTIVE : Perform geometry clean up of HOOD and mesh the model for structural analysis. Target element size of 5mm. To create the mid surface of the model. Mesh show in shell mode. To carry out the hemming process. PROCEDURE: As the HOOD model, we can create a mid surface of it of the inner part of…
16 Oct 2019 12:16 PM IST
MESHING A PRESSURE VALVE WITH DIFFERENT ELEMENT SIZE USING ANSA
OBJECTIVE: Meshing pressure valve geometry with different element size to check which of the following is a suitable size for mesh PROCEDURE : STEP 1: Open the file name exercise_2 valve. ansa provided, it gets open in ansa in ENT mode in TOPO, when the file is opened there is much geometrical error…
16 Oct 2019 12:16 PM IST
VOLUMETRIC MESHING OF TURBOCHARGER USING ANSA
OBJECTIVE : To clear the geometry and find the topo error To mesh the part of the turbocharger To a volumetric mesh of turbocharger with a given geometry PROCEDURE :We are given with a file name called exericse_3 turbo as it is open in ENT MODE as a wireframe then there are lots of geometry missing, extra surfaces and…
16 Oct 2019 12:16 PM IST
WRITE A PROGRAM TO FIT A CURVE FIT TO DATA PROVIDED
OBJECTIVE: Write code to fit a linear and cubic polynomial for the Cp data Explanation : curve fitting let you describe how the data changes mathematically once you have curve-fit. with the help of curve fit, we can do an additional operation which might not be possible in the initial data set eg. Population…
23 Sep 2019 05:34 AM IST