MECH2700 Engineering Analysis Assignment Problem

Assignment Help Python Programming
Reference no: EM132388508 , Length: 7 pages

The University of Queensland
School of Engineering
MECH2700 Engineering Analysis I (2019)
Assignment: Computational Heat Transfer

Assignment Tasks
Preliminary analysis

Task 1.

Show that the second derivative of T at node i may be approximated by the following finite- difference formula:

d2T/dx2|x=xi ≈ (Ti+1 - 2Ti + Ti-1) /?x2

where Ti is shorthand for T (x = xi) and ?x is the node spacing.

The finite-difference form of the governing equation may now be written for all interior nodes, after substituion and rearrangement, as:

Ti-1 - (2 + ?x2hP)kAc) Ti + Ti+1 = -?x2hPTa/kAc , i = 1...n - 1

Note that the equations are linear in the unknown temperatures, Ti, and so may be assembled into matrix form. These equations are valid for all interior nodes, ie., up to i = n 1. The final node, n, must be treated specially - the treatment of the end node will form Task 2.

Task 2.

Show that the first derivative of T may be approximated, using a one-sided difference, as:

dT/dx|x=xi ≈ (Ti - Ti-1) /?x (7)

Use this approximation in the boundary condition, Equation 3, to show that the finite-difference equation for the boundary node n is:

-k/?x Tn-1 + (h + k/?x)Tn = hTa     (8)

Task 3.

For n = 5, write out the five finite-difference equations (i = 1...5) and then assemble the matrix of coefficients, A, and the vector ?b in the system of equations, AT? = ?b. Include a sixth line in your matrix system at the top: the trivial equation, T0 = Tw, for the node n = 0. This will be useful later when you try to build the matrix system in your computer code. What is special about the structure of matrix A?

Computer implementation

Task 4.

Write a Python program to solve for the temperatures in the fin using one of the direct solvers for systems of linear equations. Take advantage of the special structure of A to make your code more computationally efficient than the general method presented in lectures.

Task 5.
Plot the temperatures for n = 5, 10, 20, 200 against the analytic solution. (Hint: The analytic solution may be found in the text by Incropera and De Witt, "Fundamentals of Heat and Mass Transfer". Look for the section on "Fins of uniform cross-sectional area". The fin in this problem is of finite length with a convective end boundary condition.)

Task 6.
As separate figures, plot the temperature at the fin tip and the relative error at the fin tip (||Tn - Texact /Texact) for a range of values of n to show convergence of the numerical solution as ?x = L/n approaches zero. What value of n is required to give a numerical solution that is within 0.1% of the analytic solution, in terms of the relative error in temperature at the convective boundary node?

Task 7.
Based on a heat flux balance, the heat transfer rate from the entire fin is equal to the heat transfer rate through the base of the fin (ie. the conduction from the cylinder wall into the fin). Compute the heat transfer rate for the fin using the finite-difference approximation:

q = kAc (Tw - T1)/?x (9)

Note that T1 is the value at the first node computed as part of the solution procedure. Plot the value for heat transfer rate, q, as ?x approaches zero. What value of n is required to give a numerical estimate for heat transfer rate that is within 0.1% of the analytic solution?

For the fin to achieve its purpose and maintain the combustor wall temperature at 95% of the material limit, the heat transfer rate from the fin must balance the heat transfer rate to the section of combustor wall it is responsible for cooling, which here is qcomb = 14 kW. According to your analysis, does the fin provide sufficient cooling? If not, how might it's geometry be varied to improve its performance?

Attachment:- Engineering Analysis.rar

Reference no: EM132388508

Questions Cloud

Differentiates the value critical analysis : What differentiates the value critical analysis from the analytic descriptive method evaluation? Note at least three differences. Identify the commitments
Find the critical value and identify the rejection region : B. Find the critical value(s) and identify the rejection region(s). C. Find the standardized test statistic z.
Why international accounting is important in global economy : Discuss why international accounting is important in today's global economy. Describe the difference between the current-rate method and the temporal method.
Describe the research goal or purpose statement : Following up on your posts from weeks 3 and 5, formulate a research goal or purpose statement related to addressing the problem you identified.
MECH2700 Engineering Analysis Assignment Problem : MECH2700 Engineering Analysis Assignment help and solution, University of Queensland - Assessment writing Service - Computational Heat Transfer.
Describe how the perception of the product differs : Describe how the perception of the product differs within cultures both within the United States and globally. How has this company handled the ethical.
Define problem using terms built from genitourinary medical : Your first patient this week has a problem of the genitourinary tract that has plagued him since birth. He has had many hospitalizations due to this problem.
Has the media changed social interaction : Do you think the mass media significantly contributes to the socialization process? When answering this question be sure to identify and describe the major.
How successful collaboration can improve success : In this assignment, you will create a presentation for your organization to explain how successful collaboration can improve success and provide competitive.

Reviews

Write a Review

Python Programming Questions & Answers

  Write a python program to implement the diff command

Without using the system() function to call any bash commands, write a python program that will implement a simple version of the diff command.

  Write a program for checking a circle

Write a program for checking a circle program must either print "is a circle: YES" or "is a circle: NO", appropriately.

  Prepare a python program

Prepare a Python program which evaluates how many stuck numbers there are in a range of integers. The range will be input as two command-line arguments.

  Python atm program to enter account number

Write a simple Python ATM program. Ask user to enter their account number, and print their initail balance. (Just make one up). Ask them if they wish to make deposit or withdrawal.

  Python function to calculate two roots

Write a Python function main() to calculate two roots. You must input a,b and c from keyboard, and then print two roots. Suppose the discriminant D= b2-4ac is positive.

  Design program that asks user to enter amount in python

IN Python Design a program that asks the user to enter the amount that he or she has budget in a month. A loop should then prompt the user to enter his or her expenses for the month.

  Write python program which imports three dictionaries

Write a Python program called hours.py which imports three dictionaries, and uses the data in them to calculate how many hours each person has spent in the lab.

  Write python program to create factors of numbers

Write down a python program which takes two numbers and creates the factors of both numbers and displays the greatest common factor.

  Email spam filter

Analyze the emails and predict whether the mail is a spam or not a spam - Create a training file and copy the text of several mails and spams in to it And create a test set identical to the training set but with different examples.

  Improve the readability and structural design of the code

Improve the readability and structural design of the code by improving the function names, variables, and loops, as well as whitespace. Move functions close to related functions or blocks of code related to your organised code.

  Create a simple and responsive gui

Please use primarily PHP or Python to solve the exercise and create a simple and responsive GUI, using HTML, CSS and JavaScript.Do not use a database.

  The program is to print the time

The program is to print the time in seconds that the iterative version takes, the time in seconds that the recursive version takes, and the difference between the times.

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