source:
issm/oecreview/Archive/23390-24306/ISSM-23619-23620.diff@
24307
Last change on this file since 24307 was 24307, checked in by , 5 years ago | |
---|---|
File size: 2.3 KB |
-
../trunk-jpl/src/c/analyses/EnthalpyAnalysis.cpp
197 197 iomodel->FetchDataToInput(elements,"md.friction.coefficient",FrictionCoefficientEnum); 198 198 iomodel->FetchDataToInput(elements,"md.friction.p",FrictionPEnum); 199 199 iomodel->FetchDataToInput(elements,"md.friction.q",FrictionQEnum); 200 if (FrictionCoupling==1){ 201 iomodel->FetchDataToInput(elements,"md.friction.effective_pressure",FrictionEffectivePressureEnum); 200 if (FrictionCoupling==3){ 201 iomodel->FetchDataToInput(elements,"md.friction.effective_pressure",FrictionEffectivePressureEnum);} 202 else if(FrictionCoupling==4){ 203 iomodel->FetchDataToInput(elements,"md.friction.effective_pressure",EffectivePressureEnum); 202 204 } 203 205 break; 204 206 case 2: … … 210 212 iomodel->FetchDataToInput(elements,"md.friction.C",FrictionCEnum); 211 213 iomodel->FetchDataToInput(elements,"md.friction.As",FrictionAsEnum); 212 214 iomodel->FetchDataToInput(elements,"md.friction.q",FrictionQEnum); 213 if (FrictionCoupling==1){ 214 iomodel->FetchDataToInput(elements,"md.friction.effective_pressure",FrictionEffectivePressureEnum); 215 if (FrictionCoupling==3){ 216 iomodel->FetchDataToInput(elements,"md.friction.effective_pressure",FrictionEffectivePressureEnum);} 217 else if(FrictionCoupling==4){ 218 iomodel->FetchDataToInput(elements,"md.friction.effective_pressure",EffectivePressureEnum); 215 219 } 216 220 break; 217 221 case 4: … … 240 244 iomodel->FetchDataToInput(elements,"md.friction.coefficientcoulomb",FrictionCoefficientcoulombEnum); 241 245 iomodel->FetchDataToInput(elements,"md.friction.p",FrictionPEnum); 242 246 iomodel->FetchDataToInput(elements,"md.friction.q",FrictionQEnum); 243 if (FrictionCoupling==1){ 244 iomodel->FetchDataToInput(elements,"md.friction.effective_pressure",FrictionEffectivePressureEnum); 247 if (FrictionCoupling==3){ 248 iomodel->FetchDataToInput(elements,"md.friction.effective_pressure",FrictionEffectivePressureEnum);} 249 else if(FrictionCoupling==4){ 250 iomodel->FetchDataToInput(elements,"md.friction.effective_pressure",EffectivePressureEnum); 245 251 } 246 252 break; 247 253 case 9:
Note:
See TracBrowser
for help on using the repository browser.