CHEMKIN-Reactions-Loader (cki
)
Loads reaction data in CHEMKIN format. Requires the presence of ELEMENTS
and SPECIES
blocks for backwards compatibility with CHEMKIN. However, the contents of the blocks are currently ignored. Only used within the definition of the chemical-model
resource.
Loader name: cki
Input type: cki
files
Default file extension: .cki
Output type: reactions
Options
species
: An optional string or an array of strings to a species database resource.Type:
string
orstring[]
pressure
: If specified, convertsPLOG
reactions into Arrhenius type reactions at the given pressure in Pa using logarithmic interpolation.Type:
number
Example of resource definition in YAML-format:
name: resource_name # if omitted, name defaults to path
input: ./path/to/file # obligatory
loader: cki # required, if file name other than `.ckr`
options:
species: ./thermdata.ckt # Optional name of resource of type SpeciesDatabase. Can also be a list of resources
pressure: 100000 # Convert PLOG reactions to Arrhenius reactions for given temperature