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