OGS
CreateSoilThermalConductivitySomerton.cpp
Go to the documentation of this file.
1
12
#include "
CreateSoilThermalConductivitySomerton.h
"
13
14
#include "
BaseLib/ConfigTree.h
"
15
#include "
MaterialLib/MPL/Property.h
"
16
17
namespace
MaterialPropertyLib
18
{
19
std::unique_ptr<Property>
createSoilThermalConductivitySomerton
(
20
BaseLib::ConfigTree
const
& config)
21
{
23
config.
checkConfigParameter
(
"type"
,
"SoilThermalConductivitySomerton"
);
24
25
OGS_FATAL
(
26
"The MPL property SoilThermalConductivitySomerton is "
27
"deprecated. Please use SaturationWeightedThermalConductivity "
28
"instead."
);
29
}
30
}
// namespace MaterialPropertyLib
ConfigTree.h
CreateSoilThermalConductivitySomerton.h
OGS_FATAL
#define OGS_FATAL(...)
Definition
Error.h:26
Property.h
BaseLib::ConfigTree
Definition
ConfigTree.h:107
BaseLib::ConfigTree::checkConfigParameter
void checkConfigParameter(std::string const ¶m, std::string_view const value) const
Definition
ConfigTree.cpp:151
MaterialPropertyLib
Definition
ChemicalSolverInterface.h:21
MaterialPropertyLib::createSoilThermalConductivitySomerton
std::unique_ptr< Property > createSoilThermalConductivitySomerton(BaseLib::ConfigTree const &config)
Definition
CreateSoilThermalConductivitySomerton.cpp:19
MaterialLib
MPL
Properties
ThermalConductivity
CreateSoilThermalConductivitySomerton.cpp
Generated by
1.12.0