Changeset 15276 for issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
- Timestamp:
- 06/17/13 16:23:06 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r15273 r15276 6526 6526 GetInputListOnVertices(&sed_head[0],SedimentHeadEnum); 6527 6527 GetInputListOnVertices(&epl_head[0],EplHeadEnum); 6528 6528 6529 6529 this->parameters->FindParam(&leakage,HydrologydcLeakageFactorEnum); 6530 6530 … … 6534 6534 for(int i=0;i<numdof;i++){ 6535 6535 if(activeEpl[i]==0.0)continue; 6536 6536 6537 6537 eplstoring[i]=matpar->GetEplStoring(); 6538 6538 sedstoring[i]=matpar->GetSedimentStoring(); 6539 6539 6540 6540 if(sed_head[i]>epl_head[i]){ 6541 6541 wh_trans=sed_trans*sedstoring[i]*(epl_head[i]-sed_head[i])/(leakage*sed_thick); … … 6547 6547 wh_trans=0.0; 6548 6548 } 6549 // if((sed_head[i]+(wh_trans/sedstoring[i]))>h_max){6550 //(h_max-sed_head[i])*eplstoring[i];6551 //}6552 6549 } 6553 6550 /*Assign output pointer*/
Note:
See TracChangeset
for help on using the changeset viewer.