Changeset 7306


Ignore:
Timestamp:
02/03/11 16:17:11 (14 years ago)
Author:
Eric.Larour
Message:

Added Ice pressure if required

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Loads/Icefront.cpp

    r6413 r7306  
    497497                                water_pressure=0;
    498498                                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;
    499502                        default:
    500503                                _error_("fill type %s not supported yet",EnumToString(fill));
Note: See TracChangeset for help on using the changeset viewer.