Write a computer program using matlab, MATLAB Programming

Assignment Help:

From A to B the inlet valve is open and the steam pressure increases linearly from 0.1000 MPa absolute to 15.00 MPa absolute, 1000°C.

The inlet valve closes and from B to C the steam expands isentropically and adiabatically to the end of the stroke, where the steam pressure is 0.1000 MPa.

The pressure on the crank side of the piston is always 0.1000 MPa.

On the return stroke the exhaust valve is open, so the pressure on both sides of the piston is 0.1000 MPa.

The distance from A to B is 10 + DD/10 mm.

At top dead centre (top of stroke) the distance OA is 10 + BB/10 mm.

2423_write a computer program using MATLAB.png

For the steam engine given in the above diagram determine the forces on each of the components when the engine is running at constant revolutions per minute (angular velocity at the beginning and end of each revolution is the same but varies during the revolution).  Determine these forces at increments of 1 degree of the flywheel position and plot all forces for 1 revolution of the flywheel.  Plot the angular velocity of the flywheel.  Use the steam tables for your steam calculations.

Make the following assumptions:

(a) All components are made of steel with a density of  7800 kg/m3.

(b) Assume the piston and rod are solid steel pieces (not hollow).

(c) Flywheel speed is 500 RPM when the piston is at top dead centre.


Related Discussions:- Write a computer program using matlab

Matlab to produce numerical and analytical solutions, This assignment is mo...

This assignment is motivated by the use of flybys of planets / moons in spacecraft missions to alter a spacecraft's trajectory (flight path). Planetary flybys can be used to not on

To change a variable, To change a variable: To change a variable, the ...

To change a variable: To change a variable, the other assignment statement can be used that assigns the value of a different expression to it. Consider, for illustration, the

Documentation - script, Documentation: It is very important that all t...

Documentation: It is very important that all the scripts be documented well, so that the people can understand what the script does and how it accomplishes that. One way of do

Iterative root fi nding method, The secant method is an iterative root ndi...

The secant method is an iterative root nding method that is super-linear. The method has the advantage that it is faster than linear methods and does not require knowledge of the

Matlab project, I would like to ask if its possible to get help programing ...

I would like to ask if its possible to get help programing in matlab. If yes - how can I get help ?

Stacked bar chart, A file houseafford.dat stores on its three lines years, ...

A file houseafford.dat stores on its three lines years, median incomes and median home prices for a city. The dollar amounts are in thousands. For example, it might look like this:

Exact arithmetic, Run the MATLAB script sum = single(0); term = single(1); ...

Run the MATLAB script sum = single(0); term = single(1); n=1; while sum + term > sum sum = sum+term; n=n+1; term = 1/n; end n Explain what you think it is trying to do. What wou

Crank-nicolson method, clear tic L=1; T=0.2; nust=2000; dt=T...

clear tic L=1; T=0.2; nust=2000; dt=T/nust; n=40; dx=L/n;   r=1;  omega=10:10:5000;%Store Range of Frequencies for Simulation u=zeros(n+1,nust+1);%

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd