Commit graph

2547 commits

Author SHA1 Message Date
Harry Moffat
d3ffe3bd95 Fixed an error 2009-02-15 16:57:25 +00:00
Harry Moffat
06be63229c First fixes to make it compile. 2009-02-14 19:55:39 +00:00
Harry Moffat
0127285b88 Added stubs for liquid phase and aqueous phase transport. 2009-02-14 19:33:52 +00:00
Harry Moffat
8737bda5f9 Another iteration: Not operational 2009-02-14 18:02:22 +00:00
Harry Moffat
2f1345dd34 Another iteration: not operational 2009-02-13 21:35:06 +00:00
Harry Moffat
61218ccc7c Updates to solver: not operational 2009-02-13 16:01:01 +00:00
Harry Moffat
d4fe8e3eb0 Fixed a mix-matched declaration and definition 2009-02-12 23:47:39 +00:00
Harry Moffat
75656f5198 Changes to the destructors for error handling.
changes to the activityconcentration format for aqueous species.
2009-02-11 20:03:06 +00:00
Harry Moffat
2f48bee206 Additions for AqueousKinetics object 2009-02-11 20:01:45 +00:00
Harry Moffat
dbda9496da Added in stubs for a NonlinearSolver project. this is not functioning yet. 2009-02-11 19:57:24 +00:00
Harry Moffat
08cc65d5d4 Made the CanteraError exception inherit from std::exception
Added in mdp_allo package. It's not really linked in anywhere except
for applications, so call it provisional.
2009-02-11 19:55:56 +00:00
Harry Moffat
a5f37dfa00 First stab at aqueous kinetics. This has not been checked. 2009-02-11 01:50:54 +00:00
Harry Moffat
92ef47987a Added def for AqueousKinetics 2009-02-10 16:14:37 +00:00
Harry Moffat
69840fd235 Several fixes due to Solaris port 2009-02-05 17:10:03 +00:00
Harry Moffat
a1f3936c42 Fixed an error that I still can't believe compiled. 2009-02-05 00:24:42 +00:00
Harry Moffat
c5f8c0f4b4 Fixed an error in reading the lambda coeff from the database. 2009-01-29 02:07:05 +00:00
Harry Moffat
ceedaac03f Added SquareMatrix. 2009-01-27 16:14:58 +00:00
Harry Moffat
d0e9270ca3 Added SquareMatrix 2009-01-27 16:02:49 +00:00
Harry Moffat
0a98f73828 Added a new object SquareMatrix, that can solve Ax=b. 2009-01-27 15:59:13 +00:00
Harry Moffat
f062719e55 Added debugging IO to phase stability problem. 2009-01-26 23:10:01 +00:00
Harry Moffat
9b12761506 Added comments and a def. 2009-01-26 15:59:10 +00:00
Harry Moffat
4e2aea52c6 Pushed the parameters for the cropping algorithm to the XML input file. 2009-01-24 00:15:00 +00:00
Harry Moffat
420e3421b9 Added an include that's needed for ubuntu 2009-01-23 16:03:51 +00:00
Harry Moffat
f2bc9d5459 Changed the compiler defaults to straight gcc. This at least appears
to present a consistent interface.
2009-01-23 15:58:42 +00:00
Harry Moffat
c5267d191d Added a few more makefile dependencies. 2009-01-23 15:48:59 +00:00
Harry Moffat
ef278fc885 Significant Update to the Equilibrium Solver
Added a capability to solve for the mathematical condition for the
birth of a multispecies phase. Added the logic into the algorithm.
2009-01-22 22:27:07 +00:00
Harry Moffat
f5e6b47e7b Added comments. 2009-01-20 21:48:54 +00:00
Harry Moffat
6b14e20620 Fixed a few features with phases consisting solely of electrons. 2009-01-20 19:02:28 +00:00
Harry Moffat
466d57250b Added to calcMolalitiesCropped(). Added functionality to this routine. 2009-01-19 17:36:52 +00:00
Harry Moffat
ede1dcd93f Localized the molality cropping algorithm, so that it all occurs in
one member function, calcMolalitiesCropped().
2009-01-19 17:16:06 +00:00
Harry Moffat
6942cb3260 Added pure cropping on the molar gamma_o and gamma_k. this seems to
be the most robust and to-the-point.
2009-01-17 05:42:50 +00:00
Harry Moffat
793daa0194 Reworking of cropping algorithm to adhere to the sand report. 2009-01-17 04:40:28 +00:00
Harry Moffat
6e447bf49c slight change in the text 2009-01-17 04:39:21 +00:00
Harry Moffat
8f1e4461b5 Several optimizations based on assuming the solvent is species 0 2009-01-16 16:24:35 +00:00
Harry Moffat
d3ded231d3 Doxygen updates 2009-01-15 23:05:34 +00:00
Harry Moffat
6ac81c73ff Doxygen updates 2009-01-15 20:08:50 +00:00
Harry Moffat
ae24104220 Added files. 2009-01-15 20:08:24 +00:00
Harry Moffat
be25fef300 doxygen updates 2009-01-14 23:16:24 +00:00
Harry Moffat
2bbbe08cff took out formatConcentrationString. It wasn't being used. 2009-01-14 22:46:32 +00:00
Harry Moffat
a6c0284257 Added report() to ThermoPhase.h 2009-01-14 22:23:03 +00:00
Harry Moffat
6ee0ad3fbd doxygen update.
moved report to ThermoPhase.h
2009-01-14 22:22:29 +00:00
Harry Moffat
81e8de48df Doxygen update 2009-01-13 23:41:23 +00:00
Harry Moffat
cfcb884dde Fixed an error that crept into the last iteration. 2009-01-13 22:56:45 +00:00
Harry Moffat
cf87c82cd8 doxygen update 2009-01-13 22:14:54 +00:00
Harry Moffat
1f68560bdd doxygen updates 2009-01-13 20:55:20 +00:00
Harry Moffat
012586fe01 Doxygen update 2009-01-12 19:39:14 +00:00
Harry Moffat
c731d5a03c Added PIC flags to c compile statement. They were left out in
some places.
2009-01-12 19:34:14 +00:00
Harry Moffat
af7a31fbc1 Added doxygen info 2009-01-12 16:06:20 +00:00
Harry Moffat
bb9e5e3fb8 doxygen updates 2009-01-11 23:52:41 +00:00
Harry Moffat
f2bf58281c Allowed theta and Theta for the name of XML nodes.
Also Psi and psi work as well.
2009-01-11 21:43:20 +00:00