OGS
CreateFluidProperties.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 FluidProperties;
29std::unique_ptr<FluidProperties> createFluidProperties(
30 BaseLib::ConfigTree const& config);
31} // end namespace
32} // namespace MaterialLib
std::unique_ptr< FluidProperties > createFluidProperties(BaseLib::ConfigTree const &config)