OGS
CreateSaturationDependentThermalConductivity.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
7{
9 BaseLib::ConfigTree const& config)
10{
12 config.checkConfigParameter("type",
13 "SaturationDependentThermalConductivity");
14
16 "The MPL property SaturationDependentThermalConductivity is "
17 "deprecated. Please use SaturationWeightedThermalConductivity "
18 "instead.");
19}
20} // 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 > createSaturationDependentThermalConductivity(BaseLib::ConfigTree const &config)