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,
45 template <
class Serializer>
48 serializer(fracture_pressure);
49 serializer(multiplier_gradient);
52 bool operator==(
const InjMult& rhs)
const;
54 static InjMult serializationTestObject();
55 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