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
4
#include "
BaseLib/ConfigTree.h
"
5
#include "
MaterialLib/MPL/Property.h
"
6
namespace
MaterialPropertyLib
7
{
8
std::unique_ptr<Property>
createSaturationDependentThermalConductivity
(
9
BaseLib::ConfigTree
const
& config)
10
{
12
config.
checkConfigParameter
(
"type"
,
13
"SaturationDependentThermalConductivity"
);
14
15
OGS_FATAL
(
16
"The MPL property SaturationDependentThermalConductivity is "
17
"deprecated. Please use SaturationWeightedThermalConductivity "
18
"instead."
);
19
}
20
}
// namespace MaterialPropertyLib
ConfigTree.h
OGS_FATAL
#define OGS_FATAL(...)
Definition
Error.h:19
Property.h
BaseLib::ConfigTree
Definition
ConfigTree.h:101
BaseLib::ConfigTree::checkConfigParameter
void checkConfigParameter(std::string const ¶m, std::string_view const value) const
Definition
ConfigTree.cpp:166
MaterialPropertyLib
Definition
ChemicalSolverInterface.h:98
MaterialPropertyLib::createSaturationDependentThermalConductivity
std::unique_ptr< Property > createSaturationDependentThermalConductivity(BaseLib::ConfigTree const &config)
Definition
CreateSaturationDependentThermalConductivity.cpp:8
MaterialLib
MPL
Properties
CreateSaturationDependentThermalConductivity.cpp
Generated by
1.14.0