mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
ebos: enable the new cache for the storage term by default
on my machine, this accelerates the linearization by about 30% for SPE9 (6.4 instead of 8.7 seconds).
This commit is contained in:
parent
aaecf3ee33
commit
8272ec5528
@ -152,6 +152,9 @@ SET_BOOL_PROP(EclBaseProblem, EnableEclSummaryOutput, true);
|
|||||||
// decent speedup...
|
// decent speedup...
|
||||||
SET_BOOL_PROP(EclBaseProblem, EnableIntensiveQuantityCache, true);
|
SET_BOOL_PROP(EclBaseProblem, EnableIntensiveQuantityCache, true);
|
||||||
|
|
||||||
|
// the cache for the storage term can also be used and also yields a decent speedup
|
||||||
|
SET_BOOL_PROP(EclBaseProblem, EnableStorageCache, true);
|
||||||
|
|
||||||
// Use the "velocity module" which uses the Eclipse "NEWTRAN" transmissibilities
|
// Use the "velocity module" which uses the Eclipse "NEWTRAN" transmissibilities
|
||||||
SET_TYPE_PROP(EclBaseProblem, FluxModule, Ewoms::EclTransFluxModule<TypeTag>);
|
SET_TYPE_PROP(EclBaseProblem, FluxModule, Ewoms::EclTransFluxModule<TypeTag>);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user