Commit graph

1124 commits

Author SHA1 Message Date
Harry Moffat
5c3aa77dbb Updated the makefile and added dependencies. 2008-01-01 19:19:50 +00:00
Harry Moffat
618aeba69f Added new dependencies. 2008-01-01 19:16:04 +00:00
Harry Moffat
ebdb0b4094 Added more dependencies. 2008-01-01 19:14:33 +00:00
Harry Moffat
5c08be7011 Added more dependencies 2008-01-01 19:13:06 +00:00
Harry Moffat
376f8d5dc2 Added more dependency checking. Object files now depend on Makefile. 2008-01-01 19:11:21 +00:00
Harry Moffat
771b03e646 Doxygen addition to elim a doxygen warning. 2008-01-01 19:09:39 +00:00
Harry Moffat
5885aeaecd Fixed some compilation errors that arose from Interface.h, due to
namespace changes.

Added xml.h to Cantera.h
2008-01-01 19:04:17 +00:00
Harry Moffat
27dce94a67 Addition to the %.d dependencies:
I'm adding Makefile and %.o to the dependency for %.d.  This alleviates somes problems with .o files not being rebuilt when they should have been. Adding in the Makefile means that .d files are remade whenever configure is run. This isn't a total solution for what happens when defines change. However, it's a start. Adding in %.o captures changes in .h files that the .cpp files depends on.
2008-01-01 17:13:56 +00:00
Harry Moffat
4f16af26ce Fixed an error in a depends rule. 2008-01-01 16:51:34 +00:00
Dave Goodwin
5b7b233630 *** empty log message *** 2007-12-30 04:19:37 +00:00
Harry Moffat
38b47a3064 Added an import math command. 2007-12-28 23:24:27 +00:00
Dave Goodwin
e8e9e37721 removed deprecated file 2007-12-28 14:39:22 +00:00
Harry Moffat
23415dbe55 Changed the pypath() routine to reflect its own documentation. If
it fails to find PYTHON_CMD in the environment, it will now return
the string python, and not throw an error. WIth this change PYTHON_CMD
doesn't have to be set in the user's environment. Instead Cantera will
fall back to using the user's default path to find the executable,
python.
2007-12-28 02:16:09 +00:00
Harry Moffat
d455ff7d7b Added .d files 2007-12-28 01:00:27 +00:00
Harry Moffat
892eee57ee Removed unused variables. 2007-12-28 00:58:22 +00:00
Harry Moffat
ec03df32ad Added .d files 2007-12-28 00:51:57 +00:00
Harry Moffat
c2164a0344 Made the depends rule like the cxx rule. 2007-12-28 00:51:15 +00:00
Harry Moffat
9c5bc9b6e0 Made the depends rule like the cxx rule. 2007-12-28 00:43:41 +00:00
Harry Moffat
0108fa53e9 Added .d files 2007-12-28 00:38:00 +00:00
Harry Moffat
0a976c661c Made depends rule like the cxx rule. 2007-12-28 00:37:39 +00:00
Harry Moffat
9f79fe420b Made the depends rule like the cxx rule 2007-12-28 00:23:47 +00:00
Harry Moffat
08de89e14e Made the depends rule like the cxx rule. 2007-12-28 00:16:15 +00:00
Harry Moffat
37e22e2e55 Made the depends rule the same as the cxx rule. 2007-12-28 00:15:02 +00:00
Harry Moffat
a3306ab5c6 Changed the depends rule to be like the cxx rule 2007-12-28 00:10:32 +00:00
Harry Moffat
2bebd03307 Made depends rule like the cxx rule. 2007-12-28 00:06:04 +00:00
Harry Moffat
b0319c8e11 Made depends rule like the compile rule 2007-12-27 23:58:35 +00:00
Harry Moffat
5a911d07f3 Added .d files 2007-12-27 23:50:07 +00:00
Harry Moffat
1e6efde40b Fixed depends rule to be like the c++ rule. 2007-12-27 23:49:38 +00:00
Harry Moffat
3f7c37a449 Made the depends rule take CXX_FLAGS just as the regular compile rule does. 2007-12-27 23:38:59 +00:00
Harry Moffat
986c120f9b doxygen update
added Nasa9 connections and cleaned up warning messages.
2007-12-27 19:09:38 +00:00
Dave Goodwin
c3d2eb31df *** empty log message *** 2007-12-25 09:35:42 +00:00
Dave Goodwin
2cc7c139b6 *** empty log message *** 2007-12-24 15:27:37 +00:00
Harry Moffat
c5f28afd19 Made the report function a virtual function within the ThermoPhase
class. This means that the function can be modified depending on the
inheritance. This allows for the printout of molalities and
pH's for liquid phases where appropriate.

Took out a duplicate function, report(), in the Cantera namespace.
There was one in cxxutils.cpp and one in phasereport.cpp.
2007-12-21 02:58:41 +00:00
Harry Moffat
c65443d5e4 Fixed a typo 2007-12-21 00:42:43 +00:00
Harry Moffat
1e6d92f9db Greatly reduced the print levels. 2007-12-20 23:29:18 +00:00
Harry Moffat
666e688bea Bug fix to the newPhase function. 2007-12-20 22:07:34 +00:00
Harry Moffat
6abac36cad Added a few constructor routines, directly from file strings. 2007-12-20 20:39:51 +00:00
Harry Moffat
c82624b1ca Bug fix to make sure Cantera compiles without VCSnonideal 2007-12-19 22:55:45 +00:00
Harry Moffat
0c6c9dedef Added a few ifdefs for WITH_ options. 2007-12-19 22:40:17 +00:00
Harry Moffat
9e59a4c59d Attached Makefile to configure options for VCSnonideal 2007-12-19 22:23:38 +00:00
Harry Moffat
5adc201fc9 formatting changes. 2007-12-19 21:38:01 +00:00
Harry Moffat
d0e99aec18 Added vcs_nonideal, another equilibrium solver that can handle
nonideal thermo multiphase systems.
2007-12-19 21:19:28 +00:00
Harry Moffat
daa7cbfe95 Bug fixes for compile case where Adorbate is not included. 2007-12-19 17:08:17 +00:00
Harry Moffat
1f97037f69 Bug fix for instantiation of these thermo models via the ThermoFactory
approach.
2007-12-19 17:03:17 +00:00
Harry Moffat
536db63f5b Took out a write statement that was causing test failures. 2007-12-19 16:16:34 +00:00
Harry Moffat
7ce5a02121 Added an id tag to the file 2007-12-19 15:32:40 +00:00
Dave Goodwin
27056f0ee4 *** empty log message *** 2007-12-19 07:23:25 +00:00
Dave Goodwin
9ccb851cba *** empty log message *** 2007-12-19 04:02:42 +00:00
Dave Goodwin
eb2f05874e *** empty log message *** 2007-12-18 03:04:49 +00:00
Dave Goodwin
81637032f6 *** empty log message *** 2007-12-18 02:54:14 +00:00