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

Commit b133c5a

Browse files
committed
MAINT: Adding BC information and Project C details.
1 parent 0b07524 commit b133c5a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

day_10/readme.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ $$
1010
\frac{\partial^2 T_i}{\partial z^2} = - \frac{Q_{EUV,i}}{4 \cdot 10^{-4}}
1111
$$
1212

13+
The boundary conditions should be $\partial T / \partial z = 0$ at the top and
14+
$T=200$ K in the bottom.
15+
1316
## Project B
1417

1518
Using RK4 solve the below question for 24 hours:
@@ -26,7 +29,9 @@ what is seen.
2629
Solve the chemistry equation using an implicit method
2730

2831
$$
29-
\frac{\partial N_i}{\partial t} = Q_{EUV,i} - R \times M \times N_i
32+
\frac{\partial N_i}{\partial t} + \frac{V \cdot N_i}{z} = Q_{EUV,i} - R \times M \times N_i
3033
$$
3134

32-
Make an animation of the results and explain what is happening.
35+
Where N is the number density, V=-10m/s, R is the reaction rate, M is the
36+
density of species it is reacting with. Make an animation of the results and
37+
explain what is happening.

0 commit comments

Comments
 (0)