Skip to content

Commit 30f595c

Browse files
more debug prints
1 parent 64acb25 commit 30f595c

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

  • src/pathsim_chem/tritium

src/pathsim_chem/tritium/glc.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,14 @@ def _process_results(solution, params, phys_props, dim_params):
247247
c_T_in, P_in, T = params["c_T_in"], params["P_in"], params["T"]
248248
y_T2_in = params["y_T2_in"]
249249

250+
########### Debugging ##########
251+
print("c_T_in: ",c_T_in)
252+
print("y_T2_in :", y_T2_in)
253+
print("flow_l: ",params["flow_l"])
254+
print("flow_g: ",params["flow_g"])
255+
256+
250257
if not solution.success:
251-
print("c_T_in: ",c_T_in)
252-
print("y_T2_in :", y_T2_in)
253258
raise RuntimeError("BVP solver failed to converge.")
254259

255260
# Dimensionless results

0 commit comments

Comments
 (0)