Skip to content

Commit 4b93c7c

Browse files
committed
update the values of functions related to temperature
1 parent bdf7b94 commit 4b93c7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ares/static/ChemicalNetwork.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ def RateEquations(self, t, q, args):
203203
if not self.isothermal:
204204

205205
for i, sp in enumerate(self.neutrals):
206+
self.Beta, self.alpha, self.zeta, self.eta, self.psi, self.xi, self.omega = self.SourceIndependentCoefficients(q[-1], z).values()
206207
elem = self.grid.parents_by_ion[sp]
207208

208209
heat += k_heat[i] * x[sp] * n[elem] # photo-heating

0 commit comments

Comments
 (0)