Joakim Hove
a64745193d
Add empty Group2 skeleton
2019-07-03 11:15:51 +02:00
Joakim Hove
fe83324746
Moved Group related files to Group/ folder in filesystem
2019-07-03 11:15:51 +02:00
Atgeirr Flø Rasmussen
522db6d093
Address issues from review.
2019-07-02 16:58:04 +02:00
Atgeirr Flø Rasmussen
33783b1e9f
Add FOAMROCK including FoamConfig support and test.
2019-07-02 13:55:42 +02:00
Atgeirr Flø Rasmussen
d61d9c920b
Merge pull request #875 from atgeirr/add-foamconfig
...
Add FoamConfig class and support
2019-07-02 11:45:37 +02:00
Atgeirr Flø Rasmussen
17a2e5d334
Address review comments.
...
- Use a raw literal.
- Use 'index', not 'id'.
- Use FoamConfig(const Deck&) constructor.
2019-07-02 10:43:13 +02:00
Atgeirr Flø Rasmussen
ba462d67cf
Add test for FoamConfig.
2019-07-01 14:40:59 +02:00
Kai Bao
7c0b2df272
adding test to test the functionality
2019-06-28 09:47:40 +02:00
Kai Bao
11bc26d28d
recording the report step that WTEST keyword is specified
...
so we can easily tell when a new WTEST keyword joins.
When a new WTEST keyword, we will reset the counting of the num_attempt
and maximum number of attempts for the associated well.
2019-06-28 09:47:40 +02:00
Bård Skaflestad
5bed559f96
Merge pull request #860 from atgeirr/foam_module
...
Foam module
2019-06-26 11:54:17 +02:00
Kai Bao
28110584a3
removing funciton dropWell for WellTestState
2019-06-25 22:18:55 +02:00
Kai Bao
c0c9d70dcf
not removing the well from WellTestState when testing is successful
2019-06-25 22:15:28 +02:00
Joakim Hove
fbfdf5c244
Merge pull request #844 from GitPaean/fixing_warnings
...
Fixing warnings
2019-06-25 21:08:12 +02:00
Franz G. Fuchs
31415679f7
defined FoamDensity, added test
2019-06-25 13:32:11 +02:00
Franz G. Fuchs
6efe981234
use correct size of bit set, test added
2019-06-25 13:32:11 +02:00
Kai Bao
ca7fe55934
silencing shadowing warnings
2019-06-25 13:16:41 +02:00
Bård Skaflestad
ffecc035c0
InitConfig: Internalize FILLEPS Keyword
...
This commit extends the InitConfig class to support querying whether
or not the FILLEPS keyword is present in the PROPS section. Note
that we only look for the keyword in PROPS (not the whole input
deck), since the keyword is only permitted in PROPS.
Add unit tests to exercise the new ability.
2019-06-24 14:15:55 +02:00
Joakim Hove
6eea66a332
Use UDAValue for rates and pressure limits in WCONPROD & WCONINJE
2019-06-24 12:54:07 +02:00
Joakim Hove
65f8812e46
Merge pull request #847 from joakim-hove/rft-first-open-bug
...
Fix bug in RFTConfig first open - for WRFTPLT keyword
2019-06-24 10:02:03 +02:00
Joakim Hove
b14bd5acce
Merge pull request #848 from joakim-hove/scan-ignore-SOH
...
Ignore character SOH (ASCII 1) while parsing
2019-06-24 10:01:51 +02:00
Joakim Hove
cbc7394d60
Use UDA for WCONPROD::RESV
2019-06-24 08:29:14 +02:00
Joakim Hove
747a643288
Ignore character SOH (ASCII 1) while parsing
2019-06-23 12:09:54 +02:00
Joakim Hove
41a74beb3e
Fix bug in RFTConfig first open - for WRFTPLT keyword
2019-06-23 10:21:40 +02:00
Joakim Hove
6bbfd66744
Minor testing of UDQValue
2019-06-23 09:10:39 +02:00
Joakim Hove
bf6a0335b0
Add name property to WellInjectionProperties
2019-06-22 08:01:25 +02:00
Joakim Hove
96b7797c4e
Add name to WellProductionPropertis
2019-06-22 08:01:25 +02:00
Bård Skaflestad
63c802666d
Don't Infer Number of AQUFETP Records from AQUDIMS
...
The number of records is unrelated to AQUDIMS Item 5 (NANAQU). That
item sets the maximum aquifer ID permissible as Item 1 of AQUFETP.
Update unit test accordingly.
2019-06-21 18:06:43 +02:00
Joakim Hove
3f2eefc638
UDQContext:
...
- add member const UDQParams&
- add functions has_well_var() and has_group_var()
2019-06-20 11:20:47 +02:00
Joakim Hove
7d0b6f1bf6
Add member udq_undefined to Well2 object
2019-06-19 13:24:21 +02:00
Joakim Hove
d2f692ebae
Merge pull request #818 from joakim-hove/udq-eval-scalar-wells
...
UDQSet::eval - make sure to return well node
2019-06-17 18:56:35 +02:00
Joakim Hove
e6d299c726
Merge pull request #821 from akva2/janitoring
...
remove unused variables
2019-06-17 18:55:12 +02:00
Arne Morten Kvarving
2c82787ee9
remove unused variables
...
quell warnings
2019-06-17 09:08:47 +02:00
Joakim Hove
1bc47ca8a2
Add Well2 accesor functions which bypass SummaryState
2019-06-17 07:39:23 +02:00
Joakim Hove
c09bc36c03
UDQSet::eval - make sure to return well node
2019-06-16 08:42:54 +02:00
Joakim Hove
772bd3cee5
UDQ: Ensure that scalar right hand side is accepted into sets
2019-06-14 11:54:12 +02:00
Bård Skaflestad
71c046bef4
Merge pull request #808 from joakim-hove/injection-unitsystem
...
Add UnitSystem member to Well2 class
2019-06-12 11:46:45 +02:00
Bård Skaflestad
0a3d26e9be
Merge pull request #806 from joakim-hove/UDAValue-reset
...
Uda value reset
2019-06-12 11:02:48 +02:00
Joakim Hove
edbc9d2af7
UDAValue: add reset() methods
2019-06-12 10:13:01 +02:00
Joakim Hove
44e21101bc
UDAValue: the get<double>() method will return SI values
2019-06-12 10:13:01 +02:00
Joakim Hove
3961f724db
Add UnitSsystem member to Well2 class
2019-06-08 12:39:22 +02:00
Kai Bao
0c43f49f13
some white space cleaning up
2019-06-07 14:57:54 +02:00
Bård Skaflestad
9aee2bee71
Merge pull request #668 from joakim-hove/udq-fieldset
...
UDQ field and group variables
2019-06-03 12:01:37 +02:00
Joakim Hove
32a1c3b5da
Merge pull request #762 from joakim-hove/well-controls
...
Well controls
2019-05-29 06:46:47 +02:00
Joakim Hove
54af290cc0
Extend UDQ eval code
...
With this commit the code to evaluate UDQ values has been extended/refactored in
many ways:
- There is an increased awarenwss of variable type, i.e. a well related UDQ
versus a field related UDQ. The variable type flows through the AST, and it
is verified that the expression to evaluate and the target variable are of
compatible types.
- Have added support for UDQ field variables and UDQ group variables.
- The UDQSet type and the UDQDefine::eval() have been refactored to multiplex
on all the UDQ types, and the specialized UDQWellSet has been removed.
2019-05-27 16:43:22 +02:00
Joakim Hove
4439882402
UDQ error test - use correct well variablec
2019-05-27 09:44:14 +02:00
Joakim Hove
418241137c
Rebase fixup
2019-05-24 15:31:27 +02:00
Joakim Hove
01db100439
WellProductionProperties and WellInjectionProperties are private
2019-05-24 15:31:27 +02:00
Joakim Hove
51aee6e8cb
Add structs InjectionControls and ProductionControls
2019-05-24 15:31:27 +02:00
Joakim Hove
73667596fc
Add some testing
2019-05-24 15:31:27 +02:00
Kai Bao
01c0820d4c
addressing reviewing comments from PR#720
...
and adding more tests
2019-05-24 10:19:50 +02:00