mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Streamlines : Set default max days to 5000
On large models, the time to compute streamlines can use much memory and be time consuming. Reducing the max number of days will help in some cases.
This commit is contained in:
@@ -114,7 +114,7 @@ RimStreamlineInViewCollection::RimStreamlineInViewCollection()
|
||||
m_resolution = 20.0;
|
||||
|
||||
CAF_PDM_InitFieldNoDefault( &m_maxDays, "MaxDays", "Max Days", "", "", "" );
|
||||
m_maxDays = 50000;
|
||||
m_maxDays = 5000;
|
||||
|
||||
CAF_PDM_InitFieldNoDefault( &m_useProducers, "UseProducers", "Producer Wells", "", "", "" );
|
||||
m_useProducers = true;
|
||||
|
||||
Reference in New Issue
Block a user