[root]/CCA/Components/Wasatch/Expressions/PBE/Precipitation
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 57 (100.0%) | 1751 (100.0%) | 30.7 |
awabboud | 30 (52.6%) | 1514 (86.5%) | 50.4 |
jsutherland | 26 (45.6%) | 187 (10.7%) | 7.1 |
tsaad | 1 (1.8%) | 50 (2.9%) | 50.0 |
Make a fix for the reactino extent source term for embedded geometry.
0 lines of code changed in 2 files:
Fix an initialization order to silence a compiler warning.
0 lines of code changed in 2 files:
Silence a compiler warning about order of initialization in a constructor.
1 lines of code changed in 1 file:
Add in a minimum S for cylindrical diffusion and kinetic growth rates.
32 lines of code changed in 4 files:
Fix complier warning.
1 lines of code changed in 1 file:
Make a change to the kinetic growth calculation. Add in a parameter to force growth coefficents to zero based on supersaturation values.
36 lines of code changed in 3 files:
Silence a type comparison compiler warning.
2 lines of code changed in 1 file:
Cleaning up some namespace issues.
4 lines of code changed in 1 file:
Minor formatting changes.
38 lines of code changed in 1 file:
Add in a kernel for dissolution death of a precipitate, and modify the reaction extent source term to refelct this kernel and remove an small chunk of obsolete code.
245 lines of code changed in 1 file:
Add in an extra parameter for homogeneous nucleation. Add a check to keep aggregation efficiencies greater than 0. Eliminate numerical error in aggregation for 3rd moment by making it 0.
21 lines of code changed in 4 files:
Add in a small stability fix for mineralization.
5 lines of code changed in 1 file:
Fix typo in last commit
0 lines of code changed in 2 files:
Add a conditional so that Ostwald Ripening does not give nan's in embedded geometry.
3 lines of code changed in 1 file:
Update some doxygen stuff.
2 lines of code changed in 1 file:
- for expressions that are ready for GPU execution, advertise this fact in their constructor. Note that this means that we must start to be very careful about putting anything in an evaluate() method that may break this!
- more cleanup.
140 lines of code changed in 19 files:
inline the AggregationEfficiency expression.
50 lines of code changed in 1 file:
Add in surface energy variation due to the tolman length into the ostwald ripening term.
13 lines of code changed in 1 file:
Make sure that zero values from embedded geometries don't give nan/inf for aggregation efficiency.
23 lines of code changed in 1 file:
Fix the logic in bulk diffusion growth with sBar. Update the multi-environment input file.
3 lines of code changed in 1 file:
Add in a more complex homogenous nucleation term, add in a size-dependent surface energy term based on the Tolman length, and allow for the R-critical expression to allow for either constant or variable surface energy.
428 lines of code changed in 3 files:
Add in a size and growth dependent collision efficiency kernal to the aggregation.
299 lines of code changed in 1 file:
Added two new precipitation growth terms. Restructured Ostwald ripenign so that only S bar is calculated rather than the enitre source. Renamed a few variables in qmom parsing.
405 lines of code changed in 4 files: