From 268585b896464d35c8d4a5e62f367f296305e2c8 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Wed, 21 Dec 2016 21:03:42 -0500 Subject: [PATCH] [Doc] Describe usage of ck2cti as a command-line module --- doc/sphinx/cti/input-files.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/sphinx/cti/input-files.rst b/doc/sphinx/cti/input-files.rst index ce47de31d..e3e14e1e7 100644 --- a/doc/sphinx/cti/input-files.rst +++ b/doc/sphinx/cti/input-files.rst @@ -536,6 +536,11 @@ Example:: If the output file name is not given, an output file with the same name as the input file, with the extension changed to '.cti'. +If the ck2cti script is not on your path but the Cantera Python module is, +ck2cti can also be used by running:: + + python -m cantera.ck2cti --input=chem.inp --thermo=therm.dat --transport=tran.dat + An input file containing only species definitions (which can be referenced from phase definitions in other input files) can be created by specifying only a thermo file.