OGS
CreateRelativePermeabilityModel.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 PorousMedium
25{
26class RelativePermeability;
29std::unique_ptr<RelativePermeability> createRelativePermeabilityModel(
30 BaseLib::ConfigTree const& config);
31}
32} // namespace MaterialLib
std::unique_ptr< RelativePermeability > createRelativePermeabilityModel(BaseLib::ConfigTree const &config)