Follow up to threads from #540 that were not resolved before merging. - [ ] Moving ionic model parameter classes to `ionic_model.h`/`ionic_model.cpp`, to improve decoupling between ionic models and the rest: [original thread](https://github.com/SimVascular/svMultiPhysics/pull/540#discussion_r3197568472). - [ ] Remove code duplication between `ParameterLists` and ionic model parameter classes: [original thread](https://github.com/SimVascular/svMultiPhysics/pull/540#discussion_r3197583279). - [ ] Identifying ionic models only through either `std::string`s or the `enum class ElectrophysiologyModelType`, but not a mix of both: [original thread](https://github.com/SimVascular/svMultiPhysics/pull/540#discussion_r3197416139).
Follow up to threads from #540 that were not resolved before merging.
ionic_model.h/ionic_model.cpp, to improve decoupling between ionic models and the rest: original thread.ParameterListsand ionic model parameter classes: original thread.std::strings or theenum class ElectrophysiologyModelType, but not a mix of both: original thread.