magnesj
0258874e17
Fixes by clang-format
2020-11-09 08:31:57 -05:00
Kristian Bendiksen
e59bd10722
RimFractureModelPlot: show legends in plot.
2020-09-28 12:02:45 +02:00
Kristian Bendiksen
db269450e9
#6216 Fracture Model: Add curve for Initial Stress.
2020-09-21 11:54:51 +02:00
Kristian Bendiksen
0415f25d0a
#6422 Detailed Fluid Loss: hide curves when disabled.
2020-09-03 16:35:03 +02:00
Kristian Bendiksen
e6d170a230
#6364 Fix incorrect spelling of coefficient everywhere.
2020-08-26 10:24:50 +02:00
Kristian Bendiksen
7daed80af7
#6364 Use SI unit for thermal expansion coefficient.
...
And convert from SI unit (1/degrees Celsius) to field units (1/degrees
Fahrenheit) for the export.
2020-08-26 10:23:03 +02:00
Kristian Bendiksen
78c3568ff7
#6364 Fracture model plot: use Celsius as unit for temperature in plot.
2020-08-26 09:25:04 +02:00
Kristian Bendiksen
202bcba93d
#6364 Fix unit conversion for reservoir pressure in FRK export.
2020-08-26 09:03:25 +02:00
Kristian Bendiksen
d4d010c5d5
#6364 Add import, display and export of immobile fluid saturation.
...
Part of Stimplan "detailed fluid loss" format.
2020-08-26 07:01:16 +02:00
Kristian Bendiksen
1b5be32994
#6364 Add more default values and export for Stimplan detailed fluid loss.
...
Added in this commit:
* Relative Permeabilty factor
* Poro-Elastic Constant
* Thermal Expansion Coefficient.
2020-08-25 16:16:52 +02:00
Kristian Bendiksen
d0322a98ba
#6364 Stimplan: add curve and export for reservoir temperature.
2020-08-25 16:16:52 +02:00
Kristian Bendiksen
ddc23fa5ea
#6364 Add scaffolding for exporting detailed fluid loss for Stimplan.
2020-08-25 16:16:52 +02:00
Gaute Lindkvist
f82b2f73ec
#6320 Refactor of PdmScripting
...
* Make base class abstract
* Implement support for IOHandling for PdmChild and PdmChildArray fields
2020-08-25 08:33:47 +02:00
Kristian Bendiksen
7c69fc61ef
#6232 Make fracture model pdm objects scriptable.
2020-08-18 10:12:10 +02:00
Kristian Bendiksen
bf639ebe19
#6208 Add option to delete fraction model plot in project tree.
2020-07-10 12:07:59 +02:00
Kristian Bendiksen
b8890defa2
#6212 Fracture Model Plot: Add option use data from other curves when missing values
2020-07-10 09:18:45 +02:00
Kristian Bendiksen
30dea50392
#6090 Fracture Model: export pressure at top of zone to frk file.
2020-07-08 09:57:36 +02:00
Kristian Bendiksen
fcb99b1987
Silence "data loss" warning on windows.
2020-07-08 09:57:36 +02:00
Kristian Bendiksen
4282c0324a
#6217 Fix conversion elyr (Young's Modulus) for frk export.
2020-07-08 06:41:36 +02:00
Kristian Bendiksen
3819420d23
Fracture Model Plot: Improve method for getting data from other curves when calculating stress.
2020-07-06 19:26:57 +02:00
Kristian Bendiksen
3c2f540492
#6113 Use enum to identify curves in RimFractureModelPlot.
2020-07-02 18:42:58 +02:00
Kristian Bendiksen
6744628fb0
Use values from facies curves when calculating layers.
2020-07-02 08:58:40 +02:00
Kristian Bendiksen
78e5b40da9
#6064 Use RiaEclipseUnitTools for unit conversion (and add some new ones).
2020-06-18 19:42:28 +02:00
Kristian Bendiksen
4b56d93582
#6065 Convert Young's Modulus from GPa to MMpsi in frk export.
2020-06-18 19:11:37 +02:00
Kristian Bendiksen
19ee0310a9
#6065 Import "Fluid Loss Coefficient" and "Spurt Loss" from csv and export to frk.
2020-06-18 19:11:37 +02:00
Kristian Bendiksen
f2696b003d
#6064 Compute stress and stress gradients for fracture model plot.
2020-06-18 19:11:37 +02:00
Kristian Bendiksen
37ffaf3b15
#6065 Export fracture model plot to frk file.
2020-06-18 19:11:37 +02:00
Kristian Bendiksen
89473aa9bd
#6035 Handle missing values in fracture model plot.
2020-06-10 07:20:39 +02:00
Kristian Bendiksen
20ca3354b9
Stimplan preprocessor refact ( #5895 )
...
* #5633 Add Fracture Model data object.
* #5633 Add visualization for Fracture Model.
* Use thickness direction well path.
* #5834 WIP Fracture Model: Extract facies names along thickness direction vector
* Update to class enums.
* Remove RimFractureModel dip, tilt and azimuth (no longer used).
* #5824 : Fix fracture model direction relative to formation dip
* Workaround problem in generated python code which breaks tests on linux. See #5862 .
* Update name of thickness direction well path.
* #5834 Add import command for facies roff file.
* #5834 Show color legend data in facies track.
Also make it possible to change the data source for the curve data in plot.
* Fracture Model: replace "Thickness Type" with "Extraction Type".
* Use shorter curve legends in fracture model plot.
* Use class enum for RimFractureModel::ExtractionType.
* Use RimProject::current() instead of RiaApplication::instance()->project().
* Simplify RimFractureModel by not implementing Rim3dPropertiesInterface.
* Use scoped enums in RiaPlotAnnotationTool.
* Remove unused RimFractureModelPlot fields.
* Hide fracture model plots field, and add accessor methods.
2020-05-14 06:39:55 +02:00