OGS
CreateFluidThermalConductivityModel.h
Go to the documentation of this file.
1
13#pragma once
14
15#include <memory>
16
17namespace BaseLib
18{
19class ConfigTree;
20}
21
22namespace MaterialLib
23{
24namespace Fluid
25{
26class FluidProperty;
27
32std::unique_ptr<FluidProperty> createFluidThermalConductivityModel(
33 BaseLib::ConfigTree const& config);
34
35} // namespace Fluid
36} // namespace MaterialLib
std::unique_ptr< FluidProperty > createFluidThermalConductivityModel(BaseLib::ConfigTree const &config)