You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The model will output positive and and negative electrode thickness in addition to the overall cell thickness it currently outputs.
Motivation
Currently, the mechanical model outputs only the overall cell thickness. In many cases, especially while studying degradation, it is useful to observe and analyze individual electrode thicknesses i.e. positive and negative electrode thickness.
Possible Implementation
In the _get_mechanical_results(self, variables) function of base_mechanics.py we can add additional code so that we can get individual electrode thicknesses. I've already tried out the implementation and it is very simple.
Description
The model will output positive and and negative electrode thickness in addition to the overall cell thickness it currently outputs.
Motivation
Currently, the mechanical model outputs only the overall cell thickness. In many cases, especially while studying degradation, it is useful to observe and analyze individual electrode thicknesses i.e. positive and negative electrode thickness.
Possible Implementation
In the
_get_mechanical_results(self, variables)
function ofbase_mechanics.py
we can add additional code so that we can get individual electrode thicknesses. I've already tried out the implementation and it is very simple.Additional context
No response
The text was updated successfully, but these errors were encountered: