19#ifndef OPM_PARSER_CO2STORECONFIG_HPP
20#define OPM_PARSER_CO2STORECONFIG_HPP
33 enum class SaltMixingType {
38 enum class LiquidMixingType {
44 enum class GasMixingType {
53 template<
class Serializer>
56 serializer(brine_type);
57 serializer(liquid_type);
62 SaltMixingType brine_type;
63 LiquidMixingType liquid_type;
64 GasMixingType gas_type;
68 SaltMixingType string2enumSalt(
const std::string& input)
const;
69 LiquidMixingType string2enumLiquid(
const std::string& input)
const;
70 GasMixingType string2enumGas(
const std::string& input)
const;
Definition Co2StoreConfig.hpp:30
Class for (de-)serializing.
Definition Serializer.hpp:84
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30