Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added new operating modes for:
dT
η_p
dc_s_p_max
,dc_s_p_min
,dc_s_n_max
,dc_s_n_min
,dc_e_max
,dc_e_min
res
Fixed an error where the side reaction
j_s
was specified slightly incorrectly (thanks to Gerrit Ipers for pointing out this error)Stop conditions now check for the derivative of the state or output to terminate the simulation
Added the option for custom stop conditions
Modifying the states and model outputs is now significantly easier, only requiring changes in
states_definitions.jl
,residuals.jl
, andauxiliary_states_and_coefficients.jl
Bug fixes