Commit graph

59 commits

Author SHA1 Message Date
Harry Moffat
35e4c9ea45 Turned on Keyword substition in all files. 2009-11-09 23:36:49 +00:00
Harry Moffat
70647c85ed Initial Import 2009-07-27 23:17:19 +00:00
Dave Goodwin
c438d5846f added spectroscopy support 2007-12-15 17:15:46 +00:00
Harry Moffat
79cdac83b9 Fixed the make clean rule. 2007-05-06 17:16:43 +00:00
Dave Goodwin
50cc50fa70 removed files that were added in subdirectories 2007-05-04 14:41:10 +00:00
Dave Goodwin
b30a0ee8f1 *** empty log message *** 2007-04-25 00:08:11 +00:00
Harry Moffat
05e16e8e35 Added in the PIC autoconf variable, that already existed, into most
of the Makefiles in the code. This variable will now be used
to specify the position independent code compiler option within
Cantera. Note, this bug fix was needed for a 64 bit full python compile
on linux.
2007-04-13 22:39:15 +00:00
Harry Moffat
ca6d1ea2f5 Solaris 10
Added CXX_FLAGS to the CXX_DEPENDS rule.
2007-03-20 21:53:33 +00:00
Harry Moffat
af38f45d1d Worked on VPStandardStateTP some more
Fixed an error in IdealMolalSoln -> density wasn't beeing recalculated.
      Updated the test problem with the fix.
Worked CANTERA_DEBUG_MODE into the Makefiles. It wasn't being used.
Split the multiproblem DH_graph_1 test into multiple directories, one per test
Worked on getting all of the test problems to have the same look, feel, and printout.
2007-03-09 21:04:42 +00:00
Harry Moffat
271f6edbe9 solaris port
Added the @CXX_DEPENDS@ variable.
2006-12-14 18:42:19 +00:00
Harry Moffat
971772db0d Utility commit:
Fixed an error in ChemEquil.cpp where there was an overwrite of an
   array.
   Added a getMoles() command to MultiPhase object.
   Added the file BasisOptimize which calculates the number of components
in a multiphase problem rigorously, using a QR factorization of the
stoichiometric coefficent matrix, and calculates an optimized basis
set of components using those species with the largest concentrations.
It also calculates the formationRxnMatrix based on those components.
This routine isn't hooked into anything yet.
2006-12-11 18:29:43 +00:00
Dave Goodwin
3c22a320e3 minor changes to how dependencies are handled in Makefiles 2006-11-11 13:23:11 +00:00
Dave Goodwin
7da64f4af7 added Crystal class, DAE_Solvers 2006-07-11 15:31:39 +00:00
Harry Moffat
08f2c4e098 Added support for conditional compilation of thermo directory. 2006-06-13 16:05:43 +00:00
Dave Goodwin
799b9c02e2 support for constant-pressure reactors 2006-05-06 15:34:18 +00:00
Harry Moffat
4d53dea18b Added the logger.h file. 2006-04-30 21:20:43 +00:00
Dave Goodwin
f5ffa16a48 changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability. 2006-04-28 17:22:23 +00:00
Dave Goodwin
6547372987 support for sensitivity analysis 2005-11-10 15:06:33 +00:00
Harry Moffat
4354869230 Missed a .h file in the last commit. 2005-10-22 00:29:02 +00:00
Harry Moffat
5de3c69245 General commit for a reworking of the Species reference state thermo
calculation. This is a reclarification of the reference state thermo
calculations for individual species, and an expansion to handle
liquid phase thermo needs.

There is now a virtual base class for the calculation of reference state
thermo functions for  individual species. It is called
SpeciesThermoInterpType.

There is also a class which allows for a complete general
calculation of the reference state species thermo for a phase,
GeneralSpeciesThermo.

Some of this new functionality may be relegated to ifdef blocks
in the future to limit the amount of code for users who don't
need the new functionality.
2005-10-22 00:18:16 +00:00
Harry Moffat
5aa7faf300 Added logic for including the thermo directory into the main
compilation step.
2005-10-20 23:29:00 +00:00
Dave Goodwin
518a4965dd removed reference to recipes.h 2005-09-27 12:08:49 +00:00
Dave Goodwin
83501b5d72 *** empty log message *** 2005-08-18 14:44:35 +00:00
Dave Goodwin
9e54a6857e *** empty log message *** 2005-07-22 04:02:05 +00:00
Dave Goodwin
9bd690ae04 Prerelease_1_6_0_branch merged into trunk 2005-06-18 16:58:39 +00:00
Dave Goodwin
d77534a8ef minor cleanup 2005-01-05 21:04:52 +00:00
Dave Goodwin
987e1ddbb0 support for multiphase equilibrium 2004-12-01 22:57:23 +00:00
Harry Moffat
1b419e5a2d Added a commented out capability to turn on DEBUG_PATHS, which is
used to debug IO data issues.
2004-08-06 20:31:11 +00:00
Harry Moffat
0b492d3180 Fixed the format of the SUFFIX makefile command. 2004-08-06 15:45:37 +00:00
Dave Goodwin
1ae73ae1c5 cleanup 2004-08-03 10:36:27 +00:00
Dave Goodwin
13db7c6dc6 removed unused files 2004-08-03 09:09:19 +00:00
Dave Goodwin
711c3c7214 *** empty log message *** 2004-07-27 14:22:16 +00:00
Dave Goodwin
efdfdf83cd *** empty log message *** 2004-07-14 11:24:12 +00:00
Dave Goodwin
32f865ef26 moved functions to read XML input files out of importCTML.cpp and into specific classes 2004-06-09 00:59:23 +00:00
Dave Goodwin
f1a15f0e69 *** empty log message *** 2004-05-13 16:58:29 +00:00
Dave Goodwin
d298e3b4b0 *** empty log message *** 2004-03-12 05:59:53 +00:00
Dave Goodwin
2e6c5ad2a1 *** empty log message *** 2004-02-03 03:31:05 +00:00
Dave Goodwin
080bff99a7 *** empty log message *** 2004-01-08 12:13:52 +00:00
Dave Goodwin
8fbc5c4cd9 initial import 2004-01-01 23:11:10 +00:00
Dave Goodwin
8c2016abd4 cleanup 2004-01-01 19:56:42 +00:00
Dave Goodwin
dfb0908248 - 2003-12-15 08:54:45 +00:00
Dave Goodwin
8bc8697865 cleanup 2003-12-13 14:35:25 +00:00
Dave Goodwin
e109142249 isolated Chemkin file support to building ck2cti 2003-12-12 16:11:30 +00:00
Dave Goodwin
d14283ea08 *** empty log message *** 2003-11-14 04:36:49 +00:00
Dave Goodwin
d95df61602 *** empty log message *** 2003-11-01 04:50:35 +00:00
Dave Goodwin
1665ea3217 *** empty log message *** 2003-09-18 21:16:42 +00:00
Dave Goodwin
88da08f3bb *** empty log message *** 2003-09-12 17:55:17 +00:00
Dave Goodwin
4fc77d0be9 *** empty log message *** 2003-08-26 04:19:21 +00:00
Dave Goodwin
5d1b37c7aa *** empty log message *** 2003-08-26 03:25:39 +00:00
Dave Goodwin
b0715adf56 *** empty log message *** 2003-08-18 17:54:11 +00:00