cantera/src/clib
Ray Speth 0945a6de9b [clib] Enable access to critical properties of non-pure phases
Previously, only the critical properties of PureFluidPhase objects could be
accessed, but there are other ThermoPhase classes (specifically,
RedlichKwongMFTP) which overload the critTemperature, critPressure, and
critDensity functions.
2013-06-19 15:26:54 +00:00
..
Cabinet.h Eliminate redundant standard library includes 2013-06-05 17:08:13 +00:00
clib_defs.h Eliminate redundant standard library includes 2013-06-05 17:08:13 +00:00
ct.cpp [clib] Enable access to critical properties of non-pure phases 2013-06-19 15:26:54 +00:00
ct.h Fixed code formatting 2012-07-18 18:32:29 +00:00
ctbdry.h Removed declarations for non-existent C interface functions 2012-03-15 19:52:44 +00:00
ctfunc.cpp Added copyString as a consistent interface for copying std::string to char* 2012-08-02 15:48:27 +00:00
ctfunc.h Removed execute permission from nonexecutable files 2012-03-13 17:32:41 +00:00
ctmultiphase.cpp Some cleanup of clib 2012-08-02 15:48:16 +00:00
ctmultiphase.h Fixed code formatting 2012-07-18 18:32:29 +00:00
ctonedim.cpp Eliminate redundant standard library includes 2013-06-05 17:08:13 +00:00
ctonedim.h [1D/Python] Set pressure when restoring solution from XML file 2012-12-18 00:11:24 +00:00
ctreactor.cpp [Python] Fixed creation of PressureController objects 2013-05-08 15:47:37 +00:00
ctreactor.h Removing deprecated / nonfunctional methods from Reactor 2012-10-12 20:34:33 +00:00
ctrpath.cpp Some cleanup of clib 2012-08-02 15:48:16 +00:00
ctrpath.h Fixed code formatting 2012-07-18 18:32:29 +00:00
ctsurf.cpp Continuing transfering LiquidTransport changes, doing bugfixes, and 2012-12-15 00:49:14 +00:00
ctsurf.h Removed declarations for non-existent C interface functions 2012-03-15 19:52:44 +00:00
ctxml.cpp Some cleanup of clib 2012-08-02 15:48:16 +00:00
ctxml.h Fixed qualifiers for functions that are part of the Cantera DLL 2012-02-27 18:15:47 +00:00
README.txt Reorganized source tree structure 2012-02-12 02:27:14 +00:00

This directory contains code that implements C-callable functions that
can be used to create and use Cantera objects from languages other
than C++. It is used by both the Python and Matlab interface packages.