Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldouglas92 committed Feb 6, 2025
1 parent 0b13719 commit b7da80c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions doc/modules/changes/20250206_danieldouglas92
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Changed: Separated out the tian2019 solubility
reaction model into it's own module independent
of the reactive fluid transport material model.
<br>
(Daniel Douglas, 2025/02/06)
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ namespace aspect
* and 50 GPa for sediment. These cutoff pressures were determined by extending the pressure range in Tian et al. (2019)
* and observing where the maximum allowed water contents jump towards infinite values.
*/
const std::array<double,4 > pressure_cutoffs {10, 26, 16, 50};
const std::array<double,4 > pressure_cutoffs {{10, 26, 16, 50}};

std::vector<std::vector<double>> devolatilization_enthalpy_changes {LR_peridotite_poly_coeffs, LR_gabbro_poly_coeffs, \
LR_MORB_poly_coeffs, LR_sediment_poly_coeffs
Expand Down

0 comments on commit b7da80c

Please sign in to comment.