Changeset 7306
- Timestamp:
- 02/03/11 16:17:11 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Loads/Icefront.cpp
r6413 r7306 497 497 water_pressure=0; 498 498 break; 499 case IceEnum: 500 water_pressure=-1.0/2.0*gravity*rho_ice*pow(thickness,2); // we are facing a wall of ice. use water_pressure to cancel the lithostatic pressure. 501 break; 499 502 default: 500 503 _error_("fill type %s not supported yet",EnumToString(fill));
Note:
See TracChangeset
for help on using the changeset viewer.