Bug with disabling momentum equations

I disabled momentum equations of my solids so they do not interact with my liquid. But some bug occurred after I did so.

fluid_bed_chem_2021-03-02T004020.755585.zip (36.7 KB) fluid_bed_chem_2021-03-02T004043.210387.zip (36.7 KB)

Interesting, so you got this one first

Error: submit_change {'momentum_x_eq': False}: indices must be integer, not None
File "...\project_manager.py", line 74, in submit_change
    (newValueDict, repr(arg)))

and this one second?

Error: submit_change {'species_eq': False}: indices must be integer, not None
File "...\project_manager.py", line 74, in submit_change
    (newValueDict, repr(arg)))

Yeah. I think the first one happened when I disabled momentum equation and the second one ball we when I disabled species equation. Not exactly sure though.

Thanks Jack. I’m working on fixing this for the upcoming 21.1 release. Sorry for the inconvenience.