Changeset 25683
- Timestamp:
- 10/13/20 10:49:26 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Loads/Moulin.cpp
r25508 r25683 367 367 368 368 /*Load vector*/ 369 Ke->values[0] = -Am/(rho_water*g)/dt;369 Ke->values[0] = +Am/(rho_water*g)/dt; 370 370 371 371 /*Clean up and return*/ … … 393 393 element->GetInputValue(&moulin_load,node,HydrologyMoulinInputEnum); 394 394 395 pe->values[0] = moulin_load -Am/(rho_water*g) * phi_old/dt;395 pe->values[0] = moulin_load +Am/(rho_water*g) * phi_old/dt; 396 396 397 397 /*Clean up and return*/
Note:
See TracChangeset
for help on using the changeset viewer.