Changeset 21556


Ignore:
Timestamp:
02/10/17 14:38:52 (8 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added friction law to enthalpy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/EnthalpyAnalysis.cpp

    r21549 r21556  
    209209                        iomodel->FetchDataToInput(elements,"md.initialization.temperature",TemperatureEnum);
    210210                        break;
     211                case 9:
     212                        iomodel->FetchDataToInput(elements,"md.friction.coefficient",FrictionCoefficientEnum);
     213                        iomodel->FetchDataToInput(elements,"md.friction.pressure_adjusted_temperature",FrictionPressureAdjustedTemperatureEnum);
     214                        break;
    211215                default:
    212216                        _error_("not supported");
Note: See TracChangeset for help on using the changeset viewer.