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
23c3c7c63a
2 changes
...
added libctf2c to the LCXX_END_LIBS variable when it is needed. f2c is more
of a system level variable.
Changed the default PIC setting to empty for cygwin environments.
2007-12-28 02:19:33 +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
91ff08255f
Added .depends to all target
2007-12-28 01:53:06 +00:00
Harry Moffat
03efa6dc5f
Made the csvdiff commands have a relative path
2007-12-28 01:32:03 +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
ef16f4242c
Made CFLAGS take the PIC_FLAG argument, just as CXXFLAGS does.
2007-12-27 23:35:43 +00:00
Harry Moffat
986c120f9b
doxygen update
...
added Nasa9 connections and cleaned up warning messages.
2007-12-27 19:09:38 +00:00
Harry Moffat
f99458d08a
Added doxygen connection for NASA9 polynomials
2007-12-27 19:08:58 +00:00
Dave Goodwin
c3d2eb31df
*** empty log message ***
2007-12-25 09:35:42 +00:00
Dave Goodwin
7a72431eb9
*** empty log message ***
2007-12-24 16:01:51 +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
a6163b96a9
Committing a few more files to get vcsnonideal test problem to work.
2007-12-20 23:47:41 +00:00
Harry Moffat
151bdcaa22
commited a test problem.
2007-12-20 23:46:27 +00:00
Harry Moffat
c97246f0af
Added test directories for VCSnonideal
2007-12-20 23:42:16 +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
67625ed141
Bug fix to make sure Cantera compiles with and without VCSnonideal
2007-12-19 22:58:55 +00:00
Harry Moffat
c82624b1ca
Bug fix to make sure Cantera compiles without VCSnonideal
2007-12-19 22:55:45 +00:00
Harry Moffat
45c65a18f9
Added the WITH_VCSNONIDEAL flag
2007-12-19 22:41:56 +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
7ffcb7525a
Added WITH_VCSNONIDEAL preconfig line, setting to default off.
2007-12-19 22:22:38 +00:00
Harry Moffat
2e93deab8f
Adding in my output about what gets compiled and what doesn't.
...
VCSNONIDEAL is now an optional compile
2007-12-19 22:21:15 +00:00
Harry Moffat
2deb29ff2c
Changed WITH_ADSORBATE to be a setable variable.
2007-12-19 21:41:43 +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
28c55aa639
Added more table info on what gets compiled in.
2007-12-19 17:06:03 +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
696c9bcd39
Added .depends to the make all rule.
2007-12-19 17:00:13 +00:00