OGS
CreateFluidDensityModel.h
Go to the documentation of this file.
1
11#pragma once
12
13#include <memory>
14
17
18namespace MaterialLib
19{
20namespace Fluid
21{
24std::unique_ptr<FluidProperty> createFluidDensityModel(
25 BaseLib::ConfigTree const& config);
26}
27} // end namespace
std::unique_ptr< FluidProperty > createFluidDensityModel(BaseLib::ConfigTree const &config)