Ray Speth
577f3c28f7
Removed constructPhaseFile and constructPhaseXML methods from MargulesVPSSTP
2012-08-08 22:16:33 +00:00
Ray Speth
a777ef2480
Removed constructPhaseFile and constructPhaseXML methods from IdealSolidSolnPhase
2012-08-08 22:16:29 +00:00
Ray Speth
3f488b2841
Removed constructPhaseFile and constructPhaseXML methods from LatticePhase
2012-08-08 22:16:25 +00:00
Ray Speth
a2ccce6b72
Removed constructPhaseFile and constructPhaseXML methods from DebyeHuckel
2012-08-08 22:16:21 +00:00
Ray Speth
b860262fae
Removed constructPhaseFile and constructPhaseXML methods from IonsFromNeutralVPSSTP
2012-08-08 22:16:16 +00:00
Ray Speth
ff5ca0ea1a
Removed constructPhaseFile and constructPhaseXML methods from IdealMolalSoln
2012-08-08 22:16:11 +00:00
Ray Speth
fa22d8fde1
Removed constructPhaseFile and constructPhaseXML methods from HMWSoln
2012-08-08 22:16:04 +00:00
Ray Speth
deea83d68b
Merge bug fixes from the 2.0 maintenance branch
2012-08-02 16:07:35 +00:00
Ray Speth
6a78bea039
Added copyString as a consistent interface for copying std::string to char*
2012-08-02 15:48:27 +00:00
Ray Speth
f2a1aa219b
Some cleanup of clib
...
Removing unnecessary explicit char* to string conversions
2012-08-02 15:48:16 +00:00
Ray Speth
38fbe6781e
Simplified some casting operations in clib
2012-08-02 15:48:09 +00:00
Ray Speth
cd706b355f
Made casting operations in ctreactor safer
2012-08-02 15:48:03 +00:00
Ray Speth
8c1ec6a5f5
Made casting operations in ctonedim safer
2012-08-02 15:47:56 +00:00
Ray Speth
88bb6fe679
Removed obsolete C++ Chemkin mechanism converter
2012-07-26 20:49:50 +00:00
Ray Speth
c57f9b644f
Conversion of Chemkin mechanisms in Python and Matlab now uses ck2cti.py
2012-07-26 20:49:37 +00:00
Ray Speth
67395c8438
Added validation of Plog rate expressions
2012-07-24 23:03:28 +00:00
Ray Speth
0ff0dad483
Removed obsolete HAS_SSTREAM option
2012-07-23 22:33:41 +00:00
Ray Speth
3eb72725d9
Replaced a couple of unnecessary local functions in refine.cpp
2012-07-20 18:27:04 +00:00
Ray Speth
d25cb04713
Removed unnecessary manual memory management from InterfaceKinetics
...
Converted m_rxnPhaseIsReactant and m_rxnPhaseIsProduct from
vector<bool*> to vector<vector<bool> >.
2012-07-20 18:26:57 +00:00
Nicholas Malaya
77bb5e15ce
removing several deprecated header files from the makefile.ams. In addition, headers should now be properly installed by the make install step
2012-07-18 22:54:54 +00:00
Ray Speth
3ce3da1fa2
Fixed code formatting
2012-07-18 18:32:29 +00:00
Ray Speth
e77990ab24
Fixed indexing errors in Phase::addUniqueSpecies
...
Also simplified to eliminate unnecessary iterator usage and fixed a comment that
indicated exactly the opposite of what the function actually does.
2012-07-18 18:32:17 +00:00
Nicholas Malaya
14dc965e99
fixing base directory header install path
2012-07-18 17:10:53 +00:00
Nicholas Malaya
f9f6a93c39
removing a cout that was not necessary
2012-07-17 22:09:57 +00:00
Nicholas Malaya
d9381b55da
merging into cantera 2.0 the pecos autotools trunk
2012-07-17 21:12:16 +00:00
Ray Speth
b5b536ff83
Removed some deprecated code
2012-07-16 22:19:10 +00:00
Ray Speth
8611f43eb0
Removed deprecated 'GasTransportData' struct
...
Simplified implementation of TransportFactory::getTransportData,
and removed data members of MixTransport and MultiTransport that
were only used to fill in the GasTransportData structure.
2012-07-16 22:18:58 +00:00
Ray Speth
cfe5824a7d
Removed some deprecated code
2012-07-16 22:18:35 +00:00
Ray Speth
8b6c9a0bf7
Removed some deprecated functions
2012-07-16 22:18:11 +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
f04ac23be9
Fixed a memory leak when re-initializing a CVodesIntegrator
2012-06-27 16:12:45 +00:00
Ray Speth
a16d56a637
Fixed some spelling errors
2012-06-22 22:36:15 +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
4a80712846
[cantera2.0]: more makefile.am fixes--very close to compiling regression tests, now
2012-06-18 15:14:58 +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
9eb6f72f88
[cantera]: fixing kinetic makefile include line
2012-06-18 00:33:18 +00:00
Nicholas Malaya
f353fcbc16
[cantera]: adding patch that adds support for two methods in C++ to fortran, both getMixDiffCoeffs{Mass,Mole}
2012-06-15 18:53:39 +00:00
Nicholas Malaya
724baced8b
[cantera]: fixing up the build system in prep for the 2.0 release. Should be shiny.
2012-06-14 23:00:58 +00:00
Ray Speth
0f04aaf0be
Updated documentation to resolve some Doxygen warnings
2012-06-14 21:06:30 +00:00
Ray Speth
e72524218d
Fixed setting of LIBPATH when linking the Python module
...
This resolves some problems when building with non-default Python
installations.
2012-06-14 21:06:18 +00:00
Ray Speth
ae572058e0
Python module files are also uninstalled with 'scons uninstall'
2012-06-12 22:49:05 +00:00
Ray Speth
5e8cf5bd66
Fixed installation of man pages
2012-06-12 22:48:55 +00:00
Ray Speth
584b9fe6f5
Replaced hard-coded values of physical constants with named constants
2012-06-12 22:48:38 +00:00
Ray Speth
2806907060
Fixed size_t conversion warnings related to class Adsorbate
2012-06-05 19:56:46 +00:00
Ray Speth
6cddd8a87a
Fixed 'unused variable' warninings when compiling without thread safety
2012-06-05 19:56:42 +00:00
Ray Speth
1fb14fc86a
Skip building/installing some targets when layout=debian
...
Do not build the shared library.
Do not build csvdiff.
Do not install install_tsc
Do not install man pages (handled by debhelper)
Skip csvdiff for Debian package
More things not installed with Debian
2012-06-05 19:56:34 +00:00
Ray Speth
ec1abb55a1
Added debian file layout option
2012-06-05 19:56:30 +00:00