OGS
CreateSoilThermalConductivitySomerton.cpp
Go to the documentation of this file.
1
13
14#include "BaseLib/ConfigTree.h"
16
17namespace MaterialPropertyLib
18{
19std::unique_ptr<Property> createSoilThermalConductivitySomerton(
20 BaseLib::ConfigTree const& config)
21{
23 config.checkConfigParameter("type", "SoilThermalConductivitySomerton");
24
26 "The MPL property SoilThermalConductivitySomerton is "
27 "deprecated. Please use SaturationWeightedThermalConductivity "
28 "instead.");
29}
30} // 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 > createSoilThermalConductivitySomerton(BaseLib::ConfigTree const &config)