Changeset 18183


Ignore:
Timestamp:
06/25/14 10:44:52 (11 years ago)
Author:
bdef
Message:

BUG: correction to epl gradient and modif in transfer scheme

Location:
issm/trunk-jpl/src/c/analyses
Files:
2 edited

Legend:

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

    r18057 r18183  
    559559                                if(EPL_N<0.0)EPL_N=0.0;
    560560                                /*Get then the square of the gradient of EPL heads*/
    561                                 EPLgrad2 = (epl_slopeX[i]*epl_slopeX[i]+epl_slopeY[i]*epl_slopeY[i]);
     561                                EPLgrad2 = (epl_slopeX[i]+epl_slopeY[i])*(epl_slopeX[i]+epl_slopeY[i]);
    562562                               
    563563                                /*And proceed to the real thing*/
  • TabularUnified issm/trunk-jpl/src/c/analyses/HydrologyDCInefficientAnalysis.cpp

    r18068 r18183  
    604604                sed_trans_input->GetInputValue(&sediment_transmitivity,gauss);
    605605                element->FindParam(&leakage,HydrologydcLeakageFactorEnum);
     606               
    606607                transfer=(sediment_transmitivity)/(sediment_thickness*leakage);
     608               
    607609                /* if(epl_head>sed_head){ */
    608610                /*      h_max=GetHydrologyDCInefficientHmax(element,gauss,thickness_input,base_input); */
     
    619621                /*      //transfer=(sediment_storing*sediment_transmitivity)/(sediment_thickness*leakage); */
    620622                /* } */
     623               
    621624                break;
    622625        default:
Note: See TracChangeset for help on using the changeset viewer.