[root]/CCA/Components/ICE/EOS
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 78 (100.0%) | 1395 (100.0%) | 17.8 |
jpeterson | 20 (25.6%) | 1041 (74.6%) | 52.0 |
guilkey | 9 (11.5%) | 326 (23.4%) | 36.2 |
jas | 47 (60.3%) | 25 (1.8%) | 0.5 |
jsutherland | 2 (2.6%) | 3 (0.2%) | 1.5 |
A new EOS for solids. No sign change in compression to tension.
283 lines of code changed in 5 files:
Modified the only ICE equation of state that was not thread safe. It is now thread safe.
0 lines of code changed in 4 files:
Update copyright year.
25 lines of code changed in 47 files:
Renamed all 'Murnahan' EOS references to 'Murnaghan'.
267 lines of code changed in 6 files:
Added a Birch-Muranaghan EOS to ICE. The temperature dependent form is only partially implemented.
484 lines of code changed in 4 files:
Changed the computation of the pressure, specifically, reused some values that were computed already. Got rid of a few pow() calls in density computation.
7 lines of code changed in 1 file:
Eliminate "using namespace std" and similar from header files. That is a big no-no!
3 lines of code changed in 2 files:
Removed commented out code.
0 lines of code changed in 1 file:
Added a reference pressure P0, made all input parameters optional with default
values. Fixed the "type" description to be consistent with the EOSFactory.
29 lines of code changed in 2 files:
Add information about typical values of the input parameters to the .h file.
8 lines of code changed in 1 file:
Added an EOS for sea water. Probably less correct than ThomsenHartka, but it
is compatible with collaborators.
270 lines of code changed in 4 files:
Changes made for optimization.
19 lines of code changed in 1 file: