mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
making StandardWells non-templated
we will focus on template functions instead.
This commit is contained in:
@@ -49,7 +49,6 @@ namespace Opm {
|
||||
Eigen::RowMajor> DataBlock;
|
||||
|
||||
/// Class for handling the standard well model.
|
||||
template <class SolutionState, class WellState>
|
||||
class StandardWells {
|
||||
protected:
|
||||
struct WellOps {
|
||||
@@ -81,6 +80,7 @@ namespace Opm {
|
||||
Vector& wellPerforationPressureDiffs();
|
||||
const Vector& wellPerforationPressureDiffs() const;
|
||||
|
||||
template <class SolutionState, class WellState>
|
||||
void computePropertiesForWellConnectionPressures(const SolutionState& state,
|
||||
const WellState& xw,
|
||||
const BlackoilPropsAdInterface& fluid,
|
||||
|
||||
Reference in New Issue
Block a user