Skip to content

Commit

Permalink
fixed minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NellyMitnik committed Jan 26, 2024
1 parent b495044 commit e941a80
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions t3/utils/flux.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit e941a80

Please sign in to comment.