From e941a8074e1a75cf0dc77fe5b150e15d60876a13 Mon Sep 17 00:00:00 2001 From: NellyMitnik Date: Thu, 25 Jan 2024 15:41:07 +0200 Subject: [PATCH] fixed minor changes --- t3/utils/flux.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/t3/utils/flux.py b/t3/utils/flux.py index 903614fb..23edfa3d 100644 --- a/t3/utils/flux.py +++ b/t3/utils/flux.py @@ -348,9 +348,10 @@ def run_jsr(gas: ct.Solution, a_tol (float, optional): The absolute tolerance for the simulation. r_tol (float, optional): The relative tolerance for the simulation. tau_tolerance (float, optional): Cantera will solve JSR equations with step() - till tau * tolerance time, after that, it will solve them by advance(t_i). - This will adress stiff equestion in which small time steps are required. - + till tau * tolerance time, after that, it will + solve them by advance(t_i). + + This will adress stiff equestion in which small time steps are required. Returns: dict: The T, P, X, and ROP profiles (values) at a specific time. """