Skip to content

Commit

Permalink
#3844 fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
brosaplanella committed Jun 16, 2024
1 parent 9fda5ef commit 636ffa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
"source": [
"### Events\n",
"\n",
"An event is a condition that can be used to stop the solver, for example when the voltage reaches a certain value. Even though they are not a fundamental part of the model (and they are definitely optional), events are very useful to prevent the model reaching unfeasible regions (e.g. negative concentrations). In PyBaMM an event can be defined using the [`pybamm.Event`](https://docs.pybamm.org/en/stable/source/api/events/event.html) class. The class takes two required arguments: a string with the name of the event (for identification purposes) and an expression that is the condition to trigger the event. For example, let's consider the following event for the maximum stoichiometry in the negative electrode:"
"An event is a condition that can be used to stop the solver, for example when the voltage reaches a certain value. Even though they are not a fundamental part of the model (and they are definitely optional), events are very useful to prevent the model reaching unfeasible regions (e.g. negative concentrations). In PyBaMM an event can be defined using the [`pybamm.Event`](https://docs.pybamm.org/en/stable/source/api/models/base_models/event.html) class. The class takes two required arguments: a string with the name of the event (for identification purposes) and an expression that is the condition to trigger the event. For example, let's consider the following event for the maximum stoichiometry in the negative electrode:"
]
},
{
Expand Down

0 comments on commit 636ffa8

Please sign in to comment.