Skip to content

Commit 9e36edd

Browse files
committed
add comment
1 parent d0d3834 commit 9e36edd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/reactions/geochemistry/Forge.hpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ constexpr CArrayWrapper< double, 19, 26 > soichMatrix =
3737
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -4, 0, 0, 1, 0, 1, 0, 1, 0, 3 } // Albite: NaAlSi₃O₈(s) + 4H⁺ ⇌ Al³⁺ + Na⁺ + 3SiO₂(aq)
3838
};
3939

40+
// Must convert these. They should not be the log.
4041
constexpr CArrayWrapper< double, 19 > equilibriumConstants =
4142
{
4243
5.9636, // CaCO₃(aq) + H⁺ ⇌ Ca²⁺ + HCO₃⁻
@@ -107,9 +108,6 @@ constexpr CArrayWrapper< double, 19 > reverseRateConstant =
107108
1.0 // Albite: NaAlSi₃O₈(s) + 4H⁺ ⇌ Al³⁺ + Na⁺ + 3SiO₂(aq)
108109
};
109110

110-
111-
112-
113111
}
114112

115113
using forgeSystemType = reactionsSystems::MixedReactionsParameters< double, int, int, 26, 19, 16 >;

0 commit comments

Comments
 (0)