Electrochemistry Coupled to Mass Transport, Battery, and Tertiary Current Distribution Models
If the model involves electrochemistry coupled to mass transport, here are a few things to try to help improve model convergence.
Review the Initial Values for the concentration values. Zero initial concentration values can cause issues in tertiary current distributions and battery simulations since that could imply that no charge carriers or no reacting material is present initially.
When setting up user-defined kinetics expressions, avoid evaluating negative concentrations by using expressions such as max(c, eps^2), where eps is the machine epsilon; that is, it is a very small floating-point number.
In the COMSOL Multiphysics Reference Manual: