OGS
CreateWaterThermalConductivityIAPWS.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;
24std::unique_ptr<Property> createWaterThermalConductivityIAPWS(
25 BaseLib::ConfigTree const& config);
26} // namespace MaterialPropertyLib
std::unique_ptr< Property > createWaterThermalConductivityIAPWS(BaseLib::ConfigTree const &config)