AIM: To create a Rankine Cycle Simulator using MATLAB. THEORY: What is a Rankine cycle? Rankine cycle is a vapour power cycle commonly found in thermal power plants to generate power. The Rankine cycle is an idealized thermodynamic cycle of a heat engine .It is idealized because the friction losses in each of the…
GAURAV BERA
updated on 09 Jul 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 GAURAV BERA (7)
Simulating the pendulum motion (using MATLAB)
AIM: To write a program that will simulate the pendulum motion. use, L=1 metre, m=1 kg, b=0.05. g=9.81 m/s2. Simulate the motion between 0-20 sec, for angular displacement=0,angular velocity=3 rad/sec at time t=0. THEORY: The following second order ODE represents the equation of motion of a simple pendulum with…
16 Jul 2020 05:27 AM IST
FINAL INDEPENDENT PROJECT (MATLAB for Mechanical engineers)
***********File (strain stress 1018 steel) containing the data************************ https://drive.google.com/file/d/148-2Zb6M7QydCShOZPVBSemSmFyrEr4j/view?usp=sharing ************************************************************************** AIM: To write a code in MATLAB to fit cubic and quartic polynomial…
16 Jul 2020 05:26 AM IST
Project 2 - Rankine cycle Simulator using MATLAB
AIM: To create a Rankine Cycle Simulator using MATLAB. THEORY: What is a Rankine cycle? Rankine cycle is a vapour power cycle commonly found in thermal power plants to generate power. The Rankine cycle is an idealized thermodynamic cycle of a heat engine .It is idealized because the friction losses in each of the…
09 Jul 2020 04:42 AM IST
Project 1 - Parsing NASA thermodynamic data using MATLAB
AIM: To write a function in MATLAB that extracts the 14 co-efficients and calculates the enthalpy, entropy and specific heats for all the species in the data file (THERMO.dat). THEORY: The formulas are used to calculate the Specific heat (Cp), Entropy(S) and Enthalpy(H). Here, R is the universal gas…
04 Jul 2020 03:04 PM IST
To optimise the Stalagmite function and find the global maxima of the function using Genetic Algorithm in MATLAB
AIM: To write a code in MATLAB to optimise the Stalagmite function and find the global maxima of the function. THEORY: *The following outline summarizes how the genetic algorithm works: The algorithm begins by creating a random initial population. The algorithm then creates a sequence of new populations. At each…
29 Jun 2020 04:46 AM IST
Linear and cubic curve fitting for the Cp data using MATLAB
AIM: To write a code in MATLAB to fit a linear and cubic polynomial for the Cp data. THEORY: Parameters used to measure the fitness characteristics for both the curves: R-square This quantity measures how successful the fit is in explaining the variation of the data. It is also…
24 Jun 2020 07:01 AM IST
To solve an Otto cycle, create a PV diagram and output the Thermal efficiency of the engine using MATLAB
AIM: To write a program in MATLAB that can solve an Otto cycle, create a PV diagram and output the Thermal efficiency of the engine. THEORY: Formulas used are : Swept volume = (π/4)*bore^2*stroke Clearance volume = swept_volume/(compression_ratio - 1) Ideal gas equation is given by, …
24 Jun 2020 06:57 AM IST