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

Commit d86f9ee

Browse files
authored
Updated project 3.
1 parent b133c5a commit d86f9ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

day_10/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ what is seen.
2929
Solve the chemistry equation using an implicit method
3030

3131
$$
32-
\frac{\partial N_i}{\partial t} + \frac{V \cdot N_i}{z} = Q_{EUV,i} - R \times M \times N_i
32+
\frac{\partial N_i}{\partial t} + V\frac{\partial N_i}{\partial z} = S_i - L_i
3333
$$
3434

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.
35+
Where N_i is the number density of species i (O^+, O_2^+, N_2^+, NO^2), V=-10m/s, S_i are the sources (one of which will be EUV), and L_i are the losses. You will need to include electrons as a species, but you don't have to advect it or solve for the chemistry for it, since e- = \sum N_i.
36+
37+
You can get the ionization rates from the euv_37.csv file. The chemical reactions and the reaction rates are specified in the Chemistry lecture towards the end. Note that this includes He^+ and H^+ and others, which you can ignore.

0 commit comments

Comments
 (0)