Harry Moffat
921caa1e5d
Upgraded the BasisOptimize file. It now has been tested a bit more.
...
ElementRearrange() function has been added to it.
ChemEquil has been upgraded. It now uses BasisOptimize. A better
estimateElementPotentials() function has been installed that doesn't
lead to as many stalls in the main algorithm. This is achieved by
making sure that estimated mole fractions of component species are
significant.
Various tweaks to estimateEP_Brinkley() has been added. It now passes the
gri30 test problem in the fuego_tabular_props application.
2006-12-12 02:23:26 +00:00
Dave Goodwin
ce73f8bacd
removed using namespace statements from Cantera header files, and fully qualified most members of std (string, vector< >, etc.) in header files. User programs may need to have "using namespace" statements added.
2006-11-27 21:43:30 +00:00
Dave Goodwin
655cfd351d
minor cleanup
2006-11-14 08:40:59 +00:00
Dave Goodwin
d4672515bd
moved declaration of nCutoff to avoid jumping over it, causing a compile failure with gcc 4.0.1 on linuxChemEquil.cpp
2006-10-23 00:56:31 +00:00
Dave Goodwin
3662c314ee
fixed minor bug that caused problems in some cases when an element was excluded.
2006-07-11 15:25:57 +00:00
Dave Goodwin
08a855359a
*** empty log message ***
2006-05-30 16:15:48 +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
Dave Goodwin
53cbe7e119
*** empty log message ***
2006-04-11 07:15:48 +00:00
Dave Goodwin
83501b5d72
*** empty log message ***
2005-08-18 14:44:35 +00:00
Dave Goodwin
44a4226481
enhanced and cleaned up equilibrium code
2005-07-22 03:27:12 +00:00
Dave Goodwin
d0de362e22
*** empty log message ***
2005-07-14 18:48:57 +00:00
Dave Goodwin
88d45066c7
cleanup
2005-06-27 14:51:05 +00:00
Dave Goodwin
dfa29b0f70
cleanup
2005-06-25 15:57:50 +00:00
Dave Goodwin
0ce92af1c5
cleanup
2005-06-25 05:27:30 +00:00
Dave Goodwin
9bd690ae04
Prerelease_1_6_0_branch merged into trunk
2005-06-18 16:58:39 +00:00
Dave Goodwin
7e869c9953
*** empty log message ***
2005-01-08 22:28:01 +00:00
Dave Goodwin
d77534a8ef
minor cleanup
2005-01-05 21:04:52 +00:00
Dave Goodwin
d5d13be7d4
fixed convergence problem in MultiPhaseEquil
2004-12-09 22:10:16 +00:00
Dave Goodwin
80dfdaa8fe
*** empty log message ***
2004-12-02 23:16:02 +00:00
Dave Goodwin
e7a6155da2
*** empty log message ***
2004-12-02 23:07:17 +00:00
Dave Goodwin
4c65331514
*** empty log message ***
2004-12-02 22:11:28 +00:00
Dave Goodwin
b3df568a46
*** empty log message ***
2004-12-02 19:58:06 +00:00
Dave Goodwin
987e1ddbb0
support for multiphase equilibrium
2004-12-01 22:57:23 +00:00