This class is intend to be a relpmer diganostics, to detect wrong input of relperm table and endpoints. More...
#include <RelpermDiagnostics.hpp>
Public Member Functions | |
template<class GridT > | |
void | diagnosis (const EclipseState &eclState, const Deck &deck, const GridT &grid) |
This function is used to diagnosis relperm in eclipse data file. More... | |
template<class GridT > | |
void | diagnosis (const Opm::EclipseState &eclState, const Opm::Deck &deck, const GridT &grid) |
This class is intend to be a relpmer diganostics, to detect wrong input of relperm table and endpoints.
void Opm::RelpermDiagnostics::diagnosis | ( | const EclipseState & | eclState, |
const Deck & | deck, | ||
const GridT & | grid | ||
) |
This function is used to diagnosis relperm in eclipse data file.
Errors and warings will be output if they're found.
[in] | eclState | eclipse state. |
[in] | deck | ecliplise data file. |
[in] | grid | unstructured grid. |