Commit graph

986 commits

Author SHA1 Message Date
Harry Moffat
ea8ef700c6 Added SunWS_cache 2006-04-30 22:23:10 +00:00
Harry Moffat
d8a8e64c35 Added SuNWS_cache 2006-04-30 22:22:18 +00:00
Harry Moffat
795bcc1df6 Fixed an error in INCDIR definition. 2006-04-30 22:20:33 +00:00
Harry Moffat
34783d2266 Made ready() a const function, 2006-04-30 22:17:15 +00:00
Harry Moffat
2b90d6827f Solaris: SunWS_cache handling 2006-04-30 22:15:06 +00:00
Harry Moffat
90a25a9c88 Solaris changes 2006-04-30 22:13:58 +00:00
Harry Moffat
9dcc35e491 Solaris changes SunWS_cache handling 2006-04-30 22:10:37 +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
1421eb3867 Solaris changes. 2006-04-30 21:43:56 +00:00
Harry Moffat
a4d26314e3 Fixed typo. 2006-04-30 21:37:47 +00:00
Harry Moffat
43d38e47ba Additions for solaris. 2006-04-30 21:36:15 +00:00
Harry Moffat
4d53dea18b Added the logger.h file. 2006-04-30 21:20:43 +00:00
Harry Moffat
864b585535 Uses the build_f2c_lib variable. 2006-04-30 20:21:37 +00:00
Harry Moffat
a0b4108ef0 Added logger.h to this file. 2006-04-30 19:58:13 +00:00
Harry Moffat
d72e1750de Changed the #ifndef line so that it is unique. 2006-04-30 19:57:39 +00:00
Harry Moffat
11b1d34752 Added a couple more include kinetics files. 2006-04-30 19:56:06 +00:00
Harry Moffat
ace3138711 Changed a comments section. 2006-04-30 19:54:55 +00:00
Harry Moffat
f26f100182 Added Id field. 2006-04-30 19:54:14 +00:00
Harry Moffat
96bdaacb21 Added the file set_cant_env 2006-04-30 18:08:16 +00:00
Harry Moffat
2f5bf8b7fb Added a new test that pretty much mimics the frac python test.
It does add tests for the calculation of equilibrium constants
for fractional coefficient reactions.
2006-04-30 18:06:56 +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
3a25b2250b added capability to build without Python. Features requiring Python in the build process (Python and MATLAB interfaces) are skipped, and Python tests are skipped also. 2006-04-30 00:14:27 +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
Harry Moffat
568ca4d067 Changed the environmental variable, WITH_ELECTROLYTES, so that it
can be set from a preconfig routine.
2006-04-27 21:39:11 +00:00
Dave Goodwin
501e9f1ac1 changed doublereal* to iterator in axpy 2006-04-25 09:52:39 +00:00
Dave Goodwin
d5b18300cc initial import 2006-04-23 07:27:10 +00:00
Dave Goodwin
2cd243203a added missing Domain1D.cpp 2006-04-23 07:24:27 +00:00
Dave Goodwin
27e89d7f9b cleaned up configure.in 2006-04-23 06:41:21 +00:00
Dave Goodwin
c48da0d14f *** empty log message *** 2006-04-23 06:02:35 +00:00
Harry Moffat
57ae234440 Added quotes around some variables. This is necessary if the variables
have spaces in them in order for the values to be propagated correctly
to the Makefile variables.
2006-04-19 20:46:16 +00:00
Harry Moffat
7d8179686d Added a ldemulation arg to the strip command. This is necessary
when compiling 32 bit on a 64 bit linux box.
2006-04-19 20:44:22 +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
96a988c2b1 Quotation marks are needed on Solaris 2006-03-06 00:07:29 +00:00
Harry Moffat
5a8a9c2fc5 Changed the defn of a function to agree with underlying virtual function. 2006-03-05 23:55:08 +00:00
Harry Moffat
47a22c5bf1 Added deletion of sun cache directory 2006-03-05 23:52:12 +00:00
Harry Moffat
bb2e6897d7 solaris warned about string literals being assigned to char *.
So, I changed it so that the species name is storred within the
object.
2006-03-03 23:21:06 +00:00
Harry Moffat
253244be01 Took duplicate out of F77FLAGS statement. 2006-03-03 22:44:09 +00:00
Harry Moffat
424a09f5b1 Fixed f2c so that it's only compiled when the option is turned on. 2006-03-03 22:43:35 +00:00
Harry Moffat
98122a2447 Added a file 2006-03-03 22:04:02 +00:00