mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Well Log Extraction: adjust tolerance to keep more cell edge intersection
This keeps more cell edge intersections for thin cells (in z direction).
This commit is contained in:
parent
b4e6415797
commit
9fd9e90c61
@ -215,7 +215,7 @@ cvf::Vec3d RigEclipseWellLogExtractor::calculateLengthInCell( size_t cellIndex,
|
|||||||
double RigEclipseWellLogExtractor::computeLengthThreshold() const
|
double RigEclipseWellLogExtractor::computeLengthThreshold() const
|
||||||
{
|
{
|
||||||
// Default length tolerance for most common grid sizes
|
// Default length tolerance for most common grid sizes
|
||||||
double tolerance = 0.1;
|
double tolerance = 0.01;
|
||||||
|
|
||||||
// For grids with very thin z-layers, reduce the tolerance to be able to find the intersections
|
// For grids with very thin z-layers, reduce the tolerance to be able to find the intersections
|
||||||
// If not, the intersection will be considered as non-valid cell edge intersection and discarded
|
// If not, the intersection will be considered as non-valid cell edge intersection and discarded
|
||||||
|
Loading…
Reference in New Issue
Block a user