Chemical Model Loader (chemical-model
)
Agglomerates species data and reaction data into a single object compatible for use with the DETCHEM family of drivers. It can only be used with the explicit loader resource definition. No options are available for this loader.
Loader name: chemical-model
Input type: species_database
and reactions
Output type: chemical_model
Example of insertion into CaRMeM's configuration in YAML-format:
chemical_model:
$resource: resource_name # Resource definition required
Example of resource definition in YAML-format:
name: resource_name # Required
loader: chemical-model # Required
options:
species_database:
- ./moldata
- ./thermdata.ckt
reactions:
gas: ./gas.ckr
surface: ./surface.ckr