Changeset 21873
- Timestamp:
- 07/26/17 11:39:13 (8 years ago)
- Location:
- issm/trunk-jpl/src/c/analyses
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/EnthalpyAnalysis.cpp
r21779 r21873 221 221 break; 222 222 default: 223 _error_(" not supported");223 _error_("friction law not supported"); 224 224 } 225 225 -
issm/trunk-jpl/src/c/analyses/ThermalAnalysis.cpp
r21740 r21873 197 197 iomodel->FetchDataToInput(elements,"md.initialization.temperature",TemperatureEnum); 198 198 break; 199 case 9: 200 iomodel->FetchDataToInput(elements,"md.friction.coefficient",FrictionCoefficientEnum); 201 iomodel->FetchDataToInput(elements,"md.friction.pressure_adjusted_temperature",FrictionPressureAdjustedTemperatureEnum); 202 InputUpdateFromConstantx(elements,1.,FrictionPEnum); 203 InputUpdateFromConstantx(elements,1.,FrictionQEnum); 204 break; 199 205 default: 200 _error_(" not supported");206 _error_("friction law not supported"); 201 207 } 202 208 }/*}}}*/
Note:
See TracChangeset
for help on using the changeset viewer.