Skip to content

Conversation

alongd
Copy link
Member

@alongd alongd commented May 2, 2024

Added the Cantera IDT adapter
Allow users to specify "roles" (fuel, oxygen, nitrogen) to species, and compute equivalence ratios automatically

plt.xlim(x_min, x_max)
plt.savefig(os.path.join(figs_path, fig_name))
plt.close()
except (AttributeError, ValueError):

Check notice

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.
ax.set_yscale('log')
ax.legend(loc='lower right')
fig.savefig(os.path.join(figs_path, fig_name))
except (AttributeError, ValueError):

Check notice

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.
Comment on lines +17 to +21
from t3.simulate.cantera_IDT import (CanteraIDT, DELTA_H, DELTA_K, calculate_arrhenius_rate_coefficient,
calculate_troe_rate_coefficient, calculate_chebyshev_rate_coefficient,
calculate_plog_rate_coefficient, get_Ea_units, get_h298, get_pressure_from_cantera,
get_t_and_p_lists, get_top_sa_coefficients, perturb_enthalpy,
perturb_reaction_rate_coefficient, plot_idt_vs_temperature)

Check notice

Code scanning / CodeQL

Unused import Note test

Import of 'plot_idt_vs_temperature' is not used.
@alongd alongd requested a review from calvinp0 March 9, 2025 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants