Commit graph

3660 commits

Author SHA1 Message Date
Ray Speth
53cfa84670 SCons now builds the Python module 2011-12-14 03:04:18 +00:00
Ray Speth
39d46d1f28 SCons now builds the C, C++ and Fortran interfaces 2011-12-14 03:04:08 +00:00
Ray Speth
b6bfca8e94 SCons now builds the Cantera kernel 2011-12-14 03:03:57 +00:00
Ray Speth
2c4623e336 SCons can now build the contents of the 'ext' directory 2011-12-14 02:41:29 +00:00
Ray Speth
5345040ec0 Initial SCons build scripts
Currently just enough to generate a functional config.h
2011-12-14 02:41:23 +00:00
Ray Speth
8c2f78f865 Development branch for a unified cross-platform build system using SCons 2011-12-14 02:24:41 +00:00
Ray Speth
b796e83f81 Improved behavior of Python module when python isn't in the path 2011-12-14 02:20:19 +00:00
Ray Speth
59083268fd Simplified Matlab startup procedure
Users can now either source 'setup_cantera' before starting Matlab or
run the ctpath.m script after starting Matlab to set the environment
variables and paths needed by Cantera.
2011-12-14 02:20:14 +00:00
Ray Speth
4aa54c3419 Export the Transport::getMassFluxes function 2011-12-14 02:08:49 +00:00
Ray Speth
107ba5d381 Added several missing functions to the Matlab toolbox 2011-12-14 01:54:18 +00:00
Ray Speth
54315d4472 Fixed segfault in Func module when using numpy
The C++ py_func_new function assumes it's being passed a 1-dimensional
array, but numpy generates 0-dimensional arrays for scalar inputs to
array / asarray, e.g. when using Func.Sin.
2011-12-14 01:47:40 +00:00
Ray Speth
5e81697129 ck2cti now detects invalid transport geometry flags 2011-12-14 01:47:35 +00:00
Ray Speth
6326963e7c Allow T** in 4-term Troe expression to be negative
Unlike the T* and T*** coefficients, T** appears in the numerator and
does not cause any problems when its value is less than or equal to 0.
2011-12-14 01:47:30 +00:00
Ray Speth
382de2d865 Fixed unused pressure in npflame1 Python demo 2011-12-14 01:36:25 +00:00
Ray Speth
f69484c5cb Fixed incorrect object name in the Python 'elementMoles' function 2011-12-14 00:46:47 +00:00
Nicholas Malaya
69d7edcd39 [cantera+autotools]: adding demo ack page 2011-12-12 00:36:51 +00:00
Nicholas Malaya
c1a7ed92b8 [cantera+autotools]: adding style file for latex goodness, should be good to go! 2011-12-09 23:54:19 +00:00
Nicholas Malaya
cd61541a84 [cantera+autotools]: thank you for the 2nd pair of eyes, paul -- doxygen is very close to compiling now 2011-12-09 23:51:51 +00:00
Nicholas Malaya
5af8b69446 [cantera+autotools]: adding aminclude.am 2011-12-09 23:46:41 +00:00
Nicholas Malaya
b44aef4ccb [cantera+autotools]: adding test directory required tests 2011-12-09 23:44:20 +00:00
Nicholas Malaya
d0915621fa [cantera+autotools]: removing more makefile.in 2011-12-09 06:57:18 +00:00
Nicholas Malaya
a324a4884c [cantera+autotools]: several edits to support cantera and doxygen documentation---not working yet 2011-12-09 06:55:46 +00:00
Nicholas Malaya
499cd540d9 [cantera+autotools]: adding an additional macro to support doxygen 2011-12-09 06:49:10 +00:00
Nicholas Malaya
4426d9059c [cantera+autotools]: adding the tutorial and install pages 2011-12-09 06:45:24 +00:00
Nicholas Malaya
bb6321c998 [cantera+autotools]: populating doxygen directory 2011-12-09 06:43:28 +00:00
Nicholas Malaya
9af95b0aed [cantera]: fixing up whitespace issue here 2011-12-09 06:16:55 +00:00
Nicholas Malaya
50dc79a13f [cantera]: fixing examples makefile tab/whitespace error, and updating configure.ac 2011-12-09 06:11:27 +00:00
Nicholas Malaya
ad5971b059 [cantera+autotools]: oops, forgot top level makefile.am 2011-12-09 06:09:28 +00:00
Nicholas Malaya
798f1a18ae [cantera+autotools]: removing makefile.in 2011-12-09 06:04:59 +00:00
Nicholas Malaya
681ed777a8 [cantera+autotools]: fixing small error in local files 2011-12-09 06:04:37 +00:00
Nicholas Malaya
86c3f8dd92 [cantera+autotools]: fixing equilibrium 2011-12-09 05:55:40 +00:00
Nicholas Malaya
4a821b4d8a [cantera+autotools]: removing a doubly compiled directive, numerics should compile correctly again 2011-12-09 05:50:08 +00:00
Nicholas Malaya
541b35c130 [cantera + automake]: fixing equilibrium makefile 2011-12-09 05:46:57 +00:00
Nicholas Malaya
8fa5356ec0 [cantera + autotools]: adding makefile.am information for source directory. Should build and compile. 2011-12-09 05:02:49 +00:00
Harry Moffat
f59c07606a Added diffusion velocity returns to SimpleTransport.
Worked on documentation.
2011-12-03 03:32:18 +00:00
Harry Moffat
cc0b37123e Started to work on documentation. 2011-12-02 02:31:54 +00:00
Nicholas Malaya
21960f5402 [cantera+autotools]: adding makefile.am in test_problems 2011-11-11 16:07:23 +00:00
Nicholas Malaya
abcd4fb0aa [cantera+autotools]: adding makefile.am 2011-11-11 15:55:22 +00:00
Nicholas Malaya
68d07c5bad [cantera+autotools]: a few more edits, adding another makefile.am in examples (which will have to be edited further downstream) 2011-11-11 00:44:27 +00:00
Nicholas Malaya
225df77f16 [cantera+autotools]: adding a few makefile.am, removing old makefile.in 2011-11-11 00:22:59 +00:00
Nicholas Malaya
02e7b06709 [cantera+autotools]: removing configure script-- configure.ac is all that is needed 2011-11-10 23:16:11 +00:00
Nicholas Malaya
157f41624a [cantera+autotools]: adding some macros so configure script will run 2011-11-10 23:14:03 +00:00
Nicholas Malaya
5812f8675e [cantera+autotools]: adding news, readme and authors to suppress boostrap warnings 2011-11-10 23:11:04 +00:00
Nicholas Malaya
301f2b6e10 [cantera+autotools]: leaving out doxygen until I get the build system working, will add at that time, likely in a separate ticket 2011-11-10 23:08:55 +00:00
Nicholas Malaya
1dfbe24056 [cantera autotools]: adding m4 directory 2011-11-10 23:06:28 +00:00
Nicholas Malaya
ca8b24b0ee [cantera autotools]: adding bootstrap script to prep autoconf/autotools toolchain 2011-11-10 23:05:25 +00:00
Nicholas Malaya
09488c04d4 [cantera autotools]: populating top level directory with configure.ac and Makefile.am for autotools build (incomplete) 2011-11-10 23:01:05 +00:00
Nicholas Malaya
fb296b26c0 [cantera 1.8]: creating a cantera 1.8 branch that will be reintegrated into the trunk when autotools are working 2011-11-10 21:02:14 +00:00
Harry Moffat
8742d6addb Added MolarityIonicVPSS to the ThermoFactory 2011-11-09 18:39:51 +00:00
Harry Moffat
5b03c282d8 Fixed an error in the install script. 2011-11-08 23:48:14 +00:00