OGS
CreateSaturationDependentThermalConductivity.cpp
Go to the documentation of this file.
1
10#include "BaseLib/ConfigTree.h"
12namespace MaterialPropertyLib
13{
15 BaseLib::ConfigTree const& config)
16{
18 config.checkConfigParameter("type",
19 "SaturationDependentThermalConductivity");
20
22 "The MPL property SaturationDependentThermalConductivity is "
23 "deprecated. Please use SaturationWeightedThermalConductivity "
24 "instead.");
25}
26} // namespace MaterialPropertyLib
#define OGS_FATAL(...)
Definition Error.h:26
void checkConfigParameter(std::string const &param, std::string_view const value) const
std::unique_ptr< Property > createSaturationDependentThermalConductivity(BaseLib::ConfigTree const &config)