Commit graph

510 commits

Author SHA1 Message Date
Harry Moffat
08f2c4e098 Added support for conditional compilation of thermo directory. 2006-06-13 16:05:43 +00:00
Harry Moffat
85713b3c1f Changed importPhase to call initThermoXML, not initThermo at the
end of its execution.
2006-06-13 16:04:26 +00:00
Harry Moffat
1112932a31 Changed a few functions to be virtual, in order to support
incompressible equations of state.
2006-06-13 16:03:23 +00:00
Harry Moffat
7971238d37 Added an IdealSolidSolnPhase capability. Changed existing thermo files
to use initThermoXML().
2006-06-13 16:02:41 +00:00
Harry Moffat
9013880adb Fixed a typo 2006-06-13 00:57:35 +00:00
Harry Moffat
9d25a936a6 Fixed an error mentioned in the Cantera newsgroup. 2006-06-13 00:24:26 +00:00
Harry Moffat
d6f11c26ce Added the function getPartialMolarCp(). It isn't currently in the
API, but it should be.
2006-06-13 00:20:57 +00:00
Harry Moffat
092ee39483 Fixed a minor case which resulted in a core dump. 2006-06-13 00:19:00 +00:00
Harry Moffat
351c9b8dac Fixed a typo and added getStandardVolumes() routine. 2006-06-08 14:05:41 +00:00
Dave Goodwin
08a855359a *** empty log message *** 2006-05-30 16:15:48 +00:00
Harry Moffat
c3d097140d used popError() on two cases where errors are caught and delt with. 2006-05-27 23:34:09 +00:00
Dave Goodwin
1023b2bbcb *** empty log message *** 2006-05-26 23:08:03 +00:00
Dave Goodwin
33b114b178 *** empty log message *** 2006-05-26 23:08:03 +00:00
Dave Goodwin
08ebf5f9a8 *** empty log message *** 2006-05-26 22:53:01 +00:00
Dave Goodwin
0db629dcd9 *** empty log message *** 2006-05-20 21:12:37 +00:00
Dave Goodwin
63b3b5ebc8 initial import 2006-05-17 15:16:00 +00:00
Dave Goodwin
275865b5a9 *** empty log message *** 2006-05-17 15:14:56 +00:00
Dave Goodwin
cbb2eb6beb *** empty log message *** 2006-05-08 15:43:20 +00:00
Dave Goodwin
799b9c02e2 support for constant-pressure reactors 2006-05-06 15:34:18 +00:00
Dave Goodwin
6314e7a563 added constant pressure reactor 2006-05-06 14:56:57 +00:00
Dave Goodwin
0cd3336f32 Windows has no sleep command 2006-05-03 20:49:22 +00:00
Dave Goodwin
bb19de47bc added electric potential 2006-05-03 19:45:39 +00:00
Harry Moffat
b3c2ab4bce Changed math.h to cmath 2006-04-30 22:08:33 +00:00
Harry Moffat
ccab6bcf3f Added SunWS_cache 2006-04-30 22:08:01 +00:00
Harry Moffat
69eb7a0281 Added Id line 2006-04-30 22:07:14 +00:00
Harry Moffat
1133006b91 More sleep commands needed for system calls for solaris 2006-04-30 22:05:53 +00:00
Harry Moffat
84cca197df don't need ctypes.h 2006-04-30 22:03:27 +00:00
Harry Moffat
3aeca79dd1 Solaris changes:
use cstdlib not stdlib.h
2006-04-30 22:00:53 +00:00
Harry Moffat
4d53dea18b Added the logger.h file. 2006-04-30 21:20:43 +00:00
Harry Moffat
43c1d33f67 Fixed an error in the GasKinetics object that occurred for calculating
equilibrium constants for reactions with fractional stoichiometric
coefficients. The member data m_dn[] was being calculated incorrectly
for theses cases and then used in the calculation of the
equilibrium constant. m_dn[] now correctly evaluates the difference in
rxn order between the reactants and products for fraction coefficient
reactions.
2006-04-30 18:01:42 +00:00
Dave Goodwin
642553148d 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-29 10:45:49 +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
Harry Moffat
1e44c119f7 Took out 2 print statements, that was causing the diamond test
to fail.
2006-04-27 22:47:19 +00:00
Dave Goodwin
501e9f1ac1 changed doublereal* to iterator in axpy 2006-04-25 09:52:39 +00:00
Dave Goodwin
2cd243203a added missing Domain1D.cpp 2006-04-23 07:24:27 +00:00
Dave Goodwin
c48da0d14f *** empty log message *** 2006-04-23 06:02:35 +00:00
Dave Goodwin
53cbe7e119 *** empty log message *** 2006-04-11 07:15:48 +00:00
Harry Moffat
38db8309fe Changed the name of some arguments that conflicted with names of member
data. This created a warning message on Solaris.
2006-03-07 20:59:53 +00:00
Harry Moffat
4015fd7cf1 Solaris sunpro compilers gave a warning about virtual functions in the
same class which
have the same name, but which have different arguments.
   Solaris complains when virtual functions are hidden, when they are
overloaded.
2006-03-07 20:52:16 +00:00
Harry Moffat
abccc976cd const needed for proper virtual inheritance 2006-03-07 20:49:33 +00:00
Harry Moffat
5d0b71fc3a Solaris warns about templated static functions. 2006-03-07 20:47:29 +00:00
Harry Moffat
98122a2447 Added a file 2006-03-03 22:04:02 +00:00
Harry Moffat
6a1e9511ba An argument hid a member function name. I Changed the argument variable
name.
2006-03-03 22:02:54 +00:00
Harry Moffat
ab1cae4b83 Added SunWS_cache deletion 2006-03-03 22:00:44 +00:00
Harry Moffat
1ddc4c9574 An argument conflicted with a member variable. I changed the
name of the argument variable.
2006-03-03 21:57:41 +00:00
Harry Moffat
7df61e97a7 Changed the defn of two functions who were missing const declarations.
These were const in Thermophase.h, and for proper inheritance, they
need to be the same in derived classes.
2006-03-03 21:11:52 +00:00
Dave Goodwin
9a67ae84c4 added statements to getEquilibriumConstants to force a T update on the next call. Array m_rkcn was being left containing incorrect data. Problem is now fixed. 2005-12-15 17:07:06 +00:00
Dave Goodwin
33fbbf0b93 removed critical and saturation properties from ThermoPhase 2005-12-09 17:49:33 +00:00
Dave Goodwin
3c3f7d47ec *** empty log message *** 2005-12-07 10:21:18 +00:00
Dave Goodwin
70d277c86e minor changes 2005-12-05 18:36:27 +00:00