cantera/data
Steven DeCaluwe 68a89d0322 Adding critProperties database for RedlichKwongMFTP
Adds capability for RedlichKwongMFTP to read a database of critical properties
for Tc and Pc of common species, so that users do not need to input pureFluidParameters
for every single species, thereby reducing burden during creation of new cti files.

For any species where pureFluidParameters are not provided by the user, function
getCoeffs scans the database looking for matches.  Any unmatched species will throw
an error.  Currently only scans by species name string, and is only intended for
common species with well-known critical properties.

Current operation is quite slow if the table is consulted for a large number of
species.  In the future, should also implement the capability to write the updated
pureFluidParameters back into the xml file, so the user only has to perform the lookup
once.
2018-12-11 11:08:47 -05:00
..
inputs Adding critProperties database for RedlichKwongMFTP 2018-12-11 11:08:47 -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.