Commit Graph

307 Commits

Author SHA1 Message Date
Gaute Lindkvist
069b427d10 Require CMake 3.12 2020-10-20 11:05:10 +02:00
Gaute Lindkvist
b1d9d17ddb Simplify some code with C++17 2020-10-20 11:05:10 +02:00
Gaute Lindkvist
f7aed637f8 Require CMake 3.6 2020-10-20 11:05:10 +02:00
Magne Sjaastad
53c39cdc73 CppCheck : Remove unused variables 2020-10-09 13:43:31 +02:00
Magne Sjaastad
ddc3b009b7 #6747 Tensor computations : Use Ez for surface normal calculations 2020-10-09 08:52:24 +02:00
Kristian Bendiksen
2feb9d0cd7 GeoMech: Correct number of subtasks for pore compressibility progress. 2020-10-01 08:29:37 +02:00
Gaute Lindkvist
e06b57ef55 Fixes following review 2020-10-01 08:29:37 +02:00
Gaute Lindkvist
02b962689c Update some GeoMech code to use new progress system 2020-10-01 08:29:37 +02:00
Kristian Bendiksen
8086a1eb15 #6544 Improve divide-by-zero check. 2020-09-30 12:22:14 +02:00
Kristian Bendiksen
50403e559b #6544 Use modern progress api for stress anisotropy calculation. 2020-09-30 12:22:14 +02:00
Kristian Bendiksen
18c6d648e6 #6544 Improve stress anisotropy time lapse calculation. 2020-09-30 12:22:14 +02:00
Kristian Bendiksen
0ee12f5166 #6544 Refactoring: Extract time lapse methods. 2020-09-30 12:22:14 +02:00
Magne Sjaastad
4586389a78 #6273 GeoMech : If running interactively, show error message in warning dialog box 2020-09-09 14:06:51 +02:00
Kristian Bendiksen
20fe41fd68 #6303 Mud Weight Window: improve progress handling. 2020-08-31 14:37:06 +02:00
Magne Sjaastad
2901ad2c54 #6398 System : Remove cotire 2020-08-29 10:30:56 +02:00
Kristian Bendiksen
e6d170a230 #6364 Fix incorrect spelling of coefficient everywhere. 2020-08-26 10:24:50 +02:00
Magne Sjaastad
6dec2aa1ef #6308 Shear slip indicator : Fix logic in isMatching
Co-authored-by: Kristian Bendiksen <kristian.bendiksen@gmail.com>
2020-08-25 09:27:44 +02:00
Kristian Bendiksen
88c25631d1 #6302 PORO-PERM: Calculate initial porosity. 2020-08-25 09:22:48 +02:00
Kristian Bendiksen
5ecee650f0 #6308 Move shear slip indicator to result to ST.DPN. 2020-08-24 14:49:08 +02:00
Kristian Bendiksen
b86720529b #6308 GeoMech: Add shear slip indicator calculation. 2020-08-24 14:39:10 +02:00
Kristian Bendiksen
6d84c667c3 Fix formatting. 2020-08-24 14:14:25 +02:00
Kristian Bendiksen
b4007d4b0d #6301 Fix warnings on windows. 2020-08-24 14:06:23 +02:00
Kristian Bendiksen
fe6ece0df7 #6301 Minor tweak to match SFG calculation in WBS plot. 2020-08-24 13:51:03 +02:00
Kristian Bendiksen
5cd94eed47 #6301 Use water density of 1.0 for hydrostatic pressure normalization. 2020-08-24 13:38:53 +02:00
Kristian Bendiksen
6e4bfaf2c3 #6301 Normalize results for FG calculation based on stress 2020-08-24 12:45:04 +02:00
Kristian Bendiksen
57ad0020cb #6301 Use RIG_ELEMENT_NODAL version of POR-Bar data.
This gives correct handling of elements without POR results for more of the model.
2020-08-24 12:45:04 +02:00
Kristian Bendiksen
4efc0c89ec #6301 Mud weight window: reorder code to guard against division by zero. 2020-08-24 12:45:03 +02:00
Kristian Bendiksen
491dedaf74 Janitor: Move RigFemPart implementation out of header file. 2020-08-24 12:45:03 +02:00
Kristian Bendiksen
33493773ae #6301 Add utility method to check if FEM element is a hexahedron. 2020-08-24 12:45:03 +02:00
Kristian Bendiksen
c4d3b1d90a #6301 Fix DERIVED_FROM_K0_FG fracture gradient calculation in shale
Several issues fixed:
* Stress tensors were incorrectly indexed.
* Default water density was 1.0, not 1.03.
* Fix normalization of upper limit results.
2020-08-19 15:28:42 +02:00
Kristian Bendiksen
20a8d1b9a4 #6301 Fix incorrect index for OBG0 element. 2020-08-19 12:33:06 +02:00
Kristian Bendiksen
f5f7e393e3 #6301 Handle HEX8 elements to compute mud weight window for non-reservoir. 2020-08-19 09:36:56 +02:00
Kristian Bendiksen
e1ba491a9a #6315 Remove biot factor corrections for calculated stresses. 2020-08-19 07:27:08 +02:00
Kristian Bendiksen
26c863e310 #6305 GeoMech derived result: fix normalization when combined with time lapse.
The results for the different time steps are now normalized before the
difference is computed.
2020-08-19 07:12:50 +02:00
Kristian Bendiksen
5fa38d43c0 Solve for fracture gradient only in sand regions. 2020-08-12 09:21:12 +02:00
Kristian Bendiksen
b12db3f957 Use hydrostatic pore pressure calculation 2020-08-11 14:31:51 +02:00
Kristian Bendiksen
02013f4816 #6284 Mud Weight Window: Improve handling of non-reservoir elements. 2020-08-11 11:14:58 +02:00
Kristian Bendiksen
e93c4e75f2 #6284 Mud Weight Window: add option for non-reservoir pore pressure data. 2020-08-10 19:30:41 +02:00
Kristian Bendiksen
e3628906c8 #6286 Mud Weight Window: Use initial overburden gradient from grid. 2020-08-10 18:15:15 +02:00
Kristian Bendiksen
68ce7f590d #6286 Mud Weight Window: Improve fracture gradient calculation for shale. 2020-08-10 18:15:15 +02:00
Kristian Bendiksen
fee4318b92 #6213 Fix comparison of lower limit, and simplify initialization. 2020-08-06 15:23:15 +02:00
Kristian Bendiksen
5d99526d98 #6213 Add UI for configuring "mud-weight window" calculation. 2020-08-06 15:23:15 +02:00
Kristian Bendiksen
fcc0f710d5 #6213 GeoMech: Add calculation of Mud Weight Window. 2020-08-06 15:23:15 +02:00
Kristian Bendiksen
a88191be33 #6169 Element property table: invalidate Geo Mech results on changes in table. 2020-07-08 16:45:44 +02:00
Kristian Bendiksen
4326193008 #6218 Avoid inf for geostatic timestep in poro-perm calculation. 2020-07-08 13:24:33 +02:00
Kristian Bendiksen
71f494d92c #6170 Shorten POROSITY-PERMEABILITY to PORO-PERM in result view. 2020-07-08 13:24:21 +02:00
Kristian Bendiksen
901f0f3a73 Fix early return bug in RigFemPartResultsCollection::initialPermeabilityDependentResults. 2020-06-30 11:47:26 +02:00
Kristian Bendiksen
1c86cf4e33 #6086 Add porosity, porosity change and permeability calculation. 2020-06-24 15:59:48 +02:00
Kristian Bendiksen
52815742bb #6031 Initial porosity in pore compressibility calc must use geostatic time step data 2020-06-24 11:18:58 +02:00
Kristian Bendiksen
5276001787 #6031 Extract methods for unit conversion. 2020-06-19 10:27:06 +02:00