Commit graph

2911 commits

Author SHA1 Message Date
Harry Moffat
72aa3cff01 Incremental update 2010-07-30 19:33:53 +00:00
Harry Moffat
5cf9a9faf9 Incremental update 2010-07-30 19:04:37 +00:00
Harry Moffat
0085115f0b Incremental update 2010-07-30 18:34:08 +00:00
Harry Moffat
43798deb62 Incremental update on solver.
Changing some names
2010-07-30 18:16:31 +00:00
Harry Moffat
14a349a14a Added a setAtolConst routine. 2010-07-28 18:50:22 +00:00
Harry Moffat
6490892f95 Modifications to sovleProb to get it to cross the origin 2010-07-27 20:07:24 +00:00
Harry Moffat
71167df80f Initial test problem is working. 2010-07-27 18:05:22 +00:00
Harry Moffat
36add9bc08 Iteration on getting this class to work.
There was a member function that wasn't even defined.
2010-07-27 01:48:00 +00:00
Harry Moffat
74f33b8829 Added a topBounds and botBounds capability 2010-07-27 01:10:58 +00:00
Harry Moffat
7d63641f96 Fixed a comment. 2010-07-26 16:16:41 +00:00
Harry Moffat
ea5d838735 Added a bit more logic into the phaseStability calc.
More to come on this.
2010-07-23 17:51:03 +00:00
Harry Moffat
96be262030 Added apps directories in the lib and include dirs.
Also added the install install_tsc dir
2010-07-22 16:30:10 +00:00
Harry Moffat
baed272b2b Fixed a makefile error 2010-07-22 15:22:18 +00:00
Harry Moffat
a737dd308f Doxygen update to DenseMatrix 2010-07-21 23:35:42 +00:00
Harry Moffat
ec23984da8 Doxygen update for MixTransport
Fleshed out and implemented the copy constructor, assignment operator,
and the duplicator for the object.
2010-07-21 23:24:10 +00:00
Harry Moffat
4334ec5d8a Worked on documentation 2010-07-21 16:31:45 +00:00
Harry Moffat
942fa9c2ec doxygen updates for LatticeSolidPhase.
There is still a lot of work to be done for this object, including
validation examples.
2010-07-18 21:21:38 +00:00
Harry Moffat
60678fc856 doxygen updates for LatticePhase
It's now complete
2010-07-18 20:36:47 +00:00
Harry Moffat
a0263339d9 doxygen update -
Worked on beating down doxygen warnings.
2010-07-18 19:39:47 +00:00
Harry Moffat
8eea473250 doxygen update only - got rid of error messages. 2010-07-16 21:47:21 +00:00
Harry Moffat
6b3912e1dd Moved the CanteraError constructor to a .cpp file. 2010-07-16 21:25:27 +00:00
Harry Moffat
e759ea1a4b Added copy constructor and assignment operator 2010-07-16 16:25:32 +00:00
Harry Moffat
6c8835bb84 doxygen input 2010-07-15 15:45:37 +00:00
Harry Moffat
16a12766c0 doxygen update 2010-07-14 15:42:59 +00:00
Harry Moffat
ef1370cc5b Doxygen updates 2010-07-13 19:27:59 +00:00
Harry Moffat
6d45ecbace Split LiquidTransportData from LTPspecies into separate files; they are separate concepts.
Fixed pointers within LTPspecies and LiquidTransportData so that there aren't any more memory leaks.
Everything now is based on deep copies.
2010-07-13 19:22:30 +00:00
Harry Moffat
ed848f6f88 doxygen update 2010-07-12 21:08:22 +00:00
Harry Moffat
37b38c7a53 Added ignore files 2010-07-10 03:28:36 +00:00
Harry Moffat
260c2f75ed Updated this file 2010-07-10 03:23:21 +00:00
Harry Moffat
42f96b7dd9 Made sure memset and memcpy were in the std:: namespace 2010-07-10 01:50:32 +00:00
Harry Moffat
a066cc0bc7 doxgyen update -> no functionality changed. 2010-07-09 23:05:09 +00:00
Harry Moffat
101d4543fb Cleared up some documentation issues. 2010-07-08 22:05:17 +00:00
Harry Moffat
1dd189fefb Doxygen update 2010-07-08 17:01:55 +00:00
Harry Moffat
ccb4737040 Doxygen updates 2010-07-06 14:07:36 +00:00
Harry Moffat
86be28621a Added doxygen input. 2010-06-29 18:28:08 +00:00
Harry Moffat
0766b9469d Nominally finished the copy constructors/assignment operators
for the Kinetics class and friends.

However, I have not done any testing on this, none.
2010-06-25 20:56:45 +00:00
Harry Moffat
0cbec89c52 More copy constructors and assignment operators. 2010-06-25 19:59:27 +00:00
Harry Moffat
b7bc8a8eb6 Added assignment operator to GasKineticsData 2010-06-25 17:16:00 +00:00
Harry Moffat
e98ae73fc1 Allowed "," to be in names again.
This was already being used in some cases.
2010-06-25 16:46:36 +00:00
Harry Moffat
7d901ed74f Added in duplication routines.
Added in a shallow pointer copy facility.
2010-06-25 16:04:29 +00:00
Christopher Lueth
63aadd5ab0 Added getActivityConcentrations, standardConcentration, logStandarConc to MargulesVPSSTP so it can be used in reactions 2010-06-22 20:42:49 +00:00
Harry Moffat
1f2afb41e2 More work with LatticeSolidPhase.
Still not ready for prime time.
2010-06-22 15:52:49 +00:00
Harry Moffat
6e9d490dc1 Updates to the LatticeSolidPhase object.
This object is not ready for primetime.
2010-06-21 23:47:34 +00:00
Harry Moffat
fba698e890 doxygen update
changed double to doublereal
2010-06-18 21:11:36 +00:00
Harry Moffat
7b4aeeb429 Doxygen update
Beat down a few warnings from doxygen
Moved some definitions from .h files to .cpp files.
There is no change in functionality in this update
2010-06-18 20:54:59 +00:00
Harry Moffat
ebcdbf3fa1 Changed the RootFinder algorithm so that delta_x can't go to zero. 2010-06-10 19:55:25 +00:00
Harry Moffat
e911aa1309 Implementing the expanded species name idea, where we can guarantee
a unique name, when dealing with a bunch of phases.
Working on the LatticePhase
2010-06-06 02:57:02 +00:00
Harry Moffat
60f5f31c3b Added logic to handle constant current simulations in electrodes,
where the function may be level over various regions of x.
2010-06-06 02:42:59 +00:00
Christopher Lueth
42e2dd0c0b added enthalpy_mole(), entropy_mole().... capabilities to MargulesVPSSTP 2010-05-26 23:15:29 +00:00
Harry Moffat
2820296ac5 Fixed a typo in the makefile 2010-05-26 18:54:49 +00:00