-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compute IDT and IDT SA using Cantera #150
base: main
Are you sure you want to change the base?
Conversation
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
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
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
and minor related modifications to schema
Also added descriptions to commented input
Added the Cantera IDT adapter
Allow users to specify "roles" (fuel, oxygen, nitrogen) to species, and compute equivalence ratios automatically