Skip to content
This repository was archived by the owner on Jul 25, 2023. It is now read-only.

Commit 0b07524

Browse files
committed
FEAT: Project C draft
1 parent a2df04c commit 0b07524

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

day_10/readme.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff 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
77
data 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

1515
Using 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
2222
what 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.

0 commit comments

Comments
 (0)