source:
issm/oecreview/Archive/21724-22754/ISSM-22047-22048.diff@
22755
Last change on this file since 22755 was 22755, checked in by , 7 years ago | |
---|---|
File size: 1.6 KB |
-
../trunk-jpl/src/c/analyses/EnthalpyAnalysis.cpp
213 213 iomodel->FetchDataToInput(elements,"md.initialization.pressure",PressureEnum); 214 214 iomodel->FetchDataToInput(elements,"md.initialization.temperature",TemperatureEnum); 215 215 break; 216 case 7: 217 iomodel->FindConstant(&FrictionCoupling,"md.friction.coupling"); 218 iomodel->FetchDataToInput(elements,"md.friction.coefficient",FrictionCoefficientEnum); 219 iomodel->FetchDataToInput(elements,"md.friction.coefficientcoulomb",FrictionCoefficientcoulombEnum); 220 iomodel->FetchDataToInput(elements,"md.friction.p",FrictionPEnum); 221 iomodel->FetchDataToInput(elements,"md.friction.q",FrictionQEnum); 222 if (FrictionCoupling==1){ 223 iomodel->FetchDataToInput(elements,"md.friction.effective_pressure",FrictionEffectivePressureEnum); 224 } 225 break; 216 226 case 9: 217 227 iomodel->FetchDataToInput(elements,"md.friction.coefficient",FrictionCoefficientEnum); 218 228 iomodel->FetchDataToInput(elements,"md.friction.pressure_adjusted_temperature",FrictionPressureAdjustedTemperatureEnum); … … 250 260 if(frictionlaw==4 || frictionlaw==6){ 251 261 parameters->AddObject(iomodel->CopyConstantObject("md.friction.gamma",FrictionGammaEnum)); 252 262 } 253 if(frictionlaw==3 || frictionlaw==1 ){263 if(frictionlaw==3 || frictionlaw==1 || frictionlaw==7){ 254 264 parameters->AddObject(iomodel->CopyConstantObject("md.friction.coupling",FrictionCouplingEnum)); 255 265 } 256 266 if(frictionlaw==9){
Note:
See TracBrowser
for help on using the repository browser.