Ray Speth
9a4b843d5e
Cleaned up Doxygen docs for class clockWC
2013-04-18 22:07:11 +00:00
Ray Speth
97da05bc64
Cleaned up Doxygen docs for functions declared in plots.h
2013-04-12 23:07:53 +00:00
Ray Speth
1ee0835e9c
Cleaned up Doxygen docs for PrintCtrl and LogPrintCtrl
2013-04-12 23:07:46 +00:00
Ray Speth
65d7cab42e
Cleaned up Doxygen documentation for Application and global functions
2013-04-12 23:07:38 +00:00
Ray Speth
07fcf5aab2
Removed unnecessary overloads of writelog for char*
2013-04-12 23:07:30 +00:00
Ray Speth
910b75fc26
Combined overloaded definitions of fp2str and int2str
2013-04-12 23:07:23 +00:00
Ray Speth
5967e952e6
Cleaned up Doxygen docs for functions declared in stringUtils.h
2013-04-12 23:07:15 +00:00
Ray Speth
e13116c229
Cleaned up Doxygen documentation of XML-related classes
2013-04-12 23:07:02 +00:00
Ray Speth
1019cdb51e
Cleaned up Doxygen docs for CTML functions
2013-04-12 23:06:54 +00:00
Ray Speth
59d615c8d2
Removed the useless SAFE_DELETE macro
2013-04-12 23:06:45 +00:00
Ray Speth
acdf1e3900
Cleaned up Doxygen docs for Stoichiometry Manager classes
2013-04-12 23:06:36 +00:00
Ray Speth
41a23e44d2
Cleaned up Doxygen docs for Reaction path related classes
2013-04-12 23:06:28 +00:00
Ray Speth
c43b02e130
Cleaned up Doxygen docs for KineticsFactory and ImportKinetics
2013-04-12 23:06:20 +00:00
Ray Speth
0b0bbcf88f
Cleaned up Doxygen docs for constants used in interface kinetics solver
2013-04-12 23:06:12 +00:00
Ray Speth
1909526ba7
Cleaned up Doxygen docs for class solveSP
2013-04-12 23:05:53 +00:00
Ray Speth
68c0270958
Cleaned up Doxygen docs for class ImplicitSurfChem
2013-04-12 23:05:46 +00:00
Ray Speth
76d3a03921
Updated Doxygen documentation for falloff-related classes
2013-04-12 23:05:38 +00:00
Ray Speth
5a0ca5de61
Fixed missing include in Enhanced3BConc.h
2013-04-12 23:05:31 +00:00
Ray Speth
d103ec8d2f
Cleaned up Doxygen documentation for class Kinetics and descendants
2013-04-12 23:05:20 +00:00
Ray Speth
50617105b5
Removed inaccurately-named atofCheck in favor of fpValueCheck
2013-04-03 23:10:35 +00:00
Ray Speth
00a4e04ce0
Removed unused error flag definitions from reaction_defs.h
2013-04-03 23:10:10 +00:00
Harry Moffat
6434e1edca
Tightened the tolerances on the phaseStability calculation routine.
...
Took out an unnecessary duplication of work.
2013-03-27 00:35:58 +00:00
Harry Moffat
94cb8cbb65
Fixed printout issues for interfacial voltage variables in equilibrium solver.
...
Added a global variable to indicate debug mode.
2013-03-26 02:26:35 +00:00
Harry Moffat
3c08cba848
Fixed a bug in the equilibrium solver
...
Potentials of electron phases were being altered when they shouldn't have been.
2013-03-23 01:06:36 +00:00
Ray Speth
01bc55e1bb
[1D] Refactored Domain1D::save and Domain1D::restore
...
Derived class implementations now call the parent class method to save/restore
information represented in the parent class.
2013-03-07 18:51:23 +00:00
Ray Speth
e7f580148f
Cleaned up Doxygen documentation for class WaterProps and friends
2013-03-07 18:51:17 +00:00
Ray Speth
b4506cebe1
Cleaned up Doxygen documentation for class VPSSMgr and descendants
2013-03-07 18:51:11 +00:00
Ray Speth
4671f857d0
Cleaned up Doxygen documentation for class StatMech
2013-03-07 18:51:08 +00:00
Ray Speth
01b57ba821
Cleaned up Doxygen documentation for thermo factory classes
2013-03-07 18:51:04 +00:00
Ray Speth
b3a1e1e47c
[Cython/1D] 1D solver can be interrupted by ctrl-c
...
By calling a pure Python function each time OneDim::eval is called, we can
catch KeyboardInterrupt exceptions and abort the 1D solver loop, returning
control to Python.
Partially addresses Issue 93.
2013-03-04 17:31:41 +00:00
Ray Speth
229ef825f0
[Kinetics] Refactored GasKinetics to more easily support derived classes
2013-03-04 17:31:32 +00:00
Ray Speth
57a9a3f458
Cleaned up Doxygen documentation for class PDSS and descendants
2013-03-04 17:31:27 +00:00
Ray Speth
3426b73b7a
Cleaned up Doxygen docs for class SpeciesThermoInterpType and descendants
2013-03-04 17:31:22 +00:00
Ray Speth
c68e01d475
Cleaned up Doxygen documentation for class SpeciesThermo and descendants
2013-03-04 17:31:19 +00:00
Harry Moffat
3cc0aa1689
Fixed an overloaded operator error
...
Fixed a compilation error that occurred in DEBUG_MODE
2013-02-25 20:00:24 +00:00
Ray Speth
fae8197bd4
[Transport] Check that mole fractions are different before recalcuating
...
This avoids recomputing and factorizing the L matrix under some circumstances,
such as when both thermal conductivity and the Soret coefficients are requested
for the same mixture.
2013-02-15 17:32:19 +00:00
Ray Speth
934010136d
Removed unnecessary temporaries used for storing return values
2013-02-14 01:04:07 +00:00
Ray Speth
e04e59cdd3
Removed extraneous parentheses around arguments to 'return'
...
'return' is a keyword, not a function, so these parens are unnecessary.
2013-02-14 01:03:48 +00:00
Ray Speth
6d6e237f07
Removed unnecessary checks surrounding delete operations
2013-02-14 01:03:32 +00:00
Ray Speth
4e3a79394b
Eliminated some shadowing of member variables by function arguments
2013-02-14 01:03:19 +00:00
Ray Speth
8a17523715
Use the "charge" member function consistently to access species charges
...
Eliminated local alias to array of charges in some functions. Inlined the
"charge" function to mitigate any performance impact. Fixes a number of shadowed
variable warnings.
2013-02-14 01:03:09 +00:00
Ray Speth
d59cac4ca0
Cleaned up Doxygen docs for other descendants of ThermoPhase
2013-02-14 01:02:58 +00:00
Ray Speth
b15640a741
Cleaned up Doxygen documentation for class SurfPhase and descendants
2013-02-14 01:02:54 +00:00
Ray Speth
6b0a708389
Cleaned up Doxygen docs for class SingleSpeciesTP and descendants
2013-02-14 01:02:46 +00:00
Ray Speth
da33cc66c3
Cleaned up Doxygen docs for class VPStandardStateTP and descendants
2013-02-14 01:02:34 +00:00
Ray Speth
ffd4a7418d
Cleaned up Doxygen docs for the Phase and ThermoPhase classes
2013-02-14 01:02:14 +00:00
Harry Moffat
503a12b7aa
Added constructors for direct initialization of the IdealGasPhase object.
...
Moved destructor to .cpp file.
2013-02-11 22:39:22 +00:00
Ray Speth
e48bd48c4e
[1D] General cleanup of class Refiner
2013-02-07 23:41:49 +00:00
Ray Speth
dc1ffee1a2
Fixed some compiler warnings
...
(shadowed virtual functions, initialization order)
2013-02-07 23:41:42 +00:00
Ray Speth
7da738d238
Re-applied consistent formatting to trunk
...
Applied using: astyle -n --style=kr --add-brackets --indent=spaces=4
--indent-col1-comments --unpad-paren --pad-header --align-pointer=type
--lineend=linux
2013-02-07 23:40:59 +00:00