mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
The following changes are done in order to remove the duplicated code in assemble(). - extractWellPerfProperties takes SolutionState as input (only used in the solvent model) - the computation of effective parameters is moved to computeAccum() With these changes the solvent model can use assemble() from the base model.