From 222be9d931c29365e5e2bd1632bd809da2f87358 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 9a0ab9b1..4eded1e1 100644 --- a/t3/utils/flux.py +++ b/t3/utils/flux.py @@ -339,9 +339,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. """