Commit 53761528a454e637cdb35dbe48f402e06073f5c9
1 parent
aca0789a
Exists in
master
add commentaries
Showing
1 changed file
with
5 additions
and
3 deletions
Show diff stats
four_levels_model.py
@@ -61,10 +61,12 @@ class HeatingGas: | @@ -61,10 +61,12 @@ class HeatingGas: | ||
61 | 61 | ||
62 | ---------- | 62 | ---------- |
63 | 63 | ||
64 | - Returns total_gas_heating, g_0 , gamma , t_gas, n_e , n_c | 64 | + Returns total_gas_heating, heating efficiency, g_0 , gamma , t_gas, n_e , n_c |
65 | 65 | ||
66 | total_gas_heating : float, | 66 | total_gas_heating : float, |
67 | - gas heating rate | 67 | + gas heating rate in erg s-1 H-1 |
68 | + heating_efficiency : float, | ||
69 | + gas heating efficiency | ||
68 | g_0 : float, | 70 | g_0 : float, |
69 | scaling factor of the radiation field | 71 | scaling factor of the radiation field |
70 | gamma : float, | 72 | gamma : float, |
@@ -74,7 +76,7 @@ class HeatingGas: | @@ -74,7 +76,7 @@ class HeatingGas: | ||
74 | n_e : float, | 76 | n_e : float, |
75 | electron density in cm-3 | 77 | electron density in cm-3 |
76 | n_c : float, | 78 | n_c : float, |
77 | - number of carbon atoms in pah molecules (size of the pah) | 79 | + number of carbon atoms in PAHs (size of the PAH) |
78 | 80 | ||
79 | ------- | 81 | ------- |
80 | 82 |