StandardWellPrimaryVariables: make data members private

and add generic read-only accessors
This commit is contained in:
Arne Morten Kvarving
2022-11-09 12:26:46 +01:00
parent 4bbcdf0646
commit f64628f72d
3 changed files with 31 additions and 31 deletions

View File

@@ -109,6 +109,8 @@ namespace Opm
// TODO: we should have indices for the well equations and well primary variables separately
static constexpr int Bhp = numStaticWellEq - numWellControlEq;
using StdWellEval::WQTotal;
using typename Base::Scalar;