mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adding function updateWellStateWithTarget to StandardWell
without dealing with wsolvent function. It can be just a member variable since we are handling well one by one individually.
This commit is contained in:
@@ -352,4 +352,19 @@ namespace Opm
|
||||
return numComp;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
template<typename TypeTag>
|
||||
const double
|
||||
WellInterface<TypeTag>::
|
||||
wsolvent() const
|
||||
{
|
||||
// TODO: not handling it for the moment
|
||||
// TODO: it needs information from the well_ecl
|
||||
// TODO: will decide on well_ecl role later.
|
||||
// It can be just one member variable and no need to deal with well_ecl at all
|
||||
return 0.0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user