Changeset 27903


Ignore:
Timestamp:
09/14/23 14:07:17 (18 months ago)
Author:
jcuzzone
Message:

Update to friction coupling Class 9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Loads/Friction.cpp

    r27679 r27903  
    14251425                        parameters->AddObject(iomodel->CopyConstantObject("md.friction.gamma",FrictionGammaEnum));
    14261426                        parameters->AddObject(iomodel->CopyConstantObject("md.friction.effective_pressure_limit",FrictionEffectivePressureLimitEnum));
    1427                         parameters->AddObject(new IntParam(FrictionCouplingEnum,0));
     1427                        parameters->AddObject(new IntParam(FrictionCouplingEnum,2));/*comment this line to use effective pressure from Beuler and Pelt (2015)*/
    14281428                        break;
    14291429                case 10:
Note: See TracChangeset for help on using the changeset viewer.