Hi Leonardo,
I think your specification of the width is problematic — 5e-5 m is much less than the flame thickness under many conditions. Using a larger value that’s much larger than the flame thickness should not be an issue under most circumstances; at worst, it will just increase the computational effort a bit. If you’re seeing an effect from this, it probably has as much to do with the extremely loose refinement tolerances. slope=0.8 and curve=0.8 are surely underresolving the flame and will lead to significant errors in the calculated flame speed.
You should solve with the auto=True option turned on, which will among other things allow the solver to automatically increase the domain width as needed. When the domain is not wide enough for the flame, it becomes difficult for the solver to satisfy the zero gradient boundary conditions, which is one of the reasons that the solver can fail.
If you’re still having problems, please provide a complete example (attach a copy of the reduced mechanism you’re working with and a version of the code that is actually complete) so others can run it and see the errors that occur.
Regards,
Ray