Convert all upscaling programs to new pinch behaviour.

This means that PINCH must be used in the input deck,
whereas before, z_tolerance was available as a program
parameter (but only for some programs). A benefit is that
all programs will now uniformly accept PINCH in the input
decks.
This commit is contained in:
Atgeirr Flø Rasmussen
2014-08-20 14:15:17 +02:00
parent a9aa2e02f3
commit 886c463d9f
13 changed files with 30 additions and 28 deletions
+1 -1
View File
@@ -288,7 +288,7 @@ try
}
Opm::SinglePhaseUpscaler spupscaler; // needed to access porosities and cell volumes
spupscaler.init(deck, Opm::SinglePhaseUpscaler::Fixed,
0.0,0.0, linsolver_tolerance, linsolver_verbosity, linsolver_type, false, linsolver_maxit,
0.0, linsolver_tolerance, linsolver_verbosity, linsolver_type, false, linsolver_maxit,
linsolver_prolongate_factor, linsolver_smooth_steps);
std::vector<double> cellPoreVolumes;
cellPoreVolumes.resize(satnums.size(), 0.0);