From 67a45b0d617469c3899935627cf5160e9d38284f Mon Sep 17 00:00:00 2001 From: alexjamesgarza Date: Sun, 3 Mar 2024 16:20:32 -0600 Subject: [PATCH] implemented skeleton logic for solver --- ...c_box_species_concentration.cpython-39.pyc | Bin 0 -> 991 bytes src/box_model.py | 42 +++++++++++++++++- 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 src/__pycache__/music_box_species_concentration.cpython-39.pyc diff --git a/src/__pycache__/music_box_species_concentration.cpython-39.pyc b/src/__pycache__/music_box_species_concentration.cpython-39.pyc new file mode 100644 index 0000000000000000000000000000000000000000..277677efe28bfdadb58502706e8e329a2f381cc5 GIT binary patch literal 991 zcmbVL!D`$v5S45vYnCpQ(nBu=K`!y3YbZUGP)ftLlwS7GO)tI(Mbah$ueFtAlA5KL z=4bi~{S;q%$S35MQ%AOTyM|oaff;G!dGj<6nN22R1a|c6xBMO~0t+`Uc#Kyfwe~63)Qw zV+b3(K@@Ewh*)5dE^68x@25&R#Y)wH0*qAhim1vu28xov6lNHxOn3q|EPm+FwdfP6x3-agLYZmCRUb9V)o(H>zDbewu-+v*VnlO(|8NE~Wklu?Yl}9^&Tt zLxN7XwR3pb0Ib+bQreCwU1?F5e*cKluQe;fml35xb4tw!+IBxNLFdovTZ+f=39(M next_conditions_index + 1): + next_conditions_index += 1 + next_conditions = self.evolving_conditions.conditions[next_conditions_index] + next_conditions_time = self.evolving_conditions.times[next_conditions_index] + else: + next_conditions = None + + + # TODO: Implement micm solver solve + #solver.solve(curr_time, curr_conditions) + def readFromJson(self, path_to_json): """