15std::unique_ptr<TemperatureDependentFraction>
25 DBUG(
"Create temperature dependent fraction property {:s}.", property_name);
39 if (S_r < 0.0 || S_r > 1.0)
42 "In the temperature dependent fraction property setting, "
43 "the residual_saturation value {} is out of [0, 1]-range.",
47 return std::make_unique<MaterialPropertyLib::TemperatureDependentFraction>(
48 std::move(property_name), k,
T_c, S_r);
void DBUG(fmt::format_string< Args... > fmt, Args &&... args)
T peekConfigParameter(std::string const ¶m) const
T getConfigParameter(std::string const ¶m) const
void checkConfigParameter(std::string const ¶m, std::string_view const value) const
std::unique_ptr< TemperatureDependentFraction > createTemperatureDependentFraction(BaseLib::ConfigTree const &config)
constexpr double T_c
Critical temperature.