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:
Kristian Bendiksen 2023-06-12 13:58:43 +02:00
parent b4e6415797
commit 9fd9e90c61

View File

@ -215,7 +215,7 @@ cvf::Vec3d RigEclipseWellLogExtractor::calculateLengthInCell( size_t cellIndex,
double RigEclipseWellLogExtractor::computeLengthThreshold() const
{
// 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
// If not, the intersection will be considered as non-valid cell edge intersection and discarded