Changeset 21292


Ignore:
Timestamp:
10/19/16 15:51:10 (8 years ago)
Author:
Mathieu Morlighem
Message:

CHG: adding new friction law (no sliding) in SIA 2d

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/StressbalanceSIAAnalysis.cpp

    r20993 r21292  
    317317
    318318        /*Intermediaries */
    319         int        frictionlaw = 1;
     319        int        frictionlaw = 6;
    320320        IssmDouble ub,vb,slope2,drag,thickness,surface,connectivity;
    321321        IssmDouble slope[2];
     
    377377                                vb=-drag*rho_ice*gravity*thickness*slope[1];
    378378                                break;
     379                        case 6:
     380                                /*No sliding*/
     381                                ub=0.;
     382                                vb=0.;
    379383                        default:
    380384                                _error_("Not supported yet");
Note: See TracChangeset for help on using the changeset viewer.