mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
added: MultisegmentWellPrimaryVariables
this is a container class for the primary variables in multisegment well
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user