Commit graph

1867 commits

Author SHA1 Message Date
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
Dave Goodwin
c90f7e9fbe *** empty log message *** 2008-02-13 06:10:50 +00:00
Dave Goodwin
a1262bc6b0 *** empty log message *** 2008-02-13 05:36:27 +00:00
Harry Moffat
0dbe661bf4 Added a const FindByName function 2008-02-10 01:30:20 +00:00
Dave Goodwin
a2bb5e8135 removed old files 2008-02-09 02:55:08 +00:00
Dave Goodwin
0fc0c6e47e *** empty log message *** 2008-02-06 00:05:18 +00:00
Dave Goodwin
73bebe4768 cmake files 2008-02-05 23:36:07 +00:00
Harry Moffat
78d2c16d59 Fully qualified ThermoPhase. For some reason it now needs to be
fully qualified.
2008-02-04 15:50:56 +00:00
Harry Moffat
839f947258 Added a stubbin for the HKFT standard state. Not finished, or even
started.
2008-02-04 01:16:36 +00:00
Harry Moffat
935b0af9c0 Separated out the definition from the declarations in the templated objects. 2008-02-04 00:41:06 +00:00
Harry Moffat
990537d5f1 Added a duplicator routine. 2008-02-04 00:30:31 +00:00
Harry Moffat
dd4fb7152d Add documentation
Moved some definitions into the .cpp file
2008-02-03 20:59:18 +00:00
Harry Moffat
b72ca7f04a Doxygen work for PDSS
added phaseNode XML pointer to installSpecies routines.
2008-01-30 17:54:12 +00:00
Harry Moffat
d344208d26 Added more information to the error diagnostics for setState_HP()
functions.
2008-01-30 17:33:22 +00:00
Harry Moffat
f97722ed22 Doxygen update 2008-01-28 23:59:19 +00:00
Harry Moffat
1f9e3cb24a Eliminated the vcs_nasa_poly files from the equil solver.
Working on getting the equil solver smaller, more direct,
and more documented.
2008-01-28 22:50:38 +00:00
Harry Moffat
2f3d97dbc0 Turned off the time printing in the test problem 2008-01-28 22:47:21 +00:00
Harry Moffat
582816d3f7 Simplification -
Took out vcs_TV.cpp method for calculating TV problems. It was
a duplicate.
2008-01-25 20:32:29 +00:00
Harry Moffat
8e4a122cad Doxygen update 2008-01-25 17:24:21 +00:00
Harry Moffat
1991e534a4 Added a capability to turn off all printing of timings. This is
helpful for the test suite.
2008-01-24 18:01:48 +00:00
Harry Moffat
4c7f7b6c30 Fixed a broken interface routine, getStoichVector().
Added doxygen documentation.
2008-01-24 17:00:19 +00:00