Harry Moffat
afd90fb206
change of variable names
2008-04-25 00:28:38 +00:00
Harry Moffat
0f4c0a3f7c
Changed variable names
2008-04-23 16:08:16 +00:00
Harry Moffat
4769e38ac0
Changed variable names
2008-04-23 15:19:24 +00:00
Harry Moffat
6b660b30c9
Changed variable names.
2008-04-22 22:50:33 +00:00
Harry Moffat
573ec09d45
Changed variable names.
2008-04-22 22:25:11 +00:00
Harry Moffat
90bf6f92d7
Changed names of some variables.
2008-04-22 20:46:17 +00:00
Harry Moffat
5ee0f16d88
Changed names of a variable.
2008-04-21 19:27:07 +00:00
Harry Moffat
75c11d40b3
Changed the name of a variable.
2008-04-21 16:50:26 +00:00
Harry Moffat
69e42f89cc
Changed the name of a variable.
2008-04-18 22:21:47 +00:00
Harry Moffat
a10cf07683
Changed the name of one variable.
2008-04-18 21:14:05 +00:00
Harry Moffat
1f8618f090
Changed a variable name
2008-04-18 20:56:59 +00:00
Harry Moffat
b9533bcf34
Changed name of a variable.
2008-04-17 16:53:17 +00:00
Harry Moffat
f6ecf72ea3
Rebaselined due to change in algorithm.
2008-04-17 16:22:50 +00:00
Harry Moffat
aa50717d7b
Fixed an issue with the interface for specifying whether the
...
solution is estimated or not.
2008-04-16 22:07:36 +00:00
Harry Moffat
df8e9e0db5
Added a vcs_MultiPhaseEquil.h include file.
2008-04-16 21:01:43 +00:00
Harry Moffat
6523642dd4
Turned off a print statement.
...
Added ct_defs.h and thus config.h to the .h files.
2008-04-16 20:57:50 +00:00
Harry Moffat
e58194df44
Fixed logic errors in the return code
...
Tweaked the algorithm that decides which species are components.
Stoichiometric phase species are now favored.
2008-04-16 19:19:01 +00:00
Harry Moffat
58ddc135eb
Switched the implementation of intValue() and fpValue() to the .cpp file
...
from the .h file. This also fixes a compile problem a user had involving
a header file (that wasn't in the .h file but was in the .cpp file).
2008-04-15 15:28:53 +00:00
Harry Moffat
aee97e5f8b
Changed the text output from the equilibrium solver.
2008-04-14 17:27:37 +00:00
Harry Moffat
daa479d4f7
Changed the algorithm for picking the component basis.
...
It used to be that the components were picked based on the magnitude
of their mole numbers. I changed this to the magnitude of the
mole numbers multiplied by the # elements in the species.
On one problem, a heptane combustion mechanism, this reduced the
number of iterations in the VCS algorithm from 1080 to 40. Obviously,
the convergence rate within the VCS method
depends on the ID of the components. This change should be considered
as a trial balloon. It may fall apart on some other problem.
I may be forestalling the obvious here. The more complete solution
is to formualte the hessian of the rxns involving the
major species, and then invert it, using cg probably, to get a better
iteration direction.
2008-04-14 17:22:02 +00:00
Harry Moffat
6c7e375020
Cleaned up the global damping algorithm. made sure the total gibbs free
...
energy printouts are monotonically decreasing.
2008-04-11 22:44:49 +00:00
Harry Moffat
e463b77fa2
Added an endl printing capability to writelog(). Some systems differentiate
...
between endl and \n when it comes to flushing the output.
Added C++ printing utilities
2008-04-08 20:19:26 +00:00
Harry Moffat
cd3e8d8741
Replaced a naked floating point equality check with a fuzzy check.
...
This was causing problems in the optimized, DEBUG_MODE code.
2008-03-31 23:51:41 +00:00
Harry Moffat
fc4beee0b6
Changed the blessed file, to reduce the precision.
2008-03-31 21:55:37 +00:00
Harry Moffat
b7e9df3faf
Reduced the print precision on an internal testing routine.
2008-03-31 21:55:09 +00:00
Harry Moffat
bb188d1fee
Minor changes to beat down spurious warning messages about
...
uninitialized variables, that were in fact properly initialized.
2008-03-31 21:34:04 +00:00
Harry Moffat
60b66f18af
Minor mods to 10 files, due to trying to compile on multiple
...
ASC platforms. Most of the mods had to do with namespace issues.
2008-03-04 23:40:08 +00:00
Harry Moffat
9fee427331
Took at an FFLAGS= statement that was preventing the FFLAGS compile
...
variable from being set correctly.
2008-02-19 23:32:34 +00:00
Harry Moffat
d80bb19126
Moved the use of the transport_log.xml file into the DEBUG_MODE
...
capability. On certain MP platforms, the serial writing of files
may cause mp programs to hang, if multiple processors are trying
to write to the same file at the same time.
The intermediate solution here is to stop writing from libraries
until we add MPI capabilities into Cantera.
2008-02-18 22:16:46 +00:00
Harry Moffat
047cad3ca0
Fixed blessed files.
2008-02-18 21:13:49 +00:00
Dave Goodwin
7b179cb44f
*** empty log message ***
2008-02-18 04:04:06 +00:00
Harry Moffat
8042c12bdb
Added using namespace command.
2008-02-16 21:50:04 +00:00
Harry Moffat
6ded74a26d
Added using namespace command
2008-02-16 21:48:00 +00:00
Harry Moffat
06f0e6f1a2
using namespace Cantera_CXX addition
2008-02-16 21:47:15 +00:00
Harry Moffat
9b15f263fa
Adding using namespace Cantera_CXX to get it to compile
2008-02-16 21:46:15 +00:00
Harry Moffat
b2e19ac462
Added using namespace to get this to compile
2008-02-16 21:44:47 +00:00
Dave Goodwin
07e0713459
*** empty log message ***
2008-02-16 21:43:15 +00:00
Harry Moffat
74a50832b6
Added using namespace command to get it to compile
2008-02-16 21:43:06 +00:00
Harry Moffat
0fcfa18199
added using namespace command
2008-02-16 21:41:06 +00:00
Harry Moffat
3aa30fb049
Added using namespace to get it to compile
2008-02-16 21:40:10 +00:00
Harry Moffat
f4512d69f8
Added more Cantera:: qualifications
2008-02-16 21:35:30 +00:00
Harry Moffat
6c403a841e
Added using namespace commands to get this to compile again.
2008-02-16 21:33:37 +00:00
Dave Goodwin
2c6377a6af
*** empty log message ***
2008-02-16 18:44:23 +00:00
Dave Goodwin
a353e5acca
*** empty log message ***
2008-02-16 16:40:55 +00:00
Dave Goodwin
9fc324754c
added add_files
2008-02-16 16:38:41 +00:00
Harry Moffat
9ba691c3c6
Fixed an error in this file.
...
Needed using namespace lines
2008-02-14 22:47:52 +00:00
Dave Goodwin
543e73af3b
*** empty log message ***
2008-02-14 04:56:48 +00:00
Dave Goodwin
cde8aa8c61
minor bugs fixed that were introduced in commit a few hrs ago
2008-02-14 04:53:00 +00:00
Dave Goodwin
4a1d303fe4
put all C++ interface code in the Cantera_CXX namespace
2008-02-14 04:37:43 +00:00
Dave Goodwin
12650d695a
*** empty log message ***
2008-02-13 06:43:25 +00:00