Question
in Matlab: You have been tasked with expanding the steam tables. The tables are used to calculate the amount of energy, work in an engine
in Matlab:
You have been tasked with expanding the steam tables. The tables are used to calculate the amount of energy, work in an engine cycle. To do this the following data is given to you.
T=[100, 150, 200, 250, 300, 400, 500];
Cv=[1.6958, 1.9364, 2.172, 2.46, 2.639, 3.103, 3.565];
U=[2506.7, 2582.8, 2658.1,2733.7, 2810.4, 2967.9, 3131.6];
T is the temperature in degrees C, Cv is the specific volume in m3/kg and U is the Internal energy in kJ/kg.
a. Plot the Specific volume and the Internal Energy against Temperature on horizontal subplots use both a symbol and a line for plotting (different symbols for each)
b. Verify that both are linear.
c. Calculate the slope for all the points given of Specific volume and internal energy with respect to Temperature.
d. Average each of the slopes
e. Use that value to calculate the Cv and U at temperatures of 700, 800, 900 degrees C
f. Plot them together with the previous data, making sure they have different symbols than used before
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started