mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-04 13:36:57 -06:00
removing ebosCompToFlowPhaseIdx from StandardWellsDense
This commit is contained in:
parent
aaa66e0982
commit
e0e1fc65e2
@ -174,8 +174,6 @@ enum WellVariablePositions {
|
||||
|
||||
int flowPhaseToEbosPhaseIdx( const int phaseIdx ) const;
|
||||
|
||||
int ebosCompToFlowPhaseIdx( const int compIdx ) const;
|
||||
|
||||
std::vector<double>
|
||||
extractPerfData(const std::vector<double>& in) const;
|
||||
|
||||
|
@ -501,20 +501,6 @@ namespace Opm {
|
||||
|
||||
|
||||
|
||||
template<typename TypeTag>
|
||||
int
|
||||
StandardWellsDense<TypeTag>::
|
||||
ebosCompToFlowPhaseIdx( const int compIdx ) const
|
||||
{
|
||||
assert(compIdx < 3);
|
||||
const int compToPhase[ 3 ] = { Oil, Water, Gas };
|
||||
return compToPhase[ compIdx ];
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
template<typename TypeTag>
|
||||
std::vector<double>
|
||||
StandardWellsDense<TypeTag>::
|
||||
|
Loading…
Reference in New Issue
Block a user