OGS
CreateSoilThermalConductivitySomerton.cpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
5
8
10{
11std::unique_ptr<Property> createSoilThermalConductivitySomerton(
12 BaseLib::ConfigTree const& config)
13{
15 config.checkConfigParameter("type", "SoilThermalConductivitySomerton");
16
18 "The MPL property SoilThermalConductivitySomerton is "
19 "deprecated. Please use SaturationWeightedThermalConductivity "
20 "instead.");
21}
22} // namespace MaterialPropertyLib
#define OGS_FATAL(...)
Definition Error.h:19
void checkConfigParameter(std::string const &param, std::string_view const value) const
std::unique_ptr< Property > createSoilThermalConductivitySomerton(BaseLib::ConfigTree const &config)