28#ifndef OPM_ENERGY_MODULE_TYPE_HPP
29#define OPM_ENERGY_MODULE_TYPE_HPP
34 enum class EnergyModules : std::uint8_t {
36 ConstantTemperature = 1,
37 SequentialImplicitThermal = 2,
38 FullyImplicitThermal = 3,
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30