Question about grouped parameter models for SPM and SPMe #872
-
|
Hello, I am lookin at the grouped parameter model examples provided in PyBOB, for both SPM and SPMe models. I have a question about the definition of the evaluation of grouped parameters through the default parameters in I wonder how would you go around if you would like to group these parameters keeping the original concentration and temperature dependencies of Chen2020 parameter dataset. I guess defining |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @oarcelus You are thinking along the right lines. You'd need to change the grouped parameter into a |
Beta Was this translation helpful? Give feedback.
Hi @oarcelus
You are thinking along the right lines. You'd need to change the grouped parameter into a
FunctionParameterof appropriate variables within the model. Then define your function as shown in this example.