making StandardWells non-templated

we will focus on template functions instead.
This commit is contained in:
Kai Bao
2016-04-08 10:20:11 +02:00
parent 266f6f2df5
commit bca23d34c1
3 changed files with 17 additions and 43 deletions

View File

@@ -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,