Catera with additional transport models
Find a file
Bryan W. Weber 5d215b7e86 Add base class functions to set density and pressure simultaneously
They have the names setState_RP, setState_RPX, and setState_RPY. These
base class functions mirror the TP, TPX, TPY set, except that RP is not
implemented, because it depends on the EOS of the system. We cannot use
the normal setPressure because it sets the state by calculating the
density, but RP will specify the density.
2015-06-15 17:46:51 -04:00
bin Remove some unnecessary files 2015-04-14 14:53:48 -04:00
data Add missing reaction to "h2o2" mechanism 2014-09-23 02:20:49 +00:00
doc [Doc] Sphinx reads version info from config.h 2015-06-14 20:00:54 -04:00
ext [SCons] Miscellaneous cleanup of SConstruct/SConscript files 2015-06-13 23:29:58 -04:00
include/cantera Add base class functions to set density and pressure simultaneously 2015-06-15 17:46:51 -04:00
interfaces [ck2cti] Improve handling of single T-range thermo data 2015-06-15 16:47:54 -04:00
platform [SCons] Miscellaneous cleanup of SConstruct/SConscript files 2015-06-13 23:29:58 -04:00
samples Fix spelling errors 2015-04-08 19:36:55 -04:00
site_scons [SCons] Use defined 'cantera_version' when building MSI 2015-06-14 19:47:33 -04:00
src Add base class functions to set density and pressure simultaneously 2015-06-15 17:46:51 -04:00
test Merge namespace ctml with namespace Cantera 2015-05-27 18:09:07 -04:00
test_problems [SCons] Miscellaneous cleanup of SConstruct/SConscript files 2015-06-13 23:29:58 -04:00
.gitignore [Matlab] Fix build warnings about Contents.m 2014-08-26 22:04:50 +00:00
.travis.yml [SCons] Attempt auto-detection of libraries for Boost.Thread 2015-06-12 19:19:57 -04:00
AUTHORS Update 'AUTHORS' file to acknowledge additional contributors 2015-03-10 22:41:45 +00:00
INSTALL Added INSTALL with basic instructions for building with SCons 2012-07-03 17:49:59 +00:00
License.txt Modified License statement slightly to comply with copywrite assertion paperwork. 2014-03-16 02:58:48 +00:00
README.rst Bump version to 2.2.0 2015-06-04 18:41:20 -04:00
SConstruct Use short form of cantera_version when looking for data directory 2015-06-14 19:51:00 -04:00

*******
CANTERA
*******

Version 2.2.0 (stable)

License Information
===================

See the file "License.txt" for information on the terms & conditions for usage,
and a DISCLAIMER OF ALL WARRANTIES.

All trademarks referenced herein are property of their respective holders.

Web Resources
=============

1. *The Cantera Github site*

   https://github.com/Cantera/cantera

   This site contains the Cantera source code, the issue tracker for bugs and
   enhancement requests, downloads of Cantera releases and binary installers,
   and the Cantera wiki.

2. *The Cantera SourceForge site*

   http://sourceforge.net/projects/cantera

   Alternative download location for Cantera releases and binary installers.

3. *Cantera Documentation*

   http://cantera.github.com/docs/sphinx/html/index.html

   This site contains documentation for the current stable version of Cantera.

   http://cantera.github.com/dev-docs/sphinx/html/index.html

   This site contains documentation for the development version of Cantera.

4. *The Cantera Users' Group*

   http://groups.google.com/group/cantera-users

   This site has a message board for discussions amongst Cantera users.

5. *The Cantera Developers Group*

   http://groups.google.com/group/cantera-dev

   Limited access site where developers can discuss development ideas.