% Solves the 1D heat equation with  θ method finite difference scheme
L = 10 % length of domain in x direction
tmax = 120 % end time
nx = 5 % number of nodes in x direction
nt =1 % number of time steps
dx = L/(nx-1);
dt = tmax/(nt-1);
r = alpha*dt/dx^2; r2 = 1 - 2*r;
% 1 Loop over time steps
t = 0
u = Tnew(1) = T(1);
h=35 Thermal diffusivity of blade [w/m2.K ]
Tnew(nx) = T(nx);   % initial condition
for m=1:nt
uold = u; % prepare for next step
t = t + dt;
for i=2:nx-1

+++++++++++++++++++++++++++++++++++++

Question No.1

 To cool a hot surface at 120 ° C, we use an aluminum

 ) k = 237W / m.K, =97.1*106^m2 / s (

needle blade as shown below. The diameter of the blade is 1 cm and the length is 10 cm. The ambient temperature is 15 ° C and the transfer coefficient of heat transfer on the surface of the blade is 35 watts per square meter-Kelvin. At the first moment, the temperature of the entire blade is 30 degrees. Assuming a one-dimensional and transient propagation along the blade

 

 

 

 

 

1) the governing equation for the heat transfer problem with the correct boundary conditions is extracted and by the method of method discretization

2) Develop a numeric code to solve the above problem   (The value of the parameter can be adjusted as code input)

 3) Using Euler's explicit method, report the time interval of 25% second and the number of 10 computing nodes of the temperature distribution in the blade for a period of about 10 minutes in 30 seconds intervals. How long does it take to get a stable temperature distribution? Increasing the time step by keeping the number of computational nodes constant and showing how long the numerical solution will be unstable.

(4) Using the Crank-Nicholson method, keep the number of nodes double and quadruple by constant stroke and compare the constant temperature distribution obtained with this number of nodes. How is the effect of the number of nodes on the answer given?
by

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.

Related questions

1 answer
1 answer
asked May 24, 2013 in Algebra 1 Answers by anonymous | 325 views
1 answer
asked May 21, 2014 in Other Math Topics by anonymous | 557 views
1 answer
asked Dec 5, 2014 in Statistics Answers by raj | 493 views
2 answers
asked Aug 17, 2012 in Calculus Answers by anonymous | 2.1k views
1 answer
1 answer
asked May 1, 2012 in Statistics Answers by anonymous | 653 views
1 answer
asked Feb 21, 2014 in Algebra 1 Answers by anikolov7 | 312 views
Welcome to MathHomeworkAnswers.org, where students, teachers and math enthusiasts can ask and answer any math question. Get help and answers to any math problem including algebra, trigonometry, geometry, calculus, trigonometry, fractions, solving expression, simplifying expressions and more. Get answers to math questions. Help is always 100% free!

Most popular tags

algebra problems solving equations word problems calculating percentages math problem geometry problems calculus problems math fraction problems trigonometry problems rounding numbers simplifying expressions solve for x order of operations probability algebra pre algebra problems word problem evaluate the expression slope intercept form statistics problems factoring polynomials solving inequalities 6th grade math how to find y intercept equation of a line sequences and series algebra 2 problems logarithmic equations solving systems of equations by substitution dividing fractions greatest common factor square roots geometric shapes graphing linear equations long division solving systems of equations least to greatest dividing decimals substitution method proving trigonometric identities least common multiple factoring polynomials ratio and proportion trig identity precalculus problems standard form of an equation solving equations with fractions http: mathhomeworkanswers.org ask# function of x calculus slope of a line through 2 points algebraic expressions solving equations with variables on both sides college algebra domain of a function solving systems of equations by elimination differential equation algebra word problems distributive property solving quadratic equations perimeter of a rectangle trinomial factoring factors of a number fraction word problems slope of a line limit of a function greater than or less than geometry division fractions how to find x intercept differentiation exponents 8th grade math simplifying fractions geometry 10th grade equivalent fractions inverse function area of a triangle elimination method story problems standard deviation integral ratios simplify systems of equations containing three variables width of a rectangle percentages area of a circle circumference of a circle place value solving triangles parallel lines mathematical proofs solving linear equations 5th grade math mixed numbers to improper fractions scientific notation problems quadratic functions number of sides of a polygon length of a rectangle statistics zeros of a function prime factorization percents algebra 1 evaluating functions derivative of a function equation area of a rectangle lowest common denominator solving systems of equations by graphing integers algebra 2 diameter of a circle dividing polynomials vertex of a parabola calculus problem perpendicular lines combining like terms complex numbers geometry word problems converting fractions to decimals finding the nth term range of a function 4th grade math greatest to least ordered pairs functions radius of a circle least common denominator slope unit conversion solve for y calculators solving radical equations calculate distance between two points area word problems equation of a tangent line multiplying fractions chemistry binomial expansion place values absolute value round to the nearest tenth common denominator sets set builder notation please help me to answer this step by step significant figures simplifying radicals arithmetic sequences median age problem trigonometry graphing derivatives number patterns adding fractions radicals midpoint of a line roots of polynomials product of two consecutive numbers limits decimals compound interest please help pre-algebra problems divisibility rules graphing functions subtracting fractions angles numbers discrete mathematics volume of a cylinder simultaneous equations integration probability of an event comparing decimals factor by grouping vectors percentage expanded forms rational irrational numbers improper fractions to mixed numbers algebra1 matrices logarithms how to complete the square mean statistics problem analytic geometry geometry problem rounding decimals 5th grade math problems solving equations with variables solving quadratic equations by completing the square simplifying trigonometric equation using identities
87,441 questions
99,039 answers
2,422 comments
16,939 users