Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I need to acquire a time-marching equation using the fully implicit method from the STATE EQUATION and MATLAB code. Consider a spherical particle with radius
I need to acquire a time-marching equation using the "fully implicit method" from the STATE EQUATION and MATLAB code.
Consider a spherical particle with radius r=7m and properties c=1500j/kg.K,k=3.5W/m.K, and = 80kg/m3. The particle is surrounded by air at T=20C. The heat transfer coefficient is h=60,000W/m2.K. The particle is initially at T. The particle is exposed to a laser pulse with a power qlaser(t)=qmaxexp[2td2(ttp)2] where qmax=0.2W is the maximum value of the laser power during the pulse, tp=3s is the time at which the maximum power occurs, and td=0.5s is related to the duration of the pulse. Obtain the temperature as a function of time for the time interval of t=[030s], using predictor-corrector (Heun) and fully implicit methods. 1. Start with the state equation and then obtain the time-marching equation (numerical integration scheme) for both methods. 2. Try to implement the time-marching equation in MATLAB and plot the results for N=21-, 51-, and 101-time instances. 3. Validate and compare the accuracy of your results with the one from MATLAB ODE solver. Note: don't forget to include your MATLAB code! The balance of energy for the control volume can be written as qlaser=qconv+dtdU Substituting rate equations into the energy balance provides qmaxexp[2td2(ttp)2]=hAs(TT)+cVdtdT This equation can be rearranged to provide the state equation as dtdT=TT+cVqmaxexp[2td2(ttp)2] Where the lumped capacitance time constant is computed as =hAscV A numerical solution based on Euler Method can be obtained as Tj+1=Tj+dtdTT=Tj,t=tjt,j=1(N1) Or Tj+1=Tj+{TTj+cVqmaxxp[2td2(tjtp)2]}t,j=1(N1)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