Ray Speth
4ea96b810d
[Python] Document Species, SpeciesThermo, and derived classes
2015-05-05 11:00:25 -04:00
Ray Speth
c371751f65
Remove obsolete references to Subversion
2015-04-29 18:06:40 -04:00
Ray Speth
c1304e9ee6
Add support for Sundials 2.6
...
Resolves #256 .
2015-04-29 18:03:17 -04:00
Ray Speth
9fdf7c0c59
[Doc] Describe NASA9 parameterization in CTI guide
...
Also note availability of data in the NASA9 form using the ThermoBuild web tool
and explain how to convert it to the CTI format.
2015-04-22 14:08:24 -04:00
Ray Speth
d6f7fd855a
[Python] Add access to SpeciesThermo(InterpType) objects
2015-04-20 18:34:36 -04:00
Ray Speth
55ad11a565
[Doc] Mention '-v' flag to 'brew install' as a debugging tool
2015-04-14 15:29:28 -04:00
Ray Speth
df971368a9
Remove some unnecessary files
2015-04-14 14:53:48 -04:00
Ray Speth
ecb6242b79
Fix spelling errors
2015-04-08 19:36:55 -04:00
Ray Speth
7fdef37e4b
Replace Google Code URLs
2015-04-07 18:24:55 -04:00
Ray Speth
7ff9836648
[Doc] Update compilation instructions to reflect Github migration
2015-04-07 18:20:47 -04:00
Ray Speth
8780ef68b0
[Doc] Update supported software versions
2015-03-10 22:41:41 +00:00
Ray Speth
6898976218
[Doc] Update compilation documentation
2015-03-10 22:41:37 +00:00
Ray Speth
a609631981
[Doc] Add glossary defining various abbreviations
2015-03-10 22:41:33 +00:00
Ray Speth
4890cccb03
[Doc] Update phase report examples to show compact species output
2015-03-10 22:41:23 +00:00
Ray Speth
86f0058a0c
[Doc] Fix some inconsistencies in the Python tutorial
...
Resolves Issue 255.
2015-03-10 22:41:19 +00:00
Ray Speth
a15cb7d95c
[Doc] Improve OS X installation instructions
...
Reflect changes due to 10.10 and current Xcode versions. Improve organization
and describe some steps in greater detail. Thanks to Ingmar Schoegl for
suggesting some of the improvements.
Resolves Issue 254.
2015-02-28 00:24:19 +00:00
Ray Speth
88dcff9c47
[Doc] Update instructions for installing Windows dependencies with pip
2015-02-28 00:24:15 +00:00
Ray Speth
e3c598a619
[Doc] Fix formatting problem in OS X installation instructions
2015-02-25 19:48:38 +00:00
Ray Speth
a9754874dc
[Doc] Document MacPorts installation option
...
Thanks to Thomas Fiala for writing the Cantera portfile and getting it added to
MacPorts.
2015-01-13 23:07:06 +00:00
Ray Speth
d5907088a7
[Doc] Note availability of packages for Ubuntu 14.10 (Utopic Unicorn)
2015-01-06 23:37:22 +00:00
Ray Speth
f3b66ec5f7
[Doc] Add search box to Doxygen documentation
...
This also fixes a bug where jquery.js was not being copied to the directory with
the generated documentation on some operating systems (Debian-based Linux
distributions).
2014-12-12 01:37:12 +00:00
Ray Speth
ddfc15bb77
Allow CANTERA_DATA to include multiple directories
2014-12-12 01:36:56 +00:00
Ray Speth
4e6205fa8c
Eliminate memory leak in demoequil.cpp
2014-12-12 01:36:48 +00:00
Ray Speth
0e51465722
[Doc] Describe specification of reaction orders in CTI files
2014-12-05 23:33:42 +00:00
Ray Speth
26cb89b228
[Doc] Update compilation and installation instructions for OS X
...
These instructions apply to OS X 10.9 and 10.10 and XCode 5 and 6.
2014-12-05 23:33:18 +00:00
Ray Speth
5958578c40
[Kinetics] Check for negative and non-reactant reaction orders
...
Allow non-reactant orders for electrochemical reactions
Allow negative orders specifically requested, e.g. by setting the
'negative_orders' option in the CTI definition of the reaction.
2014-11-15 00:47:25 +00:00
Ray Speth
39b751d655
[Equil] Always use the member function versions of 'equilibrate'
...
The various free functions are deprecated, along with the now unnecessary
headers 'equil.h' and 'equilibrium.h'.
2014-11-08 00:53:45 +00:00
Ray Speth
e02a7b0249
[Doc] Describe paths to examples for Homebrewed installation
2014-10-22 22:04:24 +00:00
Ray Speth
dd00d1bc9e
[Doc] Add instructions on adding Homebrewed Cantera to the Matlab path
2014-10-22 21:48:24 +00:00
Ray Speth
f8f1c1d46d
[Doc] Update OS X installation instructions to fix finding Sundials
2014-10-22 21:48:23 +00:00
Ray Speth
044235c065
[SCons] Remove unnecessary uses of pjoin
2014-10-08 16:54:49 +00:00
Ray Speth
c31aadc57f
[Doc] Give better examples for using 'const_cp'
2014-10-08 16:54:26 +00:00
Ray Speth
4457b4297c
[Doc] Describe syntax for specifying coverage dependencies
2014-10-08 16:54:21 +00:00
Ray Speth
f58fb95404
[Doc] Fix version number shown in Doxygen documentation
2014-10-08 16:54:09 +00:00
Ray Speth
5298f703c3
[Doc] Add note about running 'scons install' as Administrator on Windows
2014-09-24 23:17:55 +00:00
Ray Speth
022c31fe49
[Doc] Add installation instructions for Ubuntu PPA
2014-09-17 16:02:34 +00:00
Ray Speth
1e5eba4819
[Doc] Add OS X installation instructions using Homebrew
2014-09-02 22:34:13 +00:00
Ray Speth
fb0e9e4816
[Doc] Add installation instructions for Windows binaries
2014-09-02 22:34:11 +00:00
Ray Speth
0fd419028a
[Doc] Add local tables of contents to Reactor and 1D documentation
...
This makes these pages, which document many classes, easier to navigate.
2014-09-02 22:34:08 +00:00
Bryan W. Weber
f0bb0f8492
[Doc] Fix some Sphinx warnings
...
Comments are also added to note places where the function
signatures embedded by Cython produce warnings in Sphinx.
These warnings should be ignored until Sphinx supports this.
2014-08-26 22:04:59 +00:00
Ray Speth
71cabc86ef
[SCons] Express dependencies for rebuilding Doxygen documentation
2014-08-25 22:18:56 +00:00
Harry Moffat
0d9b7d7868
Updated doxygen make generation capability.
...
Started to modify doxygen content to get rid of the large number of warnings.
2014-08-21 00:48:04 +00:00
Harry Moffat
81556ea8aa
Rewrite of InterfaceKinetics - next iteration.
2014-08-14 00:00:00 +00:00
Harry Moffat
6741d8f7c6
InterfaceKinetics rewrite -> addition of general BV reactions and affinity formulation.
2014-08-12 23:02:47 +00:00
Ray Speth
7ebfbed486
[Doc] Add note about required SCons version for VS2013
2014-07-30 16:59:36 +00:00
Ray Speth
6c3867ca79
[SCons] Let SCons choose the default version of MSVC
...
The near-requirement of using the same version of MSVC as Python was compiled
with has been relaxed by the move to compiling the Python extension in SCons
rather than letting Distutils do it.
2014-07-25 18:33:02 +00:00
Ray Speth
b141760015
[Doc] Update instructions for checking out the code
2014-07-25 18:33:00 +00:00
Ray Speth
93719f0261
[Doc] Fix syntax highlighting in CTI guide
2014-07-25 18:32:47 +00:00
Ray Speth
a6350348a1
[Doc] Fix 'currentmodule' directive for ctml_writer functions
2014-07-25 18:32:42 +00:00
Ray Speth
6867381781
[CTI] Document options for controlling mechanism validation
...
Add documentation for the validate() function, and remove documentation
for the non-existent 'no_validation' flag.
2014-07-25 18:32:39 +00:00