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

Commit 397cdc0

Browse files
authored
Added math to the superscripts are best.
1 parent d86f9ee commit 397cdc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

day_10/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ $$
3232
\frac{\partial N_i}{\partial t} + V\frac{\partial N_i}{\partial z} = S_i - L_i
3333
$$
3434

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.
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$$.
3636

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.
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)