Changeset 24859


Ignore:
Timestamp:
05/15/20 20:04:43 (5 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor

File:
1 edited

Legend:

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

    r24666 r24859  
    996996                        break;
    997997                case 10:
     998                        parameters->AddObject(new IntParam(FrictionCouplingEnum,2)); /*comment this line to use effective pressure from Beuler and Pelt (2015)*/
     999                        parameters->AddObject(new DoubleParam(FrictionEffectivePressureLimitEnum,0.));
    9981000                        parameters->AddObject(iomodel->CopyConstantObject("md.friction.pseudoplasticity_exponent",FrictionPseudoplasticityExponentEnum));
    9991001                        parameters->AddObject(iomodel->CopyConstantObject("md.friction.threshold_speed",FrictionThresholdSpeedEnum));
Note: See TracChangeset for help on using the changeset viewer.