22#include <unordered_map>
25#include <opm/simulators/flow/KeywordValidation.hpp>
30namespace KeywordValidation
40std::unordered_map<std::string, std::function<
void(
const DeckKeyword&
keyword, std::vector<KeywordValidation::ValidationError>&
errors)>> specialValidation() {
41 return {{
"BRINE", validateBRINE}};
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilboundaryratevector.hh:37
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:242