thresholdPressures.hpp
Go to the documentation of this file.
51 std::vector<double> thresholdPressures(const ParseMode& parseMode ,EclipseStateConstPtr eclipseState, const Grid& grid)
56 std::shared_ptr<const ThresholdPressure> thresholdPressure = simulationConfig->getThresholdPressure();
81 std::string msg = "Initializing the THPRES pressure values from the initial state is not supported - using 0.0";
FaceCellTraits< UnstructuredGrid >::Type faceCells(const UnstructuredGrid &grid) Get the face to cell mapping of a grid. Definition: AnisotropicEikonal.hpp:43 int numFaces(const UnstructuredGrid &grid) Get the number of faces of a grid. std::vector< double > 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. Definition: thresholdPressures.hpp:51 const int * globalCell(const UnstructuredGrid &grid) Get the local to global index mapping. |