21 #ifndef UDQ_EXPRESSION_HPP_
22 #define UDQ_EXPRESSION_HPP_
26 #include <opm/input/eclipse/Deck/DeckRecord.hpp>
27 #include <opm/input/eclipse/Schedule/UDQ/UDQEnums.hpp>
35 UDQExpression(UDQAction action,
const std::string& keyword,
const std::vector<std::string>& data);
37 const std::vector<std::string>& tokens()
const;
38 UDQAction action()
const;
39 const std::string& keyword()
const;
42 std::string m_keyword;
43 UDQVarType m_var_type;
44 std::vector<std::string> data;
Definition: DeckRecord.hpp:32
Definition: UDQExpression.hpp:33
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:29