Question

In: Mechanical Engineering

2.21 Use IHT to perform the following tasks. (a) Graph the thermal conductivity of pure copper,...

2.21 Use IHT to perform the following tasks.
(a) Graph the thermal conductivity of pure copper,
2024 aluminum, and AISI 302 stainless steel over
the temperature range 300 T 600 K. Include
all data on a single graph, and comment on the
trends you observe.
(b) Graph the thermal conductivity of helium and air
over the temperature range 300 T 800 K.
Include the data on a single graph, and comment on
the trends you observe.
(c) Graph the kinematic viscosity of engine oil,

ethylene glycol, and liquid water over the tempera-
ture range 300 T 360 K. Include all data on

a single graph, and comment on the trends you
observe.
(d) Graph the thermal conductivity of a water-Al2O3
nanofluid at T 300 K over the volume fraction
range 0 0.08. See Example 2.2.

Solutions

Expert Solution

(a) IHT workspace is as follows

// Copper (pure) property functions : From Table A.1

// Units: T(K)

kCu = k_T("Copper",T) // Thermal conductivity,W/m·K

// Aluminum 2024 property functions : From Table A.1

// Units: T(K)

kAl = k_T("Aluminum 2024",T) // Thermal conductivity,W/m·K

// Stainless steel-AISI 302 property functions : From Table A.1

// Units: T(K)

kss = k_T("Stainless Steel-AISI 302",T) // Thermal conductivity,W/m·K

T = 300 // Temperature, K

Result

According to the result obtained, large difference between thermal conductivity of copper, aluminium and steel has been obtained. Copper conducts thermal energy effectively, while stainless steels are relatively poor thermal conductors. Also, for aluminium and steel thermal conductivity increases whwereas for copper its decreases with temperature

(b) IHT workspace is as follows

// Helium property functions : From Table A.4

// Units: T(K)

kHe = k_T("Helium",T) // Thermal conductivity, W/m·K

// Air property functions : From Table A.4

// Units: T(K); 1 atm pressure

kAir = k_T("Air",T) // Thermal conductivity, W/m·K

T = 300 // Temperature, K

Result

Note the high thermal conductivity of helium relative to that of air. The thermal conductivity of both gases increases with temperature.

(c) IHT workspace is as follows

// Engine Oil property functions : From Table A.5

// Units: T(K)

nuOil = nu_T("Engine Oil",T) // Kinematic viscosity, m^2/s

// Ethylene glycol property functions : From Table A.5

// Units: T(K)

nuEG = nu_T("Ethylene Glycol",T) // Kinematic viscosity, m^2/s

// Water property functions :T dependence, From Table A.6

// Units: T(K), p(bars);

xH2O =0 // Quality (0=sat liquid or 1=sat vapor)

nuH2O = nu_Tx("Water",T,xH2O) // Kinematic viscosity, m^2/s

T = 300 // Temperature, K

Result

The kinematic viscosities vary by three orders of magnitude between the various liquids. For each case the kinematic viscosity decreases with temperature.

(d) IHT workspace is as follows

// Water property functions :T dependence, From Table A.6

// Units: T(K), p(bars);

xH2O =0 // Quality (0=sat liquid or 1=sat vapor)

kH2O = k_Tx("Water",T,xH2O) // Thermal conductivity, W/m·K

kbf = kH2O

T = 300

j = 0.01 // Volume fraction of nanoparticles

//Particle Properties

kp = 36 // Thermal conductivity, W/mK

knf = (num/den)*kbf

num = kp + 2*kbf-2*j*(kbf - kp)

den = kp + 2*kbf + j*(kbf - kp)

Result

The increase in the thermal conductivity of the nanofluid with addition of more nanoparticles. The

solid phase usually has a higher thermal conductivity than the liquid phase.


Related Solutions

An experimental arrangement for measuring the thermal conductivity of solid materials involves the use of two...
An experimental arrangement for measuring the thermal conductivity of solid materials involves the use of two long rods that are equivalent in every respect, except that one is fabricated from a standard material of known thermal conductivity kA while the other is fabricated from the material whose thermal conductivity kB is desired. Both rods are attached at one end to a heat source of fixed temperature Tb, are exposed to a fluid of temperature T∞, and are instrumented with thermocouples...
The employees at Table Manufacturing perform the following tasks as indicated in Table A and Table...
The employees at Table Manufacturing perform the following tasks as indicated in Table A and Table B. Employee A Roles and Responsibilities Employee B Roles and Responsibilities Reports to CFO Reports to CFO Raises capital through issuing stocks and bonds General financial accounting General managerial accounting Tax preparation Which of the following is the role of Employee A and Employee​ B?
For this case study assignment, perform the following tasks: 1. Select an American company with a...
For this case study assignment, perform the following tasks: 1. Select an American company with a worldwide presence (examples: Starbucks, McDonalds, Walmart). 2. Do research on the worldwide economic crisis of 2008 and in particular, focus on the company selected. 3. Discuss how your chosen company faired in the economic crisis of 2008. 4. Discuss the microeconomic implications of the crisis on your company. 5. Discuss whether your company was immune or not immune to the crisis 6. Discuss the...
Write a program to perform the following two tasks: 1. The program will accept a string...
Write a program to perform the following two tasks: 1. The program will accept a string as input in which all of the words are run together, but the first character of each word is uppercase. Convert the string to a string in which the words are separated by spaces and only the first word starts with an uppercase letter. For example, the string "StopAndSmellTheRose" would be converted to "Stop and smell the rose". Display the result string. 2. Then...
Write a program to perform the following two tasks: 1. The program will accept a string...
Write a program to perform the following two tasks: 1. The program will accept a string as input in which all of the words are run together, but the first character of each word is uppercase. Convert the string to a string in which the words are separated by spaces and only the first word starts with an uppercase letter. For example, the string "StopAndSmellTheRose" would be converted to "Stop and smell the rose". Display the result string. 2. Then...
Write C++ programs to perform the following tasks. In the program descriptions below, example input and...
Write C++ programs to perform the following tasks. In the program descriptions below, example input and output is provided. NOTE: You don’t need arrays to solve any of these problems. You should NOT use arrays to solve any of these problems. • stat.cpp: Let the user input a one or more integers, space separated, on a single line (as seen below), then work out and display the sum, average, sum of squares and population variance of the numbers. Remember, you...
Using the following code perform ALL of the tasks below in C++: ------------------------------------------------------------------------------------------------------------------------------------------- Implementation: Overload input...
Using the following code perform ALL of the tasks below in C++: ------------------------------------------------------------------------------------------------------------------------------------------- Implementation: Overload input operator>> a bigint in the following manner: Read in any number of digits [0-9] until a semi colon ";" is encountered. The number may span over multiple lines. You can assume the input is valid. Overload the operator+ so that it adds two bigint together. Overload the subscript operator[]. It should return the i-th digit, where i is the 10^i position. So the first...
Perform the following tasks with NumPy arrays. All of them can be done (elegantly) in 1...
Perform the following tasks with NumPy arrays. All of them can be done (elegantly) in 1 to 3 lines. (a) Create an 8 × 8 array with ones on all the edges and zeros everywhere else. (b) Create an 8 × 8 array of integers with a checkerboard pattern of ones and zeros. (c) Given the array c = np.arange(2, 50, 5), make all the numbers not divisible by 3 negative. (d) Find the size, shape, mean, and standard deviation...
In LINUX Provide the command(s) and any additional steps to perform the following tasks. You will...
In LINUX Provide the command(s) and any additional steps to perform the following tasks. You will need to be running with root privileges. Create a symlink to the /etc/openldap/ directory named "ldapconf" in /tmp/. Find all .conf files in the /etc/ directory and its subfolders. Find all directories starting with "gnome" or "GNOME" anywhere under the /usr/share/ directory. Sam and Susan are members of the "sales" group. Sam has been working on a project that has grown too big for...
Assignment Details: Perform the following tasks: Complete the reading assignment and the interactive lesson before attempting...
Assignment Details: Perform the following tasks: Complete the reading assignment and the interactive lesson before attempting this assignment. Select a recent news article about a life event of an individual. It can be health related, accident related, educational, or even achievement-oriented. It will be one "slice in the lifespan of that person." For example, you might select a story of someone who has achieved a major goal in life after experiencing a debilitating accident. An example would be Nick Vujicic....
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT