Liu Ming
15164b0e7f
Add keyword MINPVF.
2015-02-09 09:52:11 +08:00
Andreas Lauser
ea38a25af4
remove all trailing white space
...
this is just the result of
```
find -iname "*.[ch]pp" | xargs sed -i "s/ *$//"
find opm/parser/share/keywords -type f | xargs sed -i "s/ *$//"
```
so if it causes conflicts with other patches, the others should get
priority. The rationale behind this patch is that some people tell
their editor to remove white space which leads to larger than
necessary patches...
2014-12-08 16:34:28 +01:00
Joakim Hove
39bca17ce0
Split EclipseGrid in dimensions and cell info.
...
In many cases the only required information in an EclipseGrid instance
is the cartesian dimensions. To facilitate simpler testing - and not
have to create a full dummy grid the dimensions have been internalized
as a separate nx,ny,nz triplet. With this commit it is possible to
instantiate a grid with only dimensions, and no underlying ecl_grid_type
pointer.
2014-11-09 23:31:53 +01:00
Atgeirr Flø Rasmussen
da50b320fa
Add MINPV features to EclipseGrid class.
2014-08-25 11:15:39 +02:00
Atgeirr Flø Rasmussen
52c7a4bc3f
Remove section-using EclipseGrid constructors.
...
Also:
- Simplify implementation (no templates).
- Update tests.
2014-08-22 12:12:37 +02:00
Atgeirr Flø Rasmussen
193e3d7012
Added test case for construction from deck with no sections.
2014-08-21 13:19:34 +02:00
Atgeirr Flø Rasmussen
26d57d7ec1
More tests for proper pinch-related behaviour.
...
Now also check behaviour for no-pinch case.
2014-08-20 09:35:21 +02:00
Atgeirr Flø Rasmussen
9d22253166
Add test for pinch features of EclipseGrid.
2014-08-20 09:25:16 +02:00
Joakim Hove
c06e1bebbf
Added new EclipseGrid constructor
...
The new EclipseGrid constructor EclipseGrid(nx,ny,nz , GridSection)
allows the construction of a GRID without the RUNSPEC section.
2014-08-19 08:25:10 +02:00
Joakim Hove
7a52e0c2ce
Added EclipseGrid::fwriteEGRID
...
In addition an new constructor based on an existing binary GRID/EGRID
file.
2014-07-16 09:35:06 +02:00
Joakim Hove
040107d215
Added method EclipseGrid::resetACTNUM()
2014-07-16 09:21:05 +02:00
Joakim Hove
5a13369b6d
Added EclipseGrid::getCellVolume() and getCellCenter()
2014-06-11 16:42:37 +02:00
Arne Morten Kvarving
3827ddca64
fixed: mark static symbols as such to quell warnings
2014-05-15 14:46:16 +02:00
Joakim Hove
7bf588a166
Added DEPTHZ as alternative to TOPS.
2014-04-29 21:30:45 +02:00
Joakim Hove
3718df3972
Added assert of the size of the vectors used to create a CornerPoint grid.
2014-04-27 23:51:43 +02:00
Joakim Hove
0591acfc3c
Merge pull request #188 from joakim-hove/EclipseGrid-fixes
...
Eclipse grid fixes
2014-04-23 22:56:14 +02:00
Joakim Hove
af6f18b5aa
Added methods to export the ZCORN, COORD and ACTNUM keywords from the EclipseGrid.
2014-04-22 00:20:03 +02:00
Joakim Hove
9a6afd2a6f
The ability to only specify top layer applies DX and DY as well. Fixed
...
resize() usage.
2014-04-17 22:56:06 +02:00
Joakim Hove
9c29c00c2b
Added ability to create EclipseGrid from cornerpoint keywords.
2014-04-01 09:06:43 +02:00
Joakim Hove
8b0acc2242
Added class EclipseGrid with constructor for cartesian grid from deck.
2014-03-31 14:19:34 +02:00