CHEMKIN-Reactions-Loader (ckr
)
Loads reaction data in CHEMKIN format. Only the REACTIONS block should be specified. The species must not be defined. Only used within the definition of the chemical-model
resource.
Loader name: ckr
Input type: ckr
files
Default file extension: .ckr
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: ckt # 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