Commit graph

3916 commits

Author SHA1 Message Date
Ray Speth
71156434f8 Fixed handling of the SCons construction variable "FRAMEWORKS"
This variable is only needed on OS X, but for simplicity, we expect it
to be defined (but empty) on other platforms.
2012-10-30 15:30:33 +00:00
Ray Speth
86e7723c26 Fixed sign error in isothermalCompressibility of ideal phases 2012-10-30 15:30:27 +00:00
Ray Speth
1de94e0ee1 Fixed handling of falloff reactions with specific third bodies 2012-08-28 22:36:26 +00:00
Ray Speth
7ef2bb13e5 Fixed a mistake in the previous update to ck2cti.py 2012-08-15 16:05:45 +00:00
Ray Speth
b26f9f4ee2 Fixed handling of rate coefficient units in ck2cti.py
Units specified on the REACTIONS line were not being handled correctly,
causing the units(...) directive of the resulting .cti file to always have
the default units of 'cal/mol' and 'mol', but without correcting the values.
2012-08-15 15:14:08 +00:00
Ray Speth
16462628a7 Error message printed by Plog::validate now indicates the problematic reaction 2012-08-15 15:14:02 +00:00
Ray Speth
ead04df741 Updated docs to indicate that blas_lapack_libs is unnecessary on OS X 2012-08-12 23:00:14 +00:00
Ray Speth
c092bbaede Fixed the order of include and library directories when compiling
Include directories in the Cantera source tree should be listed first so that
they take precedence over headers from other installed copies of Cantera that
might end up on the include search path. This was potentially a problem when
Cantera was installed in the same location (e.g. /usr/local) as one of its
dependencies (e.g. Sundials).

The same logic applies to directories on the library link path.
2012-08-10 21:03:06 +00:00
Ray Speth
1c5f7c3ed7 [Python] Fixed an error when setting the mass flow rate of a FlowReactor 2012-08-02 16:01:53 +00:00
Ray Speth
67395c8438 Added validation of Plog rate expressions 2012-07-24 23:03:28 +00:00
Ray Speth
f27aac8599 Fixed a bug where coverage dependencies were not being handled properly 2012-07-23 22:34:18 +00:00
Ray Speth
9c89a8e0a2 On Unix-like systems, $python_prefix defaults to $prefix 2012-07-14 21:18:03 +00:00
Ray Speth
0a460a975f SCons now propagates the LD_LIBRARY_PATH environment variable by default 2012-07-14 21:18:00 +00:00
Ray Speth
7194bf96d4 Fixed calculation of some multicomponent transport properties
For some properties, the internal temperature-dependent properties
were being updated in the wrong order.
2012-07-10 16:23:32 +00:00
Ray Speth
b83a3b7e96 Fixed compilation of Fortran samples with user-specified compiler 2012-07-10 16:23:29 +00:00
Ray Speth
0e672ed92a Fixed generated SConstruct files to work with MSVC 2012-07-10 16:23:25 +00:00
Ray Speth
1bae2a373c Fixed Cantera.mak when using the 'single_library=y' config option 2012-07-10 16:23:21 +00:00
Ray Speth
063ee1525c Fixed library specifications in installed SConstruct scripts for samples 2012-07-10 16:23:17 +00:00
Ray Speth
58c202395c Bump version to 2.0.0 (final) 2012-07-10 16:23:12 +00:00
Ray Speth
18efeb1350 Maintenance branch for 2.0 release 2012-07-03 19:25:59 +00:00
Ray Speth
d3c93c5339 Added INSTALL with basic instructions for building with SCons 2012-07-03 17:49:59 +00:00
Ray Speth
f04ac23be9 Fixed a memory leak when re-initializing a CVodesIntegrator 2012-06-27 16:12:45 +00:00
Nicholas Malaya
391690de4e [cantera]: adding more directories to be distributed 2012-06-26 15:14:45 +00:00
Ray Speth
27950730ef [Python] More flexible interface to Phase.selectSpecies and Phase.SelectElement
Allow specification of a single component when extracting a single value,
instead of requiring a sequence. This in turn provides the same capability to a
number of functions which previously only accepted sequences of element or
species names.
2012-06-22 22:36:27 +00:00
Ray Speth
a16d56a637 Fixed some spelling errors 2012-06-22 22:36:15 +00:00
Nicholas Malaya
1f4616ea29 [cantera2.0]: moving ctmath after numerics 2012-06-19 18:24:42 +00:00
Ray Speth
ac54d63782 Fixed some documentation issues with the Python Flame classes
Docstrings for undocumented methods of child classes are automatically copied
from the corresponding method of the parent class. This works both for
docstrings as shown in the Python interpreter as well as the Sphinx-generated
documentation.

Removed manually duplicated docstrings from setProfile(), solve() and
setRefineCriteria() methods.
2012-06-19 16:34:16 +00:00
Nicholas Malaya
8d57c11eac [cantera2.0]: fixing build order in kinetics, and adding correct configure.ac setup for tpx 2012-06-19 16:15:52 +00:00
Nicholas Malaya
5971d4ba70 [cantera2.0]: missing a piece in config.h 2012-06-19 15:52:57 +00:00
Nicholas Malaya
c9169033ff [cantera2.0]: missing makefile.am, added 2012-06-19 15:24:56 +00:00
Nicholas Malaya
08a06aff0a [cantera2.0]: fixing a few files for the autotools system 2012-06-19 15:19:46 +00:00
Nicholas Malaya
35afd04dfa [cantera2.0]: fixing various other directories related to doxygen building 2012-06-19 14:32:37 +00:00
Nicholas Malaya
839fcdb9be [cantera2.0]: missed that doxygen already existed under docs/ 2012-06-19 14:29:51 +00:00
Nicholas Malaya
189d5c0270 [cantera2.0]: updating configure and makefile.ams in ext 2012-06-19 03:57:19 +00:00
Nicholas Malaya
bf3b763350 [cantera2.0]: finally figured this arith.h out 2012-06-19 02:31:11 +00:00
Nicholas Malaya
532141a107 [cantera2.0]: adding missing -lexecstream -pthread to makefile.am in tests 2012-06-19 02:06:23 +00:00
Nicholas Malaya
631be2da45 [cantera2.0]: building and writing arith.h 2012-06-19 01:50:57 +00:00
Nicholas Malaya
4e16d3aafa [cantera2.0]: partial fix to problem ray identified, followup coming in a few minutes 2012-06-18 21:19:33 +00:00
Nicholas Malaya
f34b1ad1c3 [cantera2.0]: small modification to build script 2012-06-18 17:39:56 +00:00
Nicholas Malaya
43660e4c0c [cantera2.0]: all tests now compile, from makefile.am modifications 2012-06-18 16:42:46 +00:00
Nicholas Malaya
70db937d32 [cantera2.0]: 2nd round of test makefiles edited 2012-06-18 16:16:55 +00:00
Nicholas Malaya
cbeb9f9d1b [cantera2.0]: updating all regression test makefile.ams 2012-06-18 15:29:44 +00:00
Nicholas Malaya
4a80712846 [cantera2.0]: more makefile.am fixes--very close to compiling regression tests, now 2012-06-18 15:14:58 +00:00
Nicholas Malaya
cb7730479f [cantera2.0]: fixing a stupid error in the libexecstream makefile, and adding f2c_math 2012-06-18 14:55:39 +00:00
Nicholas Malaya
b37083651e [cantera2.0]: adding a missing makefile.am 2012-06-18 14:19:03 +00:00
Nicholas Malaya
d5432c4f8d [cantera2.0]: updating makefile.am, still more work on libexec to be done 2012-06-18 04:46:51 +00:00
Nicholas Malaya
ece7e870b6 [cantera2.0]: fixing all the missing lapack files 2012-06-18 03:06:58 +00:00
Nicholas Malaya
255c1453db [cantera2.0]: more makefile.am adjustments... cantera autotools version is very nearly functioning now 2012-06-18 02:56:59 +00:00
Nicholas Malaya
92c5f5c57f [cantera2.0]: updating a few makefiles for the autotools version. Not yet working without link errors, but getting close 2012-06-18 02:29:29 +00:00
Nicholas Malaya
927e128257 [cantera]: updating test makefile include line 2012-06-18 00:34:12 +00:00