Skip to content

Commit 3a687e5

Browse files
committed
more iterations to solve equilibrium
1 parent 9bddcd4 commit 3a687e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactions/reactionsSystems/EquilibriumReactionsAggregatePrimaryConcentration_impl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ EquilibriumReactions< REAL_TYPE,
131131
// 0: 1e-20 -0 2 -2.5e+11 1e-20 7 2 1.8 1 5
132132
printf( "iter X1 R0 X2 R1 X3 R2 X4 R3 S R4\n");
133133
printf( "---- --------------- --------------- --------------- --------------- ---------------\n");
134-
for( int k=0; k<80; ++k )
134+
for( int k=0; k<150; ++k )
135135
{
136136
computeResidualAndJacobianAggregatePrimaryConcentrations( temperature,
137137
params,

0 commit comments

Comments
 (0)