GENETIC ALGORITHM: Genetic Algorithms (GAs) are adaptive heuristic search algorithms that belong to the larger part of evolutionary algorithms. Genetic algorithms are based on the ideas of natural selection and genetics. These are intelligent exploitation of random search provided with historical data to direct the search…
Chichula Rupesh
updated on 29 Mar 2020
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 Chichula Rupesh (20)
Design of automotive Hood/Bonnet using _NX_CAD
Design of Automotive Hood/Bonnet Hood/Bonnet: Hood or Bonnet is a part of the automotive vehicle which gives the aesthetic look to the automobile and also helps as an enclosure to the various engine components and sensors and it is an airtight cover which protect the internal components. The bonnet system is an access…
07 Jul 2022 01:18 PM IST
Section Modulus calculation and optimization
Section Modulus of Car Hood MODULUS OF ELASTICITY: The ratio of stress to strain or the stiffness of the material of a structural member (resistance to deformation). Essentially, the modulus of elasticity is a more general term regarding…
07 Jul 2022 06:23 AM IST
Fender Design Challenge
Design of Car Front fender Fenders/ Quarter Panel:- Fender is a word derived from the American English. Automobile fender is a rigid vehicle panel that houses the wheel well. It forms an arch that is designed to protect the wheel and prevent road debris such as rocks, sand, and mud from being thrown into the air…
23 Nov 2020 01:29 AM IST
Underbody Coating
Body in white (BIW) Body in white (BIW) is the stage in the automobile manufacturing in which a car body's frame has been joined together, that is before painting and before the motor, chassis sub-assemblies, or trim (glass, door locks/handles, seats, upholstery, electronics, etc.) have been integrated into the structure.…
28 Sep 2020 04:00 PM IST
Design of Metal bracket using Advanced Sheet Metal in _NX_ CAD
Design of Metal Bracket Objective: Design of Metal Bracket using Siemens NX CAD. Introduction: NX, formerly known as "unigraphics", is an advanced high-end CAD/CAM/CAE, which has been owned since 2007 by Siemens PLM Software. In 2000, Unigraphics purchased SDRC I-DEAS and began an effort to integrate aspects…
13 Sep 2020 04:03 PM IST
Design of Bracket using Advanced Sheet Metal Design in NX_CAD
Design of Bracket Objective: Design of Bracket using Siemens NX CAD. Introduction: NX, formerly known as "unigraphics", is an advanced high-end CAD/CAM/CAE, which has been owned since 2007 by Siemens PLM Software. In 2000, Unigraphics purchased SDRC I-DEAS and began an effort to integrate aspects of both software…
09 Sep 2020 01:29 AM IST
Odd Shaped Enclosure Design Using Advanced Sheet Metal Design _NX CAD
Design of Odd Enclosure Objective: Design of Odd Enclosures using Siemens NX CAD. Introduction: NX, formerly known as "unigraphics", is an advanced high-end CAD/CAM/CAE, which has been owned since 2007 by Siemens PLM Software. In 2000, Unigraphics purchased SDRC I-DEAS and began an effort to integrate aspects…
08 Sep 2020 01:16 AM IST
Box Assembly Design Using Sheet Metal Design by Siemens NX CAD
Deisgn Of Box Assembly Objective: Design of Box assembly using Siemens NX CAD. Introduction: NX, formerly known as "unigraphics", is an advanced high-end CAD/CAM/CAE, which has been owned since 2007 by Siemens PLM Software. In 2000, Unigraphics purchased SDRC I-DEAS and began an effort to integrate…
06 Sep 2020 05:17 PM IST
Casing Design using Advanced Sheet Metal Design_ NX Cad
Casing Design Objective: Casing Design using Siemens NX CAD. Introduction: NX, formerly known as "unigraphics", is an advanced high-end CAD/CAM/CAE, which has been owned since 2007 by Siemens PLM Software. In 2000, Unigraphics purchased SDRC I-DEAS and began an effort to integrate aspects of both software…
06 Sep 2020 10:54 AM IST
Design of American Chopper
Designing of American Chopper Objective: - Drafting and designing the American Chopper Bike using the SOLIDWORKS tool. Introduction:- The Design of American chopper Bike involves creating the individual parts initially and assembling them together with proper connections and alignment. The individual parts involved in…
24 Aug 2020 01:13 AM IST
Design of Yacht
YACHT DESIGN Objective:- Draft and Design the individual components of a yacht and assemble them together to form a good aesthetical yacht. Introduction: - A yacht is a sail or power vessel used for pleasure, cruising, or racing. There is no standard definition, so the term applies to such vessels that have a cabin…
24 Aug 2020 01:13 AM IST
Otto Cycle simulator using Python
Aim: A python program to simulate the Otto Cycle Otto cycle is also termed as a constant volume power cycle. It contains a pair of isentropic processes and a pair of isochoric processes. This cycle basically used for spark ignition engines. As shown in figure red and green lines indicate the isentropic compression…
24 Aug 2020 01:12 AM IST
Parsing of Data and File handling using Python Programming.
Problem Statement:- The python program should ask for the inputs and provide the graph between the inserted input- commands i.e. the column numbers and also do the following Calculate the area under the P-V diagram. If P is in column 2 and V is in column 8. Calculate the power output of this engine.…
13 Jun 2020 06:34 AM IST
Python code to fit a linear and cubic polynomial for the Cp data with respect to the temperature.
Curve fit :- Curve fitting is the process of constructing a curve, or mathematical function that has the best fit to a series of data points. The objective of curve fitting is to find the parameters of a mathematical model that describes a set of data in a way that minimizes the difference between the model and the data.…
15 May 2020 10:52 AM IST
Python Program to solve the 2nd order ODE and to display the Damped oscillations of a simple pendulum
Aim:- A python program to solve this 2nd order ODE as well as to crate the damped oscillations of a simple pendulum. Pendulum is a body suspended from a fixed support so that it swings freely back and forth under the influence of gravity. When a pendulum is displaced sideways from its resting, equilibrium position,…
29 Apr 2020 06:06 AM IST
MATLAB code to Calculate the State points between the Process and efficiency of the Rankine Cycle
The Rankine cycle is a model used to predict the performance of steam turbine systems. It was also used to study the performance of reciprocating steam engines. The Rankine cycle is an idealized thermodynamic cycle of a heat engine that converts heat into mechanical work while undergoing…
14 Apr 2020 04:43 AM IST
Parsing the NASA thermodynamic data file and finding thermodynamic properties of various gas species using MATLAB
Parsing means analyze (a string or text) into logical syntactic components. NASA came up with polynomials that can be used to evaluate thermodynamic properties such as Cp, H and S. They have also documented the co-efficient that are required to evaluate these polynomials for 1000+ species. The NASA polynomials have…
09 Apr 2020 11:52 PM IST
Optimizing the stalagmite function to find the global maxima of the function using MATLAB
GENETIC ALGORITHM: Genetic Algorithms (GAs) are adaptive heuristic search algorithms that belong to the larger part of evolutionary algorithms. Genetic algorithms are based on the ideas of natural selection and genetics. These are intelligent exploitation of random search provided with historical data to direct the search…
29 Mar 2020 02:22 AM IST
Finding a best curve fit for the Cp vs Temperature data using MATLAB
Project:- MATLAB code to fit the linear and cubic curve to the Cp data. Theory Curve fit :- Curve fitting is the process of constructing a curve, or mathematical function that has the best fit to a series of data points. The objective of curve fitting is to find the parameters of a mathematical model that…
26 Mar 2020 12:18 AM IST
CREATING MOTION OF SIMPLE PENDULUM WITH DAMPING USING MATLAB ODE SOLVER
Pendulum is a body suspended from a fixed support so that it swings freely back and forth under the influence of gravity. When a pendulum is displaced sideways from its resting, equilibrium position, it is subject to a restoring force due to gravity that will accelerate it back toward the equilibrium position. When released,…
22 Mar 2020 02:02 PM IST