Commit graph

5556 commits

Author SHA1 Message Date
Harry Moffat
59e246d889 doxygen update
Worked on the Phases of Matter module
2007-03-24 03:12:43 +00:00
Harry Moffat
7bdea0ffd8 Doxygen update
Finished a draft of the File Tab within Doxygen. Each file now
has a link to the relevant modules and classes.
2007-03-23 15:09:17 +00:00
Harry Moffat
8488a3c025 Doxygen update
-- Worked on the file TAB descriptions
DebyeHuckel
   -- made a bunch of functions public again. They were mistakenly
      protected.
2007-03-21 20:58:13 +00:00
Harry Moffat
99dcdddd3c Solaris 10 port - 64 bit
changed getline(s, rest) form to getline(s, rest, '\n').
 This is probably an internal solaris stl bug.
2007-03-21 00:44:14 +00:00
Harry Moffat
dfc7e71f5b Solaris 10 update
Forgot the template specialization on the static storage declaration.
  Thus, previous commit wouldn't compile on linux. This fixes the
  problem.
2007-03-20 22:42:17 +00:00
Harry Moffat
70499779ec solaris 10 updates
fixed a compilation error.
2007-03-20 22:01:29 +00:00
Harry Moffat
dc094b2338 Solaris 10 Updates:
Changed CXX_FLAGS to CFLAGS in a bunch of ext directories.
2007-03-20 22:00:11 +00:00
Harry Moffat
b23a49c1f2 Solaris 10 updates
Added declarations of static member storage for templated classes.
2007-03-20 21:58:27 +00:00
Harry Moffat
ee22109ec5 Solaris 10 update
Added various c include files.
2007-03-20 21:57:15 +00:00
Harry Moffat
ed29f66c8c Solaris 10 update
Calling setState_TRY() in freezeSpecies() caused one of the test problems
on solaris to fail. FreezeSpecies is called before the phase is actually
set up (i.e., the size of the species is read from the input file).
For constant density phases, then, this was causing a problem (divide by zero).
setState() must be called after the phase is set up from the XML input file.
2007-03-20 21:56:36 +00:00
Harry Moffat
ca6d1ea2f5 Solaris 10
Added CXX_FLAGS to the CXX_DEPENDS rule.
2007-03-20 21:53:33 +00:00
Harry Moffat
72212f869a Solaris 10 update
Made sure m_nComponents is never assumed to be larger than m_kk, even
before it is actually calculated.
2007-03-20 21:52:29 +00:00
Harry Moffat
810520f4ac Solaris 10 update
Various std:: additions to stl functions and additions of c include files.
2007-03-20 21:51:12 +00:00
Harry Moffat
e287fef1ec Solaris 10 updaet
Put a std:: on copy.
2007-03-20 21:49:44 +00:00
Harry Moffat
a0d3e62607 Solaris 10 update
no need for a local m_temp variable.
2007-03-20 21:48:49 +00:00
Harry Moffat
5f3e143a90 solaris10 update
no need for a separate m_kk local variable.
2007-03-20 21:47:21 +00:00
Harry Moffat
79545aedf9 solaris 10 update
Changed getActivities() to be a const function.
2007-03-20 21:46:24 +00:00
Harry Moffat
3ea09e6206 solaris10 update
Changed getActivities to be a const function, as per the convention of the other functions
   in ThermoPhase.
2007-03-20 21:45:36 +00:00
Harry Moffat
0c6537e767 solaris10 update
Changed satPressure() to be a const function, as it should be
2007-03-20 21:44:29 +00:00
Harry Moffat
00ff2209b2 Solaris10 updates
Changed some definitions to conform to const/nonconst conventions.
2007-03-20 21:43:13 +00:00
Harry Moffat
0cc5eb47c4 Added a missing test directory 2007-03-20 21:28:30 +00:00
Harry Moffat
4d0160ec34 solaris10 change
Changed a @CXX@ to a @CXX_DEPENDS@
2007-03-20 21:27:29 +00:00
Harry Moffat
e82454b11b solaris10 change:
changed a CXX to a CXX_DEPENDS
2007-03-20 21:26:44 +00:00
Harry Moffat
871ab9f64c WaterSSTP update
Worked on doxygen documentation
  Changed the XML definition
  Worked on making it fall in line with other ThermoPhase objects.
2007-03-16 17:22:38 +00:00
Harry Moffat
bec5229624 doxygen update
Changed the name of WaterTP to WaterSSTP in a few places.
2007-03-15 23:09:44 +00:00
Harry Moffat
6545937948 Changed the WaterTP class to WaterSSTP, which now inherits from SingleSpeciesTP,
as it should
Fixed an error in pressure calculation within  WaterSSTP.
Added more function calls to the test problem for WaterSSTP.
2007-03-15 22:56:59 +00:00
Harry Moffat
581de52fbe Test Suite Update
-> Added a pureFluidTest problem that only gets carried out if
     the WIT_PURE_FLUIDS conditional compile takes place.
  -> added more to testWaterTP, so that it queries the unstable
     water region up to the spinodal curve.
2007-03-14 15:17:17 +00:00
Harry Moffat
a0b5f3241d Doxygen update
Finished documenting IdealGasPhase
  Started documenting equilibrium solvers
2007-03-13 15:55:14 +00:00
Harry Moffat
2a6f9647e7 doxygen update
Started writing header info for IdealGasPhase
2007-03-13 00:58:04 +00:00
Harry Moffat
3dcba97a80 doxygen update
Added PureFluidPhase and WaterTP
2007-03-12 15:16:23 +00:00
Harry Moffat
ebdc0d014b Fixed some errors in DebyeHuckel that weren't covered by test suite
(partial molar enthalpy and heat capacity)
Doxygen update
  - added private functions and added some water property files.
2007-03-12 01:12:57 +00:00
Harry Moffat
51a5f82474 Doxygen update:
Added info to DebyeHuckel. It's getting to be near a documented state.
test suite fix:
   fixed Makefile.in's. The .depends were not being included in the Makefiles.
   It should now be more stable.
2007-03-11 19:46:14 +00:00
Harry Moffat
af38f45d1d Worked on VPStandardStateTP some more
Fixed an error in IdealMolalSoln -> density wasn't beeing recalculated.
      Updated the test problem with the fix.
Worked CANTERA_DEBUG_MODE into the Makefiles. It wasn't being used.
Split the multiproblem DH_graph_1 test into multiple directories, one per test
Worked on getting all of the test problems to have the same look, feel, and printout.
2007-03-09 21:04:42 +00:00
Harry Moffat
ca4f9cc31d Work on VPStandardStateTP. Started to formalize what it actually
does, putting in doxygen documentation. Tried to fix some holes
in DebyeHuckel wherein calculations may be returned without
updating the underlying water standard state.
2007-03-08 18:23:52 +00:00
Harry Moffat
aa7e70a2ad Doxygen update
- Worked on the equation section.
2007-03-06 17:14:41 +00:00
Harry Moffat
924afeceb4 Doxygen update
Filled in some more holes into DebyeHuckel.h
  Eliminated the warning messages. Still more work to be done.
2007-03-05 21:02:33 +00:00
Harry Moffat
28154b5088 Doxygen update
Added more equations in DebyeHuckel.
2007-03-05 16:36:32 +00:00
Harry Moffat
f87e536ac3 Doxygen update -
Added DebyeHuckel to doxygen.  There are still unfilled entries
   Started filling in how the Molality formulation is carried out.
2007-03-05 01:01:27 +00:00
Harry Moffat
a4f1ab3d74 Added getStandardVolumes_ref() to ThermoPhase.h
I had started to put similar routines in in child routines, but it
deserves to be here to fill out the suite.
   Added DebyeHuckel to doxygen - unfinished.
  took out getSpeciesMolarVolume() from DebyeHuckel.
2007-02-28 22:17:12 +00:00
Harry Moffat
4f8d4268bf Doxygen update for StoichSubstanceSSTP
Added test problem for  StoichSubstanceSSTP.
2007-02-28 03:00:53 +00:00
Harry Moffat
1cd197ea7a doxygen update:
Added EdgePhase
Worked on test suite:
   HMW_Test_1 passes now whether Debug_Mode is turned on or not.
2007-02-24 00:51:56 +00:00
Harry Moffat
6b2b1ad51a Doxygen update for SurfPhase
Also added a Surfphase(XML_node &) constructor.
2007-02-23 16:52:07 +00:00
Dave Goodwin
c20ccb4023 removed old unused files 2007-02-20 14:37:42 +00:00
Harry Moffat
9fbb9b5a96 Doxygen update:
Added IdealGasPhase to doxygen
   Filled in a couple of missing functions in IdealGasPhase
Fixed clean rule and depends rule in test_problems
2007-02-20 02:00:20 +00:00
Dave Goodwin
b6f99385d7 bug fix 2007-02-17 22:34:50 +00:00
Dave Goodwin
34f8c094bc *** empty log message *** 2007-02-17 21:52:36 +00:00
Dave Goodwin
a1191dd9be *** empty log message *** 2007-02-17 17:31:16 +00:00
Dave Goodwin
1084b43e24 changes for Windows 2007-02-17 11:35:53 +00:00
Dave Goodwin
616eaba372 added debug flag 2007-02-17 10:48:09 +00:00
Dave Goodwin
3f6403c4e8 added debug flag 2007-02-17 00:10:15 +00:00