thresholdPressures.hpp File Reference
#include <vector>
#include <opm/parser/eclipse/EclipseState/SimulationConfig/SimulationConfig.hpp>
#include <opm/parser/eclipse/EclipseState/SimulationConfig/ThresholdPressure.hpp>
#include <opm/parser/eclipse/Parser/ParseMode.hpp>
Include dependency graph for thresholdPressures.hpp:

Go to the source code of this file.

Namespaces

 Opm
 

Functions

template<class Grid >
std::vector< double > Opm::thresholdPressures (const ParseMode &parseMode, EclipseStateConstPtr eclipseState, const Grid &grid)
 Get a vector of pressure thresholds from EclipseState. This function looks at EQLOPTS, THPRES and EQLNUM to determine pressure thresholds. It does not consider the case where the threshold values are defaulted, in which case they should be determined from the initial, equilibrated simulation state. More...