Ray Speth
984e0c71dd
[Doc] Add installation instructions for Ubuntu PPA
...
Cherry-pick of trunk r3164.
2014-09-17 16:14:11 +00:00
Ray Speth
f9fa476c39
[MixMaster] Fix crash when using Tcl 8.6
...
Tcl/Tk changed some operations which previously resulted in undefined behavior
into errors, including one case that occurred when updating the "Mixtures" menu
in MixMaster.
MixMaster now modifies the existing Menu when adding an item, rather than
completely regenerating it, which avoids this problem.
Cherry-pick of trunk r3162.
2014-09-15 18:06:18 +00:00
Ray Speth
3eb6cb0f9d
[SCons] Fix build errors when path to Python contains spaces
...
Adaptation of trunk r3075.
2014-09-12 20:22:18 +00:00
Ray Speth
44b56a0fcf
Fix #includes to work with Visual Studio 2013
...
Cherry-pick of trunk r3076.
2014-09-12 20:22:14 +00:00
Ray Speth
29cafb555b
Bump version to 2.1.2
2014-09-10 22:33:18 +00:00
Ray Speth
a3986c0c43
[Doc] Add OS X installation instructions using Homebrew
...
Cherry-pick of trunk r3132.
Conflicts:
doc/sphinx/faq.rst
2014-09-10 22:33:15 +00:00
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
17c89f8237
Allow auto conversion of Python examples on Windows
...
3to2 cannot be called as an executable on Windows, but it can be called
as a script. Assume that the 3to2 script is installed in
PYTHONROOT\Scripts, which is the default for installation by pip.
Cherry-pick of trunk r3113.
2014-09-10 22:33:09 +00:00
Ray Speth
b7408c6daa
[1D] Fix mass flux reported by Inlet1D for freely-propagating flames
...
Cherry-pick of trunk r3066.
2014-09-10 22:33:07 +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
66fb99f793
[ck2cti] Allow the case where a reaction section is specified but empty
...
Cherry-pick of trunk r3045.
2014-09-10 22:33:02 +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
f8fa122a0d
[Deb] Avoid packaging conflict with mixmaster
2014-06-25 21:05:29 +00:00
Ray Speth
662d746067
[Deb] Set install location for Python 3 package
2014-06-25 20:37:01 +00:00
Ray Speth
925277a052
[Deb] Avoid packaging conflicts with ck2cti and ctml_writer
2014-06-25 20:36:58 +00:00
Ray Speth
c917291921
[Python] Allow Func1 to accept nearly-scalar types
...
This includes lists, tuples, and numpy arrays with a single element
Cherry-pick of trunk r3019.
2014-06-20 19:41:50 +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
964f88fb0e
[Python] Fix to conversion of samples from Python 3 to Python 2
...
Some calls to the print function weren't being converted to print statements
correctly by 3to2, so now we use the alternative fix, which is to use the
backported print function.
Fixes Issue 216.
Cherry-pick of trunk r2952.
2014-06-20 19:41:37 +00:00
Ray Speth
e671dfc4a9
Fixed a bad bug in deepStdVectorPointerCopy
...
Cherry-pick of trunk r2944.
2014-06-20 19:41:34 +00:00
Ray Speth
b1e05a05f2
[ck2cti] Relax formatting requirement for Chebyshev coefficients.
...
Allow coefficient data to begin on the same line as the declaration of the
order of the polynomial in each dimension.
Fixes Issue 219.
Cherry-pick of trunk r2937.
2014-06-20 19:41:25 +00:00
Ray Speth
d787349771
[ck2cti] Allow stoichiometric coefficients ending in decimal points
...
Cherry-pick of trunk r2936.
2014-06-20 19:41:22 +00:00
Ray Speth
b4779c4310
[SCons] Fix dependency resolution for some Python files
...
Cherry-pick of trunk r2935
2014-06-20 19:41:17 +00:00
Ray Speth
78c9c9c0a5
[CTI] Allow omitting third body in Chebyshev reaction equations
...
Cherry-pick of trunk r2930.
2014-06-20 19:41:14 +00:00
Ray Speth
aa8c73d252
[CTI] Relax formatting requirements for third bodies in reaction strings
...
Allow 'A + B (+M)' in addition to 'A + B (+ M)'
Cherry-pick of trunk r2929.
2014-06-20 19:41:10 +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
e0f9888601
[ck2cti] Make 'PCHEB' and 'TCHEB' keywords case insensitive
...
Fixes Issue 213.
Cherry-pick of trunk r2878.
2014-04-29 19:02:38 +00:00
Ray Speth
a1f4d6f110
[Thermo] Check composition strings for invalid float literals
...
Cherry-pick of trunk r2866
2014-04-29 19:02:23 +00:00
Ray Speth
cc324285d2
[SCons] Workaround SCons dependency bug with Cygwin
...
Cherry-pick of trunk r2862
2014-04-29 19:02:09 +00:00
Ray Speth
e59ca5ff6b
[ck2cti] Improve error messages associated with missing input files
...
Partial cherry-pick of trunk r2856.
2014-04-29 19:02:02 +00:00
Ray Speth
953fc46c27
Revert commit intended for trunk that ended up on 2.1 maintenance branch
...
Reverts r2879, which was actually commited to trunk in r2913.
2014-04-25 20:46:47 +00:00
Steven DeCaluwe
1d0a4711ac
Added gas-phse kinetics to RedlichKwongMFTP class
2014-04-09 13:11:35 +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
70e0553792
[Numerics] Fix invalid dereference in SquareMatrix::factor
...
The work array hasn't always been allocated, so taking its address isn't
necessarily valid. Also, dlange doesn't use the work array in the '1' norm
case anyway.
Cherry-pick of trunk commit 2830.
2014-03-24 21:37:16 +00:00
Ray Speth
fe858b39f3
[Test] Fix platform-dependent output in test-IAPWSPres
...
Cherry-pick of trunk commit r2822.
2014-03-24 21:37:10 +00:00
Ray Speth
1b0519e662
[ctml_writer] Fix handling of units in some fields
...
When using Python 3, using -1 as the dummy value for density and site_density
causes probems, because the (ordered) comparison between a density specified
with units (as a tuple) and 0 is not allowed. Instead, use None as the
placeholder value.
Cherry-pick of trunk commit r2800.
2014-03-24 21:37:00 +00:00
Ray Speth
5795f3fd55
[Python] Fix docstring of Sim1D.restore
...
Resolves Issue 210.
Cherry-pick of trunk commit r2790.
2014-03-24 21:36:55 +00:00
Ray Speth
98d113182b
[Thermo] Fix possible invalid read in installShomateThermoFromXML
...
installShomateThermoFromXML now checks that 7 coefficients are supplied in the
floatArray and throws if that is not the case.
Partial cherry-pick of r2778.
2014-03-24 21:36:48 +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
98746058f5
Mention downloads on Sourceforge in README
2014-02-24 03:27:41 +00:00
Ray Speth
5f62e95034
[SCons] Always link to static standard libraries with MinGW
2014-02-24 03:27:36 +00:00
Ray Speth
a3d0176087
[SCons] Ensure that 'compilerOpt' is always defined
2014-02-24 03:27:32 +00:00
Ray Speth
714fe7f35f
[SCons] Workaround for SCons bug under Cygwin
...
See SCons Issue 2911.
http://scons.tigris.org/issues/show_bug.cgi?id=2911
Cherry-pick of trunk r2739.
2014-02-24 03:27:28 +00:00
Ray Speth
214e3c8af7
[SCons] Fix library linking issues under Cygwin
...
Partial cherry-pick of trunk r2738.
2014-02-24 03:27:25 +00:00
Ray Speth
5441577624
Fix compilation errors with isnan/isinf using Cygwin's GCC
...
Cherry-pick of trunk r2737.
2014-02-24 03:27:21 +00:00
Ray Speth
f3b877d0a1
[SCons] Correctly identify Cygwin builds
...
The correct preprocessor macro to use is the one provided by the
compiler, '__CYGWIN__'.
Cherry-pick of trunk r2736.
2014-02-24 03:27:17 +00:00
Ray Speth
2861a8a633
[SCons] Simplify treatment of sydep1.h and signal1.h
...
We don't actually have system-dependent versions of these headers, so just put
the templates in place directly. This is also a workaround for a SCons bug on
Cygwin.
Cherry-pick of trunk r2735.
2014-02-24 03:27:10 +00:00
Ray Speth
73e20dc1eb
[SCons] Fix a missing SCons dependency
...
Cherry-pick of trunk r2734.
2014-02-24 03:27:06 +00:00