Changeset 18988


Ignore:
Timestamp:
01/06/15 09:32:12 (10 years ago)
Author:
bdef
Message:

CHG: Correction to hydro friction

File:
1 edited

Legend:

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

    r18985 r18988  
    191191        }
    192192        Chi=vmag/(pow(C_param,n)*pow(Neff,n)*As);
    193         alpha2= Neff * C_param * pow((Chi/(1 + alpha * pow(Chi,q))),1/n) * 1/vmag;
     193        alpha2= Neff * C_param * pow((Chi/(1 + alpha * pow(Chi,q_exp))),1/n) * 1/vmag;
    194194        _assert_(!xIsNan<IssmDouble>(alpha2));
    195195        /*Assign output pointers:*/
Note: See TracChangeset for help on using the changeset viewer.