Handle combination of threshold_pressure and nnc

The nncs threshold pressures are calculated and appended to the face
threshold pressures
This commit is contained in:
Tor Harald Sandve
2015-12-08 10:56:42 +01:00
parent 99ddc46318
commit e3393c5ee9
8 changed files with 26 additions and 11 deletions

View File

@@ -298,7 +298,7 @@ namespace Opm {
ModelParameters param_;
bool use_threshold_pressure_;
bool wells_active_;
V threshold_pressures_by_interior_face_;
V threshold_pressures_by_connection_;
std::vector<ReservoirResidualQuant> rq_;
std::vector<PhasePresence> phaseCondition_;