OGS
CreateSaturationDependentThermalConductivity.h
Go to the documentation of this file.
1
10#pragma once
11
12#include <memory>
13
14namespace BaseLib
15{
16class ConfigTree;
17}
18namespace MaterialPropertyLib
19{
20class Property;
21}
22
23namespace MaterialPropertyLib
24{
25std::unique_ptr<Property> createSaturationDependentThermalConductivity(
26 BaseLib::ConfigTree const& config);
27} // namespace MaterialPropertyLib
std::unique_ptr< Property > createSaturationDependentThermalConductivity(BaseLib::ConfigTree const &config)