From 199c706c2dc3d892de5a815f15d07d5af960c71d Mon Sep 17 00:00:00 2001 From: kngo4 Date: Wed, 4 Mar 2026 15:12:05 -0500 Subject: [PATCH] Update TxyNotebook.py changed Tguess from 350K to 500K --- TxyNotebook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TxyNotebook.py b/TxyNotebook.py index b1de67f..bf3c84d 100644 --- a/TxyNotebook.py +++ b/TxyNotebook.py @@ -79,7 +79,7 @@ def _(get_antoine_coefficient): @app.cell def _(fsolve, get_antoine_coefficient, np, plt, raoult_law_kvalue): P = 1.01325 # Pressure in bar - Tguess = 350 # K + Tguess = 500 # K propane = get_antoine_coefficient('propane', Tguess) toluene = get_antoine_coefficient('toluene', Tguess) antoineCoefs = np.array([propane[0:3], toluene[0:3]])