Question

by using fortran.90 Q)By using Select Case construct, write fortran. 90 program to calculate the heat...

by using fortran.90
Q)By using Select Case construct, write fortran. 90 program to calculate the heat capacity of air
in J/(mol K) for the range (0-2000), where T is valid only in the range 273 K<T<1800 K.
cp = 28.09+0.1965*10**2* T+0.4799 *10**-5* T**2 - 1.965*10**-9*T**3

0 0
Add a comment Improve this question Transcribed image text
Answer #1

PROGRAM HeatCapacity

IMPLICIT NONE

REAL :: Cp, T, T0, Tf

INTEGER :: i , n

T0 = 273

Tf= 1800

n= Tf - T0

do i=1, n

T= T0 + i

Cp = 28.09+(0.1965*10**2)* T+(0.4799 *10**-5)* T**2 - (1.965*10**-9)*T**3

Print *, T, " " ,Cp

end do

End program HeatCapacity

Add a comment
Know the answer?
Add Answer to:
by using fortran.90 Q)By using Select Case construct, write fortran. 90 program to calculate the heat...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • The heat capacity of a calorimeter was determined by heating the calorimeter and its contents using...

    The heat capacity of a calorimeter was determined by heating the calorimeter and its contents using an electrical heater. When 1.25 A of electricity at 3.26 V was passed through the heater immersed in 127.5 g of water in the calorimeter for 175 sec, the temperature rose by 1.222 K. Determine the heat capacity of the calorimeter. The heat capacity of water is 75.291J.K-1.mol-1. Hint: q = i x t x V, where q is in J, i is in...

  • Part A Constants | Periodic Table The molar heat capacity Cp,m of SO2 (g) is described by the fol...

    Please help me solve for delta H, I can't get it. Thank you! Part A Constants | Periodic Table The molar heat capacity Cp,m of SO2 (g) is described by the following equation over the range 300 K

  • QUESTION 1 (10 marks) a) Write the Newton's law of heat convection in fluid using convection heat transfer coef...

    QUESTION 1 (10 marks) a) Write the Newton's law of heat convection in fluid using convection heat transfer coefficient, h (Wm2.K). Please explain the equation in terms of its driving force and resistancC (2 marks) (POUCOI/C2) b) Define the heat transfer rate, q,by inside and outside convection and wall conduction considering a stainless steel cylindrical pipe (inside radius, ri and outer radius, ) with fiberglass insulator (radius, s) in ą steady state condition as shown in Figure Q11 Steam with...

  • Heat Transfer problem, ch9 Will give instant thumbs up! Problem 14: Also, after going over example...

    Heat Transfer problem, ch9 Will give instant thumbs up! Problem 14: Also, after going over example problem 9-2, determine the heat transfer by natural convection for the hot plate facing down with 0 = 30°. Cooling of a Plate in Different Orientations Consider a 0.6-m x 0.6-m thin square plate in a room at 30°C. One side of the plac is maintained at a temperature of 90°C, while the other side is insulated, as shown in Fig. 9-18. Determine the...

  • ud tthiperature tor all the state points identified in the cycle and hence determine the net heat rate of the cycle and the back work ratio. Briefly comment on the results. (10 marks) O 2014 DIT...

    ud tthiperature tor all the state points identified in the cycle and hence determine the net heat rate of the cycle and the back work ratio. Briefly comment on the results. (10 marks) O 2014 DIT P.T.O 12901 MECH 3018 16401 MECH 3018 DT022/3 DT031/1 3. An ideal dual cyele has a compression ratio of 12 and uses air as the working fluid. At the beginning of the 01.353 kPa and 305.6 K, and occupies a volume of 1.229 Litres....

  • Write a C++ program to solve: The completed program should include the following: —Program input and...

    Write a C++ program to solve: The completed program should include the following: —Program input and output —Allow the user to input the starting, stopping and increment values for the insulation thickness and the air temperature. Also, at the end of the program, provide an opportunity for the user to use the program again without having to re-execute the program (ie. Ask them if they want to use the program again). —your program must find and output the value of...

  • C++ Concepts: Single-Dimension Array Write a program, using 25 or fewer lines of code, to count...

    C++ Concepts: Single-Dimension Array Write a program, using 25 or fewer lines of code, to count each occurrence of each lower-case letter in a string. Start your program by declaring a character array, msg, with a size of 30 or greater. char msg[MAX]; The user should then type a text string into the array: cin.getline(msg, MAX); Your program should now report the number of each character (a-z) found in the array: a face at the beach a - 4 b...

  • ONLY PART C is needed 10. (19.22) Nonsteady-state heat flow may be described by the following partial differential equ...

    ONLY PART C is needed 10. (19.22) Nonsteady-state heat flow may be described by the following partial differential equation эт ㄒㄧ 2 at where DT is the thermal diffusivity; this expression is the thermal equivalent of Fick's second law of diffiusion (Equation 5.4b). The thermal diffusivity is defined according to D_ k In this expression, k, p, and cp represent the thermal conductivity, the mass density, and the specific heat at constant pressure, respectively (a) What are the SI units...

  • Design the cooling system used to manufacture the leg of a table, shown in Fig.2. You...

    Design the cooling system used to manufacture the leg of a table, shown in Fig.2. You will have to determine the required diameter D so that the leg can withstand 100 kg of axial loading. Once the diameter has been determined, you will need to determine the Revolutions per Minute (RPMs) of the fan needed to cool down the leg to 90-C in less than 2 minutes before it starts deforming after being 3D printed. Consider the leg of the...

  • You will construct a Huffman tree based on the given frequencies of 26 English alphabets in...

    You will construct a Huffman tree based on the given frequencies of 26 English alphabets in upper case plus the space character. An internal tree node class in HuffmanTree with necessary information is required. • You will not randomly switch left and right children when merger two trees. Instead, you will build a right-heavy tree according to the following strategies to select the right child. (1) The tree that is taller will be the right child, i.e., the height is...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT