This repository was archived by the owner on Jul 25, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -3,22 +3,30 @@ Final Project
33
44## Project A
55
6- Solve and plot the the temperature using steady-state heat equation using the
6+ Solve and plot the temperature using steady-state heat equation using the
77data and functions from ` day_7 ` and ` day_8 ` :
88
99$$
10- \frac{\partial^2 T_i}{\partial z^2} = - \frac{Q_{EUV}}{4 \cdot 10^{-4}}
10+ \frac{\partial^2 T_i}{\partial z^2} = - \frac{Q_{EUV,i }}{4 \cdot 10^{-4}}
1111$$
1212
1313## Project B
1414
1515Using RK4 solve the below question for 24 hours:
1616
1717$$
18- \frac{\partial T_i}{\partial t} = \frac{Q_{EUV}}{1500 \cdot \rho_i}
18+ \frac{\partial T_i}{\partial t} = \frac{Q_{EUV,i }}{1500 \cdot \rho_i}
1919$$
2020
21- start with a 5 min time step. If you have time, make an animation and explain
21+ Start with a 5 min time step. If you have time, make an animation and explain
2222what is seen.
2323
2424## Project C
25+
26+ Solve the chemistry equation using an implicit method
27+
28+ $$
29+ \frac{\partial N_i}{\partial t} = Q_{EUV,i} - R \times M \times N_i
30+ $$
31+
32+ Make an animation of the results and explain what is happening.
You can’t perform that action at this time.
0 commit comments