Commit Graph

536 Commits

Author SHA1 Message Date
chflo
eb114ab03c OPM 199: Added IOConfig to EclipseState, and corresponding tests 2015-05-26 09:43:59 +02:00
chflo
8741d4497d OPM 199: Changes due to changes in Schedule constructor 2015-05-26 09:43:59 +02:00
chflo
b61d5f57e5 OPM 199: Added handling of IOConfig RPTRST to Schedule, and corresponding tests 2015-05-26 09:43:59 +02:00
chflo
a40d867704 OPM 199: Added new methods to TimeMap and corresponding tests 2015-05-26 09:43:58 +02:00
chflo
783fad01b2 OPM 199: Added new class IOConfig and corresponding tests 2015-05-26 09:43:58 +02:00
Kai Bao
766ba71389 Making member functions of PlyshlogTable public and const some of them. 2015-05-12 11:32:38 +02:00
Kai Bao
6f297f9002 Adding member fucntion for PlyshlogTable for EclipseState. 2015-05-12 11:13:02 +02:00
Joakim Hove
e16ed8a5e5 Merge pull request #463 from iLoop2/Setting_Tuning
Setting tuning
2015-05-08 06:59:18 +02:00
Joakim Hove
24f49b35a8 Fixed bug 2015-05-06 12:27:43 +02:00
Joakim Hove
10facf19b3 Created classes for all the endpoint initializers. 2015-05-06 12:27:43 +02:00
Joakim Hove
121ec9320b Added ISGU / SGU classes 2015-05-06 12:27:42 +02:00
Joakim Hove
2947336982 Added derived iniitializer classes SWL and ISWL 2015-05-06 12:27:41 +02:00
Joakim Hove
2d08d78257 MOved satfunc initializers to separate file. 2015-05-06 12:27:40 +02:00
Joakim Hove
819e92965f Removed SGL and ISGL lookup from multiplex method 2015-05-06 12:27:40 +02:00
Joakim Hove
5aaf5ea6c2 Added derived class ISGLInitializer 2015-05-06 12:27:39 +02:00
Joakim Hove
5989d45b3a Added derived class SGLInitializer. 2015-05-06 12:27:38 +02:00
Joakim Hove
21951cda90 Added GridProperty<T>::checkLimits() 2015-05-06 12:27:38 +02:00
Joakim Hove
863b5f9441 Refactor: calculation of endpoint + critical 2015-05-06 12:27:37 +02:00
Joakim Hove
c6429c3fe8 Refactor: critcial and enpoint values are members. 2015-05-06 12:27:37 +02:00
Joakim Hove
84e65886fb Refactor: introduced const& and [] instead of at() 2015-05-06 12:27:36 +02:00
Joakim Hove
78408dab59 Refactor: extracted two small methods 2015-05-06 12:27:36 +02:00
Joakim Hove
63e16153c6 Renamed GridPropertyEndpointTableLookupInitializer -> EndpointInitializer 2015-05-06 12:27:35 +02:00
Joakim Hove
c11cca31dc Added comment with reference to documentation. 2015-05-06 12:27:34 +02:00
Joakim Hove
6882653433 Using EclipseState::getIntGridProperty()
Old code used to first initialize with 1, and then check the
EclipseState - will rather just ask the EclipseState; which will
automagically create a keyword if that is required.

Also The SATNUM keyword was previously immediately overwritten with the
content of the ENDNUM keyword, that is now changed.
2015-05-06 12:27:33 +02:00
Joakim Hove
e3d4b205cd Added test before finding critical saturations. 2015-05-06 12:27:32 +02:00
Joakim Hove
1b89196aa1 Using Tabdims in EclipseState and table initializer 2015-05-06 12:27:32 +02:00
Joakim Hove
7e81eb72b2 Added trivial class Tabdims 2015-05-06 12:27:31 +02:00
Joakim Hove
bf61731536 Added vector based get of Properties 2015-05-05 19:23:06 +02:00
Joakim Hove
f0adb6a2d8 Added C++ wrappers for ERT: ecl_kw and fortio 2015-05-05 17:02:09 +02:00
Fredrik Gundersen
15a86bbd34 Changed to be none destructive update of tuning 2015-05-05 12:34:44 +02:00
Fredrik Gundersen
4fb7c16f11 Remove comment 2015-05-05 08:38:09 +02:00
Fredrik Gundersen
b32ba60ec7 Added methods to change TUNING 2015-05-04 13:02:20 +02:00
Joakim Hove
8b80061494 Merge pull request #462 from GitPaean/plyshlog_keyword_support
Adding the support for the keyword PLYSHLOG.
2015-04-28 13:46:46 +02:00
Edvin Brudevoll
36b9c63cf4 New commit, NOSIM keyword 2015-04-28 09:56:12 +02:00
Edvin Brudevoll
678e8a520b Support for the NOSIM keyword. 2015-04-28 09:53:04 +02:00
Kai Bao
ae5c6c4fe9 Adding the support for the keyword PLYSHLOG.
Assuming only one group of PLYSHLOG data is available.
2015-04-27 10:14:42 +02:00
chflo
09275419e1 Added test of tuning class 2015-04-20 15:13:22 +02:00
chflo
1d3e702446 OPM-191: Added Tuning member and handling of TUNING keyword to Schedule class 2015-04-20 15:13:22 +02:00
chflo
78fee8b0ca Added new Tuning class. 2015-04-20 15:13:21 +02:00
Joakim Hove
150a6f8ebd Merge pull request #456 from joakim-hove/Dynamicstate-initial
Dynamicstate initial
2015-04-20 14:55:36 +02:00
Joakim Hove
8f277d56ca Added modifiable initial value to DynamicState 2015-04-20 14:04:10 +02:00
Joakim Hove
446a94e97f Added read only operator[] to DynamicState 2015-04-20 14:03:44 +02:00
Joakim Hove
45e13a1b40 Minor changes to silence some warnings. 2015-04-15 22:59:58 +02:00
Edvin Brudevoll
c620fde78a Updates and actions 2 related to Joacim's comments. 2015-04-08 12:12:57 +02:00
Edvin Brudevoll
8a7f8e6c59 Updates and actions related to Joacim's comments 2015-04-07 08:02:06 +02:00
Edvin Brudevoll (ITV DIS RD)
8ac548d564 OPM-87, added code for handling keyword WELTARG. 2015-03-25 08:20:22 +01:00
Joakim Hove
08a7132db8 Merge pull request #398 from joakim-hove/singleton-example
Singleton Logger
2015-03-09 08:08:12 +01:00
Joakim Hove
93d5d19fc1 Merge fixup 2015-03-04 22:32:42 +01:00
Joakim Hove
cb4e3571e3 Updated the default messagetypes - inspired by ECLIPSE 2015-03-04 22:14:33 +01:00
Joakim Hove
9fb229ccd7 Replaced references to logger with OpmLog::addMessage() 2015-03-04 22:14:31 +01:00