idaholab / moose

Multiphysics Object Oriented Simulation Environment
https://www.mooseframework.org
GNU Lesser General Public License v2.1
1.77k stars 1.05k forks source link

Geochemistry: add ability to 'use all relevant minerals' #15798

Closed WilkAndy closed 4 years ago

WilkAndy commented 4 years ago

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 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.

Impact

WilkAndy commented 4 years ago

This is done