Ray Speth
fcebdf3621
[Doc] Add installation instructions for Windows binaries
...
Cherry-pick of trunk r3131.
2014-09-10 22:33:12 +00:00
Ray Speth
0903dd2d5c
[Doc] Fix names of the physical constants in the Cython documentation
...
Cherry-pick of trunk r3047.
2014-09-10 22:33:05 +00:00
Ray Speth
88e60d7670
[Doc] Add recommended citation for Cantera
...
Cherry-pick of trunk r3033.
2014-09-10 22:32:59 +00:00
Ray Speth
6b5148e391
[Doc] Fix reference that wasn't being parsed correctly
...
Cherry-pick of trunk r2977.
2014-06-20 19:41:43 +00:00
Ray Speth
2ca0dc0ed1
[Doc] Update version specified in git/svn checkout commands
...
Cherry-pick of trunk r2920.
2014-04-29 19:03:17 +00:00
Ray Speth
ff97133592
[Doc] Add note about how to fix Sundials CMakeLists.txt
...
The Sundials CMakeLists.txt was not correctly updated for the 2.5.0 release, and
builds a version of Sundials that still claims to be 2.4.0. This leads to
compilation errors since some Sundials functions have changed signatures between
2.4 and 2.5, and Canteran needs to distinguish between the two.
Cherry-pick of trunk r2887.
2014-04-29 19:02:58 +00:00
Ray Speth
0581743084
[Doc] Add class Mixture to Sphinx docs
...
Cherry pick of trunk r2740.
2014-04-02 15:22:49 +00:00
Ray Speth
7f5ea6edb3
Fix version displayed by Doxygen docs
2014-02-24 03:51:42 +00:00
Ray Speth
26c6aa856f
[Doc] Point to SourceForge for downloads
2014-02-24 03:27:49 +00:00
Ray Speth
c03b67751d
Bump version to 2.1.1
2014-02-24 03:27:45 +00:00
Ray Speth
849dc5c82f
[Cython] Add saveState/restoreState info to the migration guide
...
Cherry pick of trunk r2722.
2014-02-13 22:39:34 +00:00
Ray Speth
5fbbd30747
[Doc] Cherry-pick of corrections to the documentation
...
Cherry pick of trunk revisions: r2607, r2608, r2620, r2621, r2622, r2623, r2624,
r2625, r2628, r2630, r2632, r2633, r2635, r2636.
2014-01-23 02:45:23 +00:00
Ray Speth
9f156c04fc
[Thermo] Make modification of discontinuous NASA polynomials optional
...
Adding the attribute allow_discontinuities="true" to a phase's
'thermo' node (CTML) or adding 'allow_discontinuous_thermo' to a
phase's 'options' argument (CTI) will disable the automatic adjustment
of the provided polynomials so that enthalpy and entropy are
continuous at the midpoint temperature.
Cherry-pick of trunk r2590.
2014-01-23 02:12:36 +00:00
Ray Speth
b914d59fbd
[Docs] Fix typos in a few equations
2013-12-05 20:54:03 +00:00
Ray Speth
d76ae30e86
[Cython/Doc] Migration guide covers transport model and Soret effect
2013-11-03 21:06:54 +00:00
Ray Speth
957c88fcff
Bump version to 2.1.0
2013-10-24 02:40:14 +00:00
Ray Speth
7683677cac
Bump version to 2.1.0b3
2013-09-01 00:33:55 +00:00
Ray Speth
4534bbd21b
[Doc] Add all Matlab examples to the Sphinx docs
2013-08-22 21:46:37 +00:00
Ray Speth
1cedf904df
[Doc] Add all Python examples to the Sphinx docs
2013-08-22 21:46:27 +00:00
Ray Speth
4d88fa8e34
Bump version to 2.1.0b2
2013-08-02 23:31:36 +00:00
Ray Speth
e65cd38214
Bump version to 2.1.0b1
2013-07-23 15:53:31 +00:00
Ray Speth
4d406f2ff4
[Doc] Update compilation instructions related to Cython module
2013-07-23 15:30:53 +00:00
Ray Speth
ab7775e67e
[Cython] Fix Python 2.6 compatibility issues with sys.version_info
...
The "major" attribute is a new feature in Python 2.7.
2013-07-18 22:39:26 +00:00
Ray Speth
07ec92f712
[Doc] Start section for FAQs
2013-07-18 00:04:10 +00:00
Ray Speth
2fdd822369
[Doc] Put new Python module docs before legacy docs
2013-07-18 00:04:08 +00:00
Ray Speth
21d90495d2
[Doc] Describe reactor governing equations
2013-07-16 22:09:51 +00:00
Ray Speth
1cc411200e
[Doc] Add description of chemically activated reactions to CTI guide
2013-07-06 21:44:13 +00:00
Ray Speth
ebaefabf08
[Doc] Update info on Visual Studio versions
2013-06-28 21:24:55 +00:00
Ray Speth
b147dee775
[Doc] Provide commands to check out stable or development versions
2013-06-28 21:24:53 +00:00
Ray Speth
7b32a3831a
[Doc] Add Cython to list of requirements for the Python module
2013-06-28 21:24:51 +00:00
Ray Speth
63b6660632
Deprecate debug methods of PDSS_HKFT
2013-06-24 15:22:33 +00:00
Ray Speth
be1e95576e
Resolve some Doxygen warnings
2013-06-05 03:09:13 +00:00
Ray Speth
e667978655
[Cython] Allow setting state while holding specific properties constant
...
The value "None" is used to indicate the property or properties being held
constant.
2013-05-31 15:56:36 +00:00
Ray Speth
4743abbe2b
[Cython/Doc] Add summary of changes to Python module syntax
2013-05-31 15:56:20 +00:00
Ray Speth
8292de3ee8
[Python] Add deprecation warnings for the old Python module
...
The old Python module will be removed after releasing Cantera 2.1.
2013-05-31 15:56:16 +00:00
Ray Speth
f90d136232
[Doc] Add content from tut[1-4].py to the Sphinx documentation
...
Update the tutorials to follow the Cython module's syntax
2013-05-31 15:56:01 +00:00
Ray Speth
1352a67e1c
[Cython] Added interface for ReactionPathDiagram
2013-05-29 00:11:57 +00:00
Ray Speth
7b2484dfa8
[Doc] Updated Doxygen config file to eliminate some warnings
2013-05-29 00:11:28 +00:00
Ray Speth
01b57ba821
Cleaned up Doxygen documentation for thermo factory classes
2013-03-07 18:51:04 +00:00
Ray Speth
372d20ce6e
[Cython] setup.py no longer makes use of setuptools / distribute
...
This makes it easier to install the Python package into non-standard
locations. Requires the 'cythonize' function introduced in Cython 0.17.
2013-03-04 17:30:56 +00:00
Ray Speth
59d8b75340
[Docs] Updated compilation dependencies
2013-02-15 17:50:55 +00:00
Ray Speth
05abe9d361
[Docs] Doxygen no longer inlines inherited documentation
...
As of Doxygen 1.8.0, documentation for inherited member functions is listed in
an expandable section of the derived class's documentation, which seems like a
better compromise.
2013-02-14 01:02:30 +00:00
Ray Speth
7da738d238
Re-applied consistent formatting to trunk
...
Applied using: astyle -n --style=kr --add-brackets --indent=spaces=4
--indent-col1-comments --unpad-paren --pad-header --align-pointer=type
--lineend=linux
2013-02-07 23:40:59 +00:00
Harry Moffat
8793fc3bcb
Doxygen update
...
Doxygen is currently broken. This commit starts to fix some issues.
2013-02-01 18:59:17 +00:00
Ray Speth
92016a2b31
[Cython] Fixed some problems building the Sphinx documentation
2013-01-30 22:05:46 +00:00
Ray Speth
879fd3ed56
Updated Sphinx docs to cover compilation of the Cython module
2012-12-26 23:56:30 +00:00
Ray Speth
e80d5bbbb9
Fixed an error in the CTI guide
2012-12-26 23:56:28 +00:00
Ray Speth
f53ad9b47b
[Cython] Added Sphinx docs for composite classes & importing
2012-12-26 23:56:24 +00:00
Ray Speth
8e355464de
[Cython] Added physical constants to Sphinx docs
2012-12-26 23:56:21 +00:00
Ray Speth
8c0c2e16e4
[Cython] Added 1D simulation docs to Sphinx
2012-12-26 23:56:18 +00:00