Solver conditioning with L**2 #3918
-
In the basic_DFN model implementation, I can see that the potential equations are conditioned with L**2 . I have tried with and without this conditioning and I see the results dont vary too much. I understand the conditioning is to help thewith speedup, but is it mandatory to keep this term in the solution? Is this dimensionally correct ? Just wondering, thanks ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @veera-visw , L_x should be a significant value, without it, i think, will affect the conservation of the equation. Thus, it should change the result. I suggest you present an example code for others' convenience for checking this. |
Beta Was this translation helpful? Give feedback.
Hi @veera-visw , L_x should be a significant value, without it, i think, will affect the conservation of the equation. Thus, it should change the result. I suggest you present an example code for others' convenience for checking this.