Commit graph

1401 commits

Author SHA1 Message Date
Harry Moffat
adf53b7dcc WIN32 specific changes implemented. 2009-03-27 00:39:43 +00:00
Harry Moffat
30ff1862f9 Eliminated various warning messages produced by VC++ 2009-03-27 00:38:56 +00:00
Harry Moffat
f7fd936d99 fixed an algorithm issue that was causing differences between optimized
and debug versions of the code.

 we try to avoid the logic:   a = b
                                    if (a > b) { do this }
                                    else       { do something else }
 because roundoff error makes a difference in the inequality evaluation)
2009-03-25 16:05:11 +00:00
Harry Moffat
c6d9b1bb7f General commit to sync the repository.
- basically finished with demo problem test suite.
2009-03-24 20:44:30 +00:00
Harry Moffat
317494be0e Fixed a warning message. 2009-03-24 20:36:05 +00:00
Harry Moffat
5d67faded3 Implemented fixes, so that a python demo problem would work as advertised. 2009-03-23 23:25:30 +00:00
Harry Moffat
4b9aee1fb3 Reformatted and added comments. Nothing is changed. 2009-03-18 17:28:31 +00:00
Harry Moffat
37342f92fa Fixed a bug in the logfile capability 2009-03-18 17:27:16 +00:00
Harry Moffat
5459aa4078 Added isothermalCompressibility() to interface. 2009-03-17 21:02:09 +00:00
Harry Moffat
c20cf5ebfd Fixed an error in the xml writer, that occurred when two newlines
appear next to each other.
2009-03-17 15:12:16 +00:00
Harry Moffat
26918dc005 Fixed a problem that caused the test suite to differ between optimized
and debug versions. Added cropping for test suite.
2009-03-14 03:28:04 +00:00
Harry Moffat
40ca5227c0 Added more cropping 2009-03-14 00:58:25 +00:00
Harry Moffat
701fd45d74 Added in cropping which is normally off. 2009-03-14 00:28:12 +00:00
Harry Moffat
89f8dc531e Added in a static global variable that controls cropping. 2009-03-14 00:27:10 +00:00
Harry Moffat
8389db7a22 Fixed an error in this function 2009-03-13 23:13:43 +00:00
Harry Moffat
f4e32dee2a got rid of flagged uninitialzed variables warnings. 2009-03-13 21:22:12 +00:00
Harry Moffat
21cfa2d660 Added a header for Ubuntu compatibility 2009-03-13 03:40:27 +00:00
Harry Moffat
598dbd60c4 Added headers for ubuntu problem. 2009-03-13 03:26:18 +00:00
Harry Moffat
ae7691e49c Added headers for a ubuntu problem. 2009-03-13 03:23:20 +00:00
Harry Moffat
f0095a7f9b Added headers for a possible ubuntu problem 2009-03-13 03:21:34 +00:00
Harry Moffat
fb0ab374e0 Added headers for possible ubuntu compilation problems. 2009-03-13 03:18:08 +00:00
Harry Moffat
f999f1cfc0 Fixed an issue that arose when there was a mixed set of standard
state types.
2009-03-04 01:01:57 +00:00
Harry Moffat
d61b277fff Fixed an error in an error statement. 2009-03-03 23:51:46 +00:00
Harry Moffat
d8c35d4ede Comments change 2009-03-03 21:20:32 +00:00
Harry Moffat
49b413e61e Added an initial attempt at a Margules excess gibbs free energy
model. It's just hard coded to match the Eutectic of LiKCl at the
moment.
2009-03-03 21:08:31 +00:00
Harry Moffat
527ccbe743 Solaris porting issues -> failed to link in some cases. 2009-03-03 20:37:18 +00:00
Harry Moffat
943bc7fe4d Fixed a solaris compilation error: inline functions need to be at the
top of files
2009-03-03 19:53:34 +00:00
Harry Moffat
c0543fe571 Fixed compilation problems that occurred when porting to solaris 2009-03-03 19:47:25 +00:00
Harry Moffat
b5fd1d76ac Fixed an error that a user pointed out, that showed up on solaris and on ubunto. 2009-03-03 17:55:25 +00:00
Harry Moffat
f1d4547a37 Changes to the comments. 2009-02-27 15:40:07 +00:00
Harry Moffat
201c32bea6 A further iteration, where I've added an interface that maintains a
current mole fraction vector.
2009-02-23 21:06:38 +00:00
Harry Moffat
07bcac001b Started coding up general excess gibbs free energy thermo formulations
based on mole fraction expansions.
2009-02-23 20:41:03 +00:00
Harry Moffat
fe281b1a0e Next iteration. Working through stability issues involved with
stefan maxwell equations.
2009-02-19 18:30:47 +00:00
Harry Moffat
1ecc55e64e Worked on the mixture diffusion coefficients. Not done yet 2009-02-19 16:19:50 +00:00
Harry Moffat
f05b4f51e9 Incremental update of stefan-maxwell routine. 2009-02-18 22:58:02 +00:00
Harry Moffat
ec0276ab64 Added another interface function 2009-02-18 22:31:32 +00:00
Harry Moffat
48526118f2 Added more functionality to the stefan-maxwel solve. 2009-02-18 22:31:09 +00:00
Harry Moffat
cc77c29b4e Started working on the Stefan-maxwell formulation for nonideal fluids.
-> nothing working yet
2009-02-16 16:48:09 +00:00
Harry Moffat
21e111145e Incremental update: not operation yet 2009-02-15 19:41:33 +00:00
Harry Moffat
66a7fcc92d Added a mole fraction State change capability. 2009-02-15 17:33:06 +00:00
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