Skip to content

Commit 47aadc3

Browse files
committed
make a typa alias so they can be directly used in ReactiveSinglePhaseFluid
1 parent 33390bc commit 47aadc3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/reactions/bulkGeneric/ParametersPredefined.hpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ namespace bulkGeneric
3434
// um1Constants };
3535

3636

37+
using simpleTestType = MixedReactionsParameters< double, int, int, 5, 2 >;
38+
3739
constexpr
38-
MixedReactionsParameters< double, int, int, 5, 2 >
40+
simpleTestType
3941
simpleTestRateParams =
4042
{
4143
// stoichiometric matrix
@@ -51,6 +53,7 @@ simpleTestRateParams =
5153
{ 1.0, 0.5 }
5254
};
5355

56+
using carbonateSystemType = MixedReactionsParameters< double, int, int, 18, 11 > ;
5457

5558
constexpr
5659
MixedReactionsParameters< double, int, int, 18, 11 >

0 commit comments

Comments
 (0)