OGS
CreateViscosityModel.h
Go to the documentation of this file.
1
13#pragma once
14
15#include <memory>
16
19
20namespace MaterialLib
21{
22namespace Fluid
23{
26std::unique_ptr<FluidProperty> createViscosityModel(
27 BaseLib::ConfigTree const& config);
28
29} // end namespace
30} // namespace MaterialLib
std::unique_ptr< FluidProperty > createViscosityModel(BaseLib::ConfigTree const &config)