At the moment, each geochemistry simulation must specify all the minerals that should be considered. This is getting tiresome - i just want to tell geochemistry "use all relevant minerals"
Design
let the GeochemicalModelDefinition accept "*" as its equilibrium_minerals input. Propagate that through to PertinantGeochemicalSystem and build the mineral list with all minerals that depend on basis or secondary species and are not already kinetic minerals.
Reason
At the moment, each geochemistry simulation must specify all the minerals that should be considered. This is getting tiresome - i just want to tell
geochemistry
"use all relevant minerals"Design
let the
GeochemicalModelDefinition
accept "*" as itsequilibrium_minerals
input. Propagate that through to PertinantGeochemicalSystem and build the mineral list with all minerals that depend on basis or secondary species and are not already kinetic minerals.Impact