Commit Graph

1420 Commits

Author SHA1 Message Date
Joakim Hove
af249cefd7 Added method to get keyword from Parser. 2015-02-06 13:03:44 +01:00
Joakim Hove
9fb5ab0a95 Made method public 2015-02-03 13:04:57 +01:00
Joakim Hove
b2ae92293c Merge pull request #407 from andlaus/add_COMPS
Add the "COMPS" E300 keyword
2015-01-30 17:01:01 +01:00
Joakim Hove
96a0a6b6ca Fixed gcc44 challenged calls to std::to_string() 2015-01-30 16:55:15 +01:00
Andreas Lauser
e3d5a3e860 Add the "COMPS" E300 keyword 2015-01-30 15:39:34 +01:00
Andreas Lauser
dcc36df62e correct the GasvisctTable class
it turns out that the number of columns of this class depends on the
number of specified components. this lead to all kinds of fun like
manual unit conversion, etc.
2015-01-30 14:28:23 +01:00
Andreas Lauser
0a477ed18a add table classes for the temperature dependent viscosity keywords 2015-01-30 14:28:14 +01:00
Andreas Lauser
664ca1e8ff add some keywords required to specify the temperature dependence of viscosity 2015-01-30 14:28:01 +01:00
Joakim Hove
2f9551242b Revert "Temperature dependent viscosity" 2015-01-30 10:12:17 +01:00
Andreas Lauser
d40f093f36 add table classes for the temperature dependent viscosity keywords 2015-01-29 23:02:17 +01:00
Andreas Lauser
b99128e6d9 add some keywords required to specify the temperature dependence of viscosity 2015-01-28 16:05:41 +01:00
Atgeirr Flø Rasmussen
c0d30a7739 Add checkUnhandledKeywords() method and use it. 2015-01-28 09:39:13 +01:00
Atgeirr Flø Rasmussen
38dde951bc Make conversion methods static.
The convertInjectionRateToSI() methods do not use data members and can therefore
be static just as convertEclipseStringToBool() already is.
2015-01-28 09:30:07 +01:00
Atgeirr Flø Rasmussen
44f16496d3 Removed surplus docs. 2015-01-28 09:09:30 +01:00
Atgeirr Flø Rasmussen
26fe9cf9b3 Removed const from value-type function arguments. 2015-01-28 09:04:41 +01:00
Atgeirr Flø Rasmussen
bdcb1f5243 Add assert() to findClosestCompletion() method. 2015-01-28 08:08:32 +01:00
Atgeirr Flø Rasmussen
b3f515b4bb Replace unneeded inline deck with new EclipseGrid constructor. 2015-01-27 10:56:48 +01:00
Atgeirr Flø Rasmussen
d150107746 Update test for cartesian constructor.
We will now have cell info, even with that one.
2015-01-27 10:41:35 +01:00
Atgeirr Flø Rasmussen
74d213ce18 Fix inconsistencies in test cases.
Not detected earlier since schedule did not access grid data.
2015-01-27 10:39:39 +01:00
Atgeirr Flø Rasmussen
ff80db33ba Improved cartesian convenience constructor.
It now can take cell size arguments, and it always creates a complete grid.
2015-01-27 09:54:10 +01:00
Atgeirr Flø Rasmussen
79f32521ed Make Well class order completions when added. 2015-01-26 16:40:32 +01:00
Atgeirr Flø Rasmussen
7d6c9e1ea3 Add tests for well completion ordering. 2015-01-26 16:40:13 +01:00
Atgeirr Flø Rasmussen
345337cb2a Add method orderCompletions() to CompletionSet. 2015-01-26 16:39:32 +01:00
Atgeirr Flø Rasmussen
0a6cf17431 Fix initialization order to avoid warning. 2015-01-26 16:38:17 +01:00
Joakim Hove
02e0a12b0a Reorder Grid and Schedule init. 2015-01-26 12:26:25 +01:00
Joakim Hove
1bf6e90e02 Removed query function for default on well ref.depth. 2015-01-26 12:26:24 +01:00
Joakim Hove
d8f7c9660c Added simple algorithm to get ref depth from completions. 2015-01-26 12:26:24 +01:00
Joakim Hove
e432a1c75a Added getCellDepth() method to EclipseGrid 2015-01-26 12:26:23 +01:00
Joakim Hove
8d506b01a1 Added grid property to Well class 2015-01-26 12:21:51 +01:00
Joakim Hove
3cfe0291fd Added EclipseGrid as argument to Schedule constructor 2015-01-26 12:21:51 +01:00
Joakim Hove
8e4fd2b408 White space change 2015-01-26 12:21:51 +01:00
Joakim Hove
37aebbd3f5 Using Value<double> for Well::m_refDepth 2015-01-26 12:21:50 +01:00
Joakim Hove
85092991f6 Merge pull request #400 from iLoop2/Add_COMPLUMP_keyword
Add complump keyword
2015-01-26 12:21:12 +01:00
Fredrik Gundersen
a796cc12fb Update test
Verify that well do not change status to OPEN if the completions are status SHUT
2015-01-22 07:39:29 +01:00
Fredrik Gundersen
4f066af438 Moved logic from schedule to well->setStatus
Only set status for well to open if well has open completions is now verified for all
2015-01-21 14:07:02 +01:00
Fredrik Gundersen
1901aa90bc Changed the error message 2015-01-20 10:27:44 +01:00
Fredrik Gundersen
cccde3a0ee Added more tests for COMPLUMP 2015-01-20 08:59:56 +01:00
Fredrik Gundersen
fafeeda3c1 Fix logic for missing COMPLUMP 2015-01-20 08:59:16 +01:00
Fredrik Gundersen
cd9ed822bf Added test of COMPLUMP keyword 2015-01-19 13:35:33 +01:00
Fredrik Gundersen
cf008fefe6 Added handling of COMPLUMP keyword 2015-01-19 13:35:05 +01:00
Fredrik Gundersen
af8f7577f4 Added COMPLUMP json file 2015-01-19 12:49:14 +01:00
chflo
4d7213651c OPM 147: WELOPEN: Shut well if all completions are closed; throw exception if trying to open a well with all completions shut 2015-01-16 18:05:49 +01:00
Joakim Hove
b7127ae2c9 Merge pull request #397 from chflo/OPM-145
Opm 145
2015-01-16 13:20:37 +01:00
chflo
18710b6aa0 OPM-145: Removed action from EXCEL, NEXSTEP, RUNSUM, SEPARATE and WCONINJ keywords 2015-01-14 12:13:08 +01:00
Fredrik Gundersen
94b33eaf6e Rename method 2015-01-14 11:41:32 +01:00
Fredrik Gundersen
7ed82d6458 Code refactoring, logic update 2015-01-14 11:41:13 +01:00
Fredrik Gundersen
4af77efe75 Added new constructor to completion 2015-01-14 11:40:28 +01:00
chflo
6b445a539f OPM-145: Removed action from TUNING keyword, added items 2015-01-14 10:15:07 +01:00
chflo
3298fe4337 OPM-145: Removed tests for ACTION 2015-01-14 10:14:06 +01:00
chflo
a82509c676 OPM-145: Removed test ParseACTION 2015-01-14 10:11:50 +01:00