Remove primalvariable_ and use hydroCarbonState instead

the hydrocarbonstate is stored in the reservoir state and
used instead of the primalvariable_
The initial hydrocarbonstate is computed using
initHydroCarbonState(...);
This commit is contained in:
Tor Harald Sandve
2016-05-13 09:04:48 +02:00
parent e8fcf9259c
commit 01c782dbf3
7 changed files with 17 additions and 66 deletions

View File

@@ -173,7 +173,6 @@ namespace Opm {
using Base::phaseCondition_;
using Base::residual_;
using Base::terminal_output_;
using Base::primalVariable_;
using Base::pvdt_;
using Base::vfp_properties_;