Magne Sjaastad
7adf7e1e31
Fix some warnings
2018-09-20 16:24:11 +02:00
Gaute Lindkvist
5a3d036732
Implement --replaceCase for ODB files
2018-09-19 11:57:35 +02:00
Jacob Støren
0259eb6402
#3252 Add solver and curve status enums to communicate more fine grained
...
how the S-curve result is.
Adjusted tests. Enabled two configs now reporting and solving correctly.
Disabled three that now cant converge
2018-09-19 10:23:23 +02:00
Jacob Støren
e49712fd50
#3252 Cleanup. Disabled experiments. Trying the simple solution.
2018-09-19 10:23:23 +02:00
Jacob Støren
944ba7cfd8
#3252 Tried updating jacobi. Not quite sccessful
2018-09-19 10:23:22 +02:00
Jacob Støren
fdbfd30d31
#3252 WIP: Internal iterative solver in place. Needs improvement.
2018-09-19 10:23:21 +02:00
Jacob Støren
007149b544
#3252 WIP: Home brewn iteration loop to find correct Q1Q2 points giving requested R1 and R2
2018-09-19 10:23:20 +02:00
Gaute Lindkvist
38c2c9c237
#3339 Make order of summary curves in plot predictable.
...
* The issue is sorting on pointer address for ensembles and summary cases. Instead sort by name.
* The crucial changes are in RiaSummaryCurveDefinition.cpp, RimSummaryCase and RimSummaryCaseCollection.
* The rest of the changes are just fallout from changing the pure virtual method RimSummaryCase::caseName to be const. The rest just follows.
* RimGridSummaryCase::caseName does alter something, but this variable was already declared mutable.
2018-09-18 11:31:10 +02:00
Bjørn Erik Jensen
044dbb14a7
Move string transform
2018-09-17 14:55:12 +02:00
Gaute Lindkvist
9953c56c35
Make mean calculators more consistent and add an harmonic mean calculator.
2018-09-17 10:51:45 +02:00
Bjørn Erik Jensen
b4dd37337a
#3318 Plot editor performance. Several performance fixes
2018-09-13 12:38:50 +02:00
Magne Sjaastad
08449ceb9e
#3343 HoloLens Export : Add factory to create option items for views
2018-09-12 11:44:11 +02:00
Magne Sjaastad
b604d26e90
#3340 Fix some warnings
2018-09-11 21:56:15 +02:00
Gaute Lindkvist
11253f2dbd
Make RiaWeightedAverageCalculator a template class.
2018-09-07 10:49:00 +02:00
Bjørn Erik Jensen
2c5c007048
#3302 Weighted Geometric Mean Calculator. Improved algorithm
2018-09-03 09:56:06 +02:00
Bjørn Erik Jensen
130828416d
#3281 Add weighted geometric mean calculator
2018-08-31 09:12:11 +02:00
Bjørn Erik Jensen
6b2359cb39
#3091 Completion export. Add WELSPECS/WELSPECL to exported file
2018-08-29 13:36:33 +02:00
Magne Sjaastad
9e3a100bcc
#3253 OpenMP : Give name to all critical sections
2018-08-27 13:04:29 +02:00
Bjørn Erik Jensen
6f421e0990
#3180 Add multiple fraction create command (CommandFile)
2018-08-22 11:10:10 +02:00
Gaute Lindkvist
1e77c9308a
#3209 Make sure project tree is initialised when creating the plot window.
...
* Also ensure the main plot window is created before attempting to set a brand new plot as an MDI window.
* This ensures the MDI view controller has been created, otherwise the new plot MDI window will not be shown in the main plot window when the main plot window is created.
2018-08-17 10:54:40 +02:00
Magne Sjaastad
fa25f448a1
#3089 Non-Darcy longitudinal : Use weighted average calculator
2018-08-15 15:52:06 +02:00
Magne Sjaastad
59f9d189e5
#3214 Use template function to get referencing objects of specified type
2018-08-15 13:01:11 +02:00
Magne Sjaastad
4c75e2514d
#3089 Move text parsing for unit conversion
2018-08-15 09:53:52 +02:00
Magne Sjaastad
e195eed246
#3210 Helper class used to compute weighted average
2018-08-15 09:53:52 +02:00
Jacob Støren
088dd61fd8
#3201 , #3202 Add end tangent access and some better handling of errors
2018-08-14 11:41:20 +02:00
Jacob Støren
9025cedecb
#3204 Add double precision to OffshoreSphericalCoords
2018-08-14 11:41:20 +02:00
Jacob Støren
92dd375da3
#3201 Fix error discovered by unit test
2018-08-14 11:41:19 +02:00
Jacob Støren
fb7a7e39eb
#3201 #3202 Split in separate files. Move offshore spherical coords stuff to separate file in RiaTools
2018-08-14 11:41:19 +02:00
Bjørn Erik Jensen
8b14a01a2b
#3200 Plot editor. Remove curve sets correctly
2018-08-14 11:01:19 +02:00
Jacob Støren
840f011346
#2608 Guard input and and validate output of SolveSpace SCurve calculator.
...
Now fallback is used in most cases where needed
2018-08-10 15:57:41 +02:00
Jacob Støren
752510fab2
#2608 Use Solve Space solver in an iterative fashion
2018-08-10 15:57:40 +02:00
Jacob Støren
5cdde7f851
#2608 Fix error in analythical control point based S-Curve calculation.
...
Seed SolveSpace solution with estimated solution.
Add (disabled) test covering all configurations of curves for ctl point based curve
2018-08-10 15:57:40 +02:00
Jacob Støren
1fff2dfa97
#2608 Prepare to find a correct seeding of the SolveSpace S-curve solver
...
Extracted the inital values to a separate section.
Use an explicit fallback calculation (based on control points) if the solvespace one fails
2018-08-10 15:57:40 +02:00
Magne Sjaastad
e21fe9b706
RegTestRunner : Add removeDirectoryAndFilesRecursively
2018-08-10 08:23:08 +02:00
Magne Sjaastad
5054a01dbe
RegTestRunner : remove test generated folder
2018-08-09 15:37:02 +02:00
Bjørn Erik Jensen
8c0d9ab377
#3162 Resampling. Add missing include
2018-07-06 14:19:39 +02:00
Bjørn Erik Jensen
b8fbbc63f0
#3162 Resampling. INF values ignored in calc
2018-07-06 14:14:15 +02:00
Bjørn Erik Jensen
3f1ad163ea
#3151 Resampling. Use 0 value outside the defined time range, for weighted mean calcs. Update unit tests
2018-07-06 11:35:16 +02:00
Jacob Støren
7156b99b88
#2608 #2609 Add disabled Solvespace S-curve calculation. Use simplified S-curve calculation. Cleaned up Gui to only whats supported.
2018-07-04 17:02:20 +02:00
Jacob Støren
95c396ce77
#2609 Make modeled well path visible when loading project file
2018-07-02 16:55:32 +02:00
Jacob Støren
0f39356fcb
#3135 Create a class to do sampling of an poly-arc-line
2018-07-02 16:31:55 +02:00
Bjørn Erik Jensen
0baf2226a2
#3087 Show plot data. Do not display tabs when only ascii data curves exist. Bugfixes
2018-07-02 13:06:07 +02:00
Bjørn Erik Jensen
13e5a3214b
#3087 Show plot data. Display tabbed dialog for summary data
2018-07-02 11:45:14 +02:00
Gaute Lindkvist
0a0cb584b5
Move hard coded parameter names to RiaDefines
2018-07-02 10:29:32 +02:00
Gaute Lindkvist
0d9f810718
Make sure plot window is activated after creating/opening it.
2018-07-02 10:29:31 +02:00
Gaute Lindkvist
e39a34cd0d
Add some features to well log plot, track and curve creation.
...
* Needed for creating the well bore stability plots
* Add ability to set plot and track titles
* Make updating and refreshing plots optional when adding curves/tracks so it can be done at the end instead.
* Optionally set custom titles to the plots and tracks.
2018-07-02 10:29:31 +02:00
Magne Sjaastad
082f8be6b2
Set default unit system for fractures based on loaded cases
2018-06-28 11:13:42 +02:00
Magne Sjaastad
b4f8df50a2
Guard null pointer access
2018-06-28 09:52:40 +02:00
Magne Sjaastad
50be372425
Regression Test : Compare CaseInsensitive
2018-06-28 09:52:40 +02:00
Bjørn Erik Jensen
28d093f54a
#3086 Resampled plot export. When data are resampled, write all data into the same table in export file
2018-06-27 11:05:55 +02:00