19std::unique_ptr<RelPermBrooksCoreyNonwettingPhase>
29 DBUG(
"Create RelPermBrooksCoreyNonwettingPhase medium property {:s}.",
38 auto const min_relative_permeability =
46 OGS_FATAL(
"Exponent 'lambda' must be positive.");
49 return std::make_unique<RelPermBrooksCoreyNonwettingPhase>(
50 std::move(property_name),
53 min_relative_permeability,
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
@ residual_liquid_saturation
@ residual_gas_saturation
std::unique_ptr< RelPermBrooksCoreyNonwettingPhase > createRelPermBrooksCoreyNonwettingPhase(BaseLib::ConfigTree const &config)