Skip to content

Commit

Permalink
Add a check to prevent very large tectonic factors by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoArkadeep committed Mar 7, 2024
1 parent 27e5d87 commit ba0a340
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/WellMasterGeoMech/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,8 @@ def plotPPmiller(well,app_instance, rhoappg = 16.33, lamb=0.0008, a = 0.630, nu

i = 0
mu = 0.65
#b = 0.0
if b > 10.0:
b=0

fgppg = np.zeros(len(ppgmiller))
fgcc = np.zeros(len(ppgmiller))
Expand Down

0 comments on commit ba0a340

Please sign in to comment.