Changeset 11363
- Timestamp:
- 02/08/12 14:09:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/objects/Elements/Penta.cpp ¶
r11362 r11363 3903 3903 enthalpy_input->GetInputValue(&enthalpy,gauss); 3904 3904 pressure_input->GetInputValue(&pressure,gauss); 3905 if(enthalpy>matpar->PureIceEnthalpy(pressure)){3906 enthalpy_input->GetInputValue(&enthalpyup,gaussup);3907 pressure_input->GetInputValue(&pressureup,gaussup);3908 if(enthalpyup>matpar->PureIceEnthalpy(pressureup)){3909 //do nothing, don't add heatflux3910 }3911 else{3912 //need to change spcenthalpy according to Aschwanden3913 //NEED TO UPDATE3914 }3915 }3916 else{3905 // if(enthalpy>matpar->PureIceEnthalpy(pressure)){ 3906 // enthalpy_input->GetInputValue(&enthalpyup,gaussup); 3907 // pressure_input->GetInputValue(&pressureup,gaussup); 3908 // if(enthalpyup>matpar->PureIceEnthalpy(pressureup)){ 3909 // //do nothing, don't add heatflux 3910 // } 3911 // else{ 3912 // //need to change spcenthalpy according to Aschwanden 3913 // //NEED TO UPDATE 3914 // } 3915 // } 3916 // else{ 3917 3917 geothermalflux_input->GetInputValue(&geothermalflux_value,gauss); 3918 3918 friction->GetAlpha2(&alpha2,gauss,VxEnum,VyEnum,VzEnum); … … 3925 3925 3926 3926 for(i=0;i<numdof;i++) pe->values[i]+=scalar*basis[i]; 3927 }3927 // } 3928 3928 } 3929 3929
Note:
See TracChangeset
for help on using the changeset viewer.