added: MultisegmentWellPrimaryVariables

this is a container class for the primary variables in
multisegment well
This commit is contained in:
Arne Morten Kvarving
2022-11-08 06:38:12 +01:00
parent c50cdc2454
commit e1fccd47dc
6 changed files with 227 additions and 64 deletions

View File

@@ -130,7 +130,7 @@ namespace Opm
MultisegmentWell<TypeTag>::
initPrimaryVariablesEvaluation()
{
this->MSWEval::initPrimaryVariablesEvaluation();
this->primary_variables_.init();
}
@@ -745,7 +745,7 @@ namespace Opm
this->SPres,
well_state);
}
template<typename TypeTag>
template<class Value>