OGS
CreatePermeabilityModel.h
Go to the documentation of this file.
1
10#include <memory>
11
12#include "Permeability.h"
13
14namespace BaseLib
15{
16class ConfigTree;
17}
18
20{
21std::unique_ptr<Permeability> createPermeabilityModel(
22 BaseLib::ConfigTree const& config);
23} // namespace MaterialLib::Fracture::Permeability
std::unique_ptr< Permeability > createPermeabilityModel(BaseLib::ConfigTree const &config)