File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1557,7 +1557,7 @@ void Integrator_SinglePhase_Pouliquen_FirstOrder::corrector()
15571557 forcegrav = g [0 ][ndx ] * h [ndx ];
15581558
15591559 // the bed friction force for fast moving flow
1560- forcebedx = h [ndx ] * ( g [2 ][ndx ] * unitvx * mu - g [ 0 ][ ndx ] * kactxy [ndx ] * dh_dx [ndx ]);
1560+ forcebedx = h [ndx ] * g [2 ][ndx ] * ( unitvx * mu + kactxy [ndx ] * dh_dx [ndx ]);
15611561
15621562#ifdef STOPPED_FLOWS
15631563 if (IF_STOPPED == 2 && 1 == 0 ) {
@@ -1595,7 +1595,7 @@ void Integrator_SinglePhase_Pouliquen_FirstOrder::corrector()
15951595 forcegrav = g [1 ][ndx ] * h [ndx ];
15961596
15971597 // the bed friction force for fast moving flow
1598- forcebedy = h [ndx ] * ( g [2 ][ndx ] * unitvy * mu - g [ 1 ][ ndx ] * kactxy [ndx ] * dh_dy [ndx ]);
1598+ forcebedy = h [ndx ] * g [2 ][ndx ] * ( unitvy * mu + kactxy [ndx ] * dh_dy [ndx ]);
15991599
16001600#ifdef STOPPED_FLOWS
16011601 if (IF_STOPPED == 2 && 1 == 0 ) {
You can’t perform that action at this time.
0 commit comments