Skip to content
Michael Bernard edited this page Apr 25, 2018 · 3 revisions

The Datapoints tab has a single section for, well, datapoints.

Use the Add... and Remove... buttons to add and remove datapoints. Each datapoint has four fields: temperature, pressure, ignition delay, and equivalence ratio.

Each of these fields corresponds to the similarly named field in the PyKed schema. Inputs should be of the format [Number][Space][Unit], where [Number] may be an integer or floating point, and [Unit] may be any appropriate unit for temperature, pressure, or time, whether spelled out or abbreviated. These values are exported as the Quantity datatype using the Q_() function from the pint library.

The equivalency ratio field is not required by ChemKed, therefore the input does not need to be filled in, does it require units if filled in.

Clone this wiki locally