What do the last two entries in the state vector represent for an SPM/SPMe with a composite anode?
var_pts = {
"x_n": 20,
"x_s": 20,
"x_p": 20,
"r_n": 20,
"r_n_prim": 20,
"r_n_sec": 20,
"r_p": 20
}
When using an SPM with the var_pts above and single-phase electrode, the length of y is 42 (throughput capacity, discharge capacity, 20 x 2 for particle concentrations).
When adding "particle phases": ('2', "1"), the length is now 64. There are 20 more entries for the 20 secondary concentrations, but there are also two new entries right at the end, which weren’t present before.