Skip to content

Releases: pnnl/SOSAT

v0.7.2

06 Jun 22:46
Compare
Choose a tag to compare

user_prescribed_fault
(1) UserPrescribedFaultActivation.EvaluatePfail(Npressures=2, Nsamples=1e6)
change the function to read in the pre-sampled stress points to save time .
CriticalFaultActivation.EvaluatePfail(self, Npressures=20, Nsamples=1e6,shmin=None, shmax=None, sv=None)

(2) change the PlotFailureProbability so that it plots (dP versus Prob, instead of Pressure versus Prob), optional inputs for fault samples
CriticalFaultActivation.PlotFailureProbability(Npressures, Nsamples, figwidth, n_fault_p)

(3) change the evaluateFail to read in pre-sampled faults and stress infos
CriticalFaultActivation.EvaluatePfail(self, Npressures=20, Nsamples=1e6,
shmin=None, shmax=None, sv=None,
n_fault_p=n_fault_p)

v0.7.1

15 Feb 19:17
Compare
Choose a tag to compare

Change the plot from "total pore pressure vs Pfail" to "pore pressure change vs Pfail"

v0.7.0

29 Nov 23:39
Compare
Choose a tag to compare

Fix the mask of the posterior probability

v0.6.1

06 Nov 23:17
Compare
Choose a tag to compare

Have a separate sampling function in the risk analysis and then in the EvaulatePfail function, Shmin, Shmax, and Sv could be optional input. If they are None, then they will be sampled again in the EvaluatePail function; if it is not None, the code will use stress points that have been passed.

Release v0.6.0

02 Nov 21:16
Compare
Choose a tag to compare

This release includes risk analysis of hydraulic fracturing.

Release v0.5.0

26 Oct 16:23
Compare
Choose a tag to compare

This release adds a user-prescribed fault orientation risk analysis method.

Release v0.4.0

22 Sep 21:38
Compare
Choose a tag to compare

This minor version includes a new faulting regime constraint in terms of the A_phi parameterization

Release v0.3.2

19 Sep 18:43
Compare
Choose a tag to compare

A patch with a few bug fixes

Release v0.3.1

21 Aug 15:53
Compare
Choose a tag to compare

Fixed sign error in drilling mud temperature for DITF and breakout constraints

Release v0.3.0

28 Jul 18:14
Compare
Choose a tag to compare

Added critical fault activation risk analysis, horizontal stress confidence interval calculations, and improved testing