CHEMKIN-Thermo-Loader (ckt
)
Loads thermodynamic data in CHEMKIN format. Supports only 7-coefficient NASA polynomial format. No options are available for this loader. Only used within the definition of the chemical-model
resource.
Loader name: ckt
Input type: ckt
files
Default file extension: .ckt
Output type: species_database
Examples of insertion into CaRMeM's configuration in YAML-format:
species_database:
- ./thermdata.ckt
- resource_name # only if resource definition included
Example of resource definition in YAML-format:
name: resource_name # if omitted, name defaults to path
input: ./path/to/file # obligatory
loader: ckt # required, if file name other than `.ckt`