clear all close all clc % printing indtroduction fprintf('RANKINE CYCLE SIMULATOR\n') fprintf('1-2 is isentropic expanssion in the turbine\n') fprintf('2-3 is constant heat rejection in the condensor\n') fprintf('3-4 is isentropic compression in the pump\n') fprintf('4-1 is the constant process heat addition in the boiler\n')…
Rajneesh kumar Maurya
updated on 30 May 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 Rajneesh kumar Maurya (5)
FLOW OVER THE BICYCLE USING PYTHON
AIM: To determine the drag force over the flow of bicycle and plot the graph between drag force vs velocity and drag force vs drag coefficient. For the calculation of the drag force following expressesion is given : …
08 Jun 2020 07:38 AM IST
Week 4 - Genetic Algorithm
AIM : To learn the concept of the GENETIC ALGORITHM and find out the global maxima of the stalagmitefunction. THEORY: Gentic algorithm based on the darwin's theory of the evalutinory biology. Genetic algorithms is used to solve the non-linear and non-differential optimization technique.It is used for both…
30 May 2020 09:15 AM IST
Project 2 - Rankine cycle Simulator
clear all close all clc % printing indtroduction fprintf('RANKINE CYCLE SIMULATOR\n') fprintf('1-2 is isentropic expanssion in the turbine\n') fprintf('2-3 is constant heat rejection in the condensor\n') fprintf('3-4 is isentropic compression in the pump\n') fprintf('4-1 is the constant process heat addition in the boiler\n')…
30 May 2020 09:12 AM IST
File Parasing of NASA thermodynamic file
AIM: Write the command for the file parasing and and calculate the 14 coeffiecient and the value of the enthalpy ,entropy and specific heat for the different species. What is file parasing? Parsing a file means reading in a data stream of some sort and building an in memory model of the semantic content…
10 May 2020 02:09 AM IST
SOLUTION AND ANIMATION OF SIMPLE PENDULUM MOTION
1. AIM: solve the 2nd oreder differential equation of simple pendulum and plot the animation of the motion of the pendulum. 2. GOVERNING EQUATION : Equation of the pendulum of the motion is given by the : `(d^2theta)/(dt^2)+b/m(d theta)/dt+g/lsintheta=0` where b=damping coefficient m=mass(kg) g=acceleratin…
06 May 2020 09:18 AM IST