OGS
CreateConstantPermeability.h
Go to the documentation of this file.
1
10#pragma once
11
12#include <memory>
13
14namespace BaseLib
15{
16class ConfigTree;
17}
19{
20class Permeability;
21}
22
24{
25std::unique_ptr<Permeability> createConstantPermeability(
26 BaseLib::ConfigTree const& config);
27} // namespace MaterialLib::Fracture::Permeability
std::unique_ptr< Permeability > createConstantPermeability(BaseLib::ConfigTree const &config)