Skip to content

Commit

Permalink
Merge pull request #61 from CalebBell/pre_generated_viscosity_splines
Browse files Browse the repository at this point in the history
Pre generated viscosity splines
  • Loading branch information
CalebBell authored Nov 23, 2024
2 parents 9af7ce5 + c92ae87 commit dd0b4c6
Show file tree
Hide file tree
Showing 3 changed files with 539 additions and 41 deletions.
1 change: 0 additions & 1 deletion chemicals/temperature.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,6 @@ def polish_conversion(T_initial, forward_calculator, backward_calculator):
ytol=T_initial*1e-15,
require_eval=False,
require_xtol=False,
maxiter=3,
x1=initial_conversion * (1 + 1e-6),
args=(T_initial, backward_calculator)
)
Expand Down
Loading

0 comments on commit dd0b4c6

Please sign in to comment.