Changeset 15224
- Timestamp:
- 06/10/13 11:04:58 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/classes/Loads/Friction.cpp ΒΆ
r15104 r15224 105 105 106 106 /*Checks that s-1>0 if v=0*/ 107 if(vmag==0 && (s-1)<0) _error_("velocity is 0 and (s-1)=" << (s-1) << "<0, alpha _complementis Inf");107 if(vmag==0 && (s-1)<0) _error_("velocity is 0 and (s-1)=" << (s-1) << "<0, alpha2 is Inf"); 108 108 109 109 alpha2=pow(drag_coefficient,2)*pow(Neff,r)*pow(vmag,(s-1));
Note:
See TracChangeset
for help on using the changeset viewer.