Changeset 27685


Ignore:
Timestamp:
04/10/23 14:06:33 (2 years ago)
Author:
youngmc3
Message:

CHG: add RegularizedCoulomb2 for Cfdragcoeffabsgrad

File:
1 edited

Legend:

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

    r27681 r27685  
    137137        Input        *drag_input   = NULL;
    138138
    139         /* get the friction law: if 2-Weertman, 11-Schoof or 14-RegularizedCoulomb, which has a different names of C */
     139        /* get the friction law: if 2-Weertman, 11-Schoof, 14-RegularizedCoulomb 15-RegularizedCoulomb2, which has a different names of C */
    140140        element->FindParam(&frictionlaw, FrictionLawEnum);
    141141        switch(frictionlaw) {
     
    143143                case 11:
    144144                case 14:
     145                case 15:
    145146                        drag_input = basalelement->GetInput(FrictionCEnum); _assert_(drag_input);
    146147                        break;
Note: See TracChangeset for help on using the changeset viewer.