32 enum class InjMultMode {
39 double fracture_pressure {std::numeric_limits<double>::max()};
40 double multiplier_gradient {0.};
42 static InjMultMode injMultModeFromString(
const std::string& str,
const KeywordLocation& location);
44 template <
class Serializer>
47 serializer(fracture_pressure);
48 serializer(multiplier_gradient);
51 bool operator==(
const InjMult& rhs)
const;
53 static InjMult serializationTestObject();
54 static std::string InjMultToString(
const InjMult&);
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30