Ray Speth
|
9a848fbd0e
|
[Equil] Deprecate unused internal VCS functions
|
2016-04-14 23:29:33 -04:00 |
|
Ray Speth
|
511a39fc73
|
[Equil] Standardize VCS solver to always use MKS units
|
2016-04-05 12:52:01 -04:00 |
|
Ray Speth
|
a60217cfc6
|
[Equil] Make better use of local variables
|
2016-04-05 12:52:01 -04:00 |
|
Ray Speth
|
e58bd09859
|
Eliminate debug_verbose option and DEBUG_MODE macro
Vebose printing can always be enabled at runtime by setting flags on various
classes.
|
2015-11-18 11:02:30 -05:00 |
|
Ray Speth
|
94185c7fbd
|
Miscellaneous Doxygen doc and comment cleanup
|
2015-11-12 12:22:09 -05:00 |
|
Ray Speth
|
618c485c55
|
Clean up comments in VCS equilibrium solver
|
2015-11-09 17:34:46 -05:00 |
|
Ray Speth
|
0647823ada
|
Replace DATA_PTR macro with calls to data()
|
2015-10-17 18:58:50 -04:00 |
|
Ray Speth
|
3f6d8b0aca
|
Use cppformat instead of int2str and fp2str
|
2015-10-14 18:45:23 -04:00 |
|
Ray Speth
|
71bb73b728
|
Eliminate unnecessary calles to std::string.c_str()
|
2015-10-14 18:45:22 -04:00 |
|
Ray Speth
|
bfb20e1f50
|
Consistently use vector_fp and vector_int typedefs
|
2015-08-02 23:06:16 -04:00 |
|
Ray Speth
|
acdf9cf0ed
|
Clean up interstitial whitespace
Remove extra space around operators, between words, etc.
|
2015-08-02 23:06:16 -04:00 |
|
Ray Speth
|
801334c84e
|
Merge nested if statements
|
2015-08-02 23:06:15 -04:00 |
|
Ray Speth
|
e4c45b6429
|
General whitespace cleanup
Remove unnecessary blank lines and trailing whitespace. Replace tabs with
spaces.
|
2015-08-02 23:06:15 -04:00 |
|
Ray Speth
|
619cd20f14
|
Fix badly-formatted else/else if/catch clauses
|
2015-08-02 23:06:15 -04:00 |
|
Ray Speth
|
c3c80f79fb
|
Remove extraneous parentheses
|
2015-08-02 23:06:14 -04:00 |
|
Ray Speth
|
89c751f217
|
Fix compilation problems when debug_verbose=y
|
2015-08-02 23:06:14 -04:00 |
|
Ray Speth
|
6cc5652de6
|
Remove commented-out code
|
2015-07-20 17:20:46 -04:00 |
|
Ray Speth
|
de005c083e
|
Eliminate VCS_DATA_PTR macro
|
2015-07-20 16:17:31 -04:00 |
|
Ray Speth
|
f1f10b6526
|
Remove unused, deprecated code marked for removal after Cantera 2.2
|
2015-07-15 12:08:50 -04:00 |
|
Ray Speth
|
c4bb938b1b
|
[Equil] Hide verbose output at default log level
|
2015-06-24 13:05:28 -04:00 |
|
Ray Speth
|
808f088ffd
|
Merge namespace VCSnonideal with namespace Cantera
|
2015-05-27 18:27:25 -04:00 |
|
Ray Speth
|
341b137766
|
[Doc] Capitalize proper nouns and acronyms
|
2015-05-25 20:58:44 -04:00 |
|
Ray Speth
|
17bb09a2da
|
[Equil] Remove unused member variables from VCS_SPECIES_THERMO
|
2015-02-20 23:42:54 +00:00 |
|
Ray Speth
|
002c158761
|
Cleanup include statements
Move includes from header to implementation files where possible, and remove
unnecessary includes.
|
2014-08-28 16:54:13 +00:00 |
|
Ray Speth
|
83e38480d6
|
Throw exceptions instead of calling std::exit after an error
By throwing an exception, Cantera is better behaved when used within other
applications, e.g. as in the case of the Matlab and Python interfaces.
|
2014-06-06 00:17:58 +00:00 |
|
Ray Speth
|
b5396837b2
|
Make use of std::min, std::max, and clip
|
2014-06-03 16:52:43 +00:00 |
|
Ray Speth
|
b569b842d0
|
Replace DoubleStarStar with Array2D
|
2014-05-30 19:23:03 +00:00 |
|
Ray Speth
|
6c0cea5ee4
|
Standardize function used for writing a line of repeated characters
|
2014-05-27 02:53:06 +00:00 |
|
Ray Speth
|
789574ac80
|
Remove commented-out code
|
2014-05-27 02:52:21 +00:00 |
|
Ray Speth
|
4dcdc01fb8
|
[VCS] Use local variable declarations where possible
|
2014-05-23 22:47:03 +00:00 |
|
Ray Speth
|
54ded64e4b
|
Miscellaneous whitespace cleanup
|
2014-05-08 23:01:12 +00:00 |
|
Ray Speth
|
588728addc
|
[Equil] Make vcs_MultiPhaseEquil::m_vprob a normal member variable
|
2014-04-14 18:37:06 +00:00 |
|
Ray Speth
|
818a22be05
|
[Equil] Make vcs_MultiPhaseEquil::m_vsolvePtr a normal member variable
There is no reason for this to be a pointer.
|
2014-04-14 18:36:58 +00:00 |
|
Ray Speth
|
dfc542be76
|
Fix some issues identified by compiler warnings
|
2014-01-09 23:12:11 +00:00 |
|
Ray Speth
|
607955b9f2
|
Remove unnecessary conditional surrounding 'delete' statements
|
2014-01-06 18:45:19 +00:00 |
|
Ray Speth
|
f63f8ae57e
|
Remove deprecated HTML logging functionality
|
2013-12-09 01:36:11 +00:00 |
|
Ray Speth
|
35aed42fbd
|
[Equil] Raise exceptions instead of aborting execution
|
2013-07-26 21:33:57 +00:00 |
|
Ray Speth
|
123544e4f7
|
[VCS Equil] Eliminate unnecessary calls to reportParams
|
2013-06-24 15:21:51 +00:00 |
|
Ray Speth
|
d253fc0d63
|
Eliminate redundant standard library includes
|
2013-06-05 17:08:13 +00:00 |
|
Ray Speth
|
fc7067b63d
|
Cleaned up Doxygen documentation for class vcs_MultiPhaseEquil
|
2013-04-18 22:08:22 +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
|
31f90fe32d
|
Removed unnecessary typedef for 'index_t'
|
2013-01-11 22:56:44 +00:00 |
|
Harry Moffat
|
ea25de7fe7
|
Continuing transfering LiquidTransport changes, doing bugfixes, and
qualifying against our testsuite.
|
2012-12-15 00:49:14 +00:00 |
|
Ray Speth
|
a1b2f54ffb
|
Fixed segfault in HTML logging at intermediate log levels
|
2012-10-24 15:42:20 +00:00 |
|
Ray Speth
|
a6dc994439
|
Fixed a problem with the VCS equilibrium solver at constant HP or UP
A sign error when limiting the temperature step caused the solver to fail if
the initial temperature was higher than sqrt(Tlow*Thigh).
|
2012-10-12 20:34:59 +00:00 |
|
Ray Speth
|
85d9d360c7
|
Fixed a bunch of spelling issues
|
2012-08-17 16:43:34 +00:00 |
|
Ray Speth
|
cfe5824a7d
|
Removed some deprecated code
|
2012-07-16 22:18:35 +00:00 |
|
Ray Speth
|
6011f24b38
|
Removed unnecessary WITH_FEATURE configuration options
|
2012-05-31 14:57:32 +00:00 |
|
Ray Speth
|
d3e98fe5a8
|
Corrected a bunch of spelling errors
|
2012-05-29 21:21:47 +00:00 |
|