cantera/data
Steven DeCaluwe 8169c26271 Updates to ctml_writer.py associated with BinarySolutionTabulatedThermo class.
-Removes option to read tabulated thermo from an external csv file (this is now
handled from within cti or xml).
-Renames `rateCoeff` keyword to the more appropriate `rate_coeff_type`, and fixing
keyword order so that this new keyword is listed last.
-Removes `else` statement from `if isinstance(self._standardState, standardState)
-Removes unused `_pure` attribute from `IdealSolidSolution` and
`BinarySolutionTabulatedThermo`
-Changes default on `tabulated_species` keyword to `None`.
-Removing superfluous `standardState:_build` from ctml_writer.py
- Removes unnecessary conc_dim() definition in `table` class.
- Removes unnecessary units defintion for mole fractions in `table` class.
- Improves grammar in error message for case when thermo table is
not provided for `tabulated_species`.
2019-02-20 21:39:22 -05:00
..
inputs Updates to ctml_writer.py associated with BinarySolutionTabulatedThermo class. 2019-02-20 21:39:22 -05:00
thermo Add missing number prefix 2017-12-06 15:00:50 -05:00
transport Removed execute permission from nonexecutable files 2012-03-13 17:32:41 +00:00
README Removed execute permission from nonexecutable files 2012-03-13 17:32:41 +00:00

 This directory contains subdirectories with data files of various types.
 By default, Cantera looks for files in the 'inputs', 'thermo', and
 'transport' directories. These defaults can be modified by editing
 Cantera/src/misc.cpp.