OGS
CreateCubicLaw.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 CubicLaw;
21class Permeability;
22} // namespace MaterialLib::Fracture::Permeability
23
25{
26std::unique_ptr<Permeability> createCubicLaw(BaseLib::ConfigTree const& config);
27} // namespace MaterialLib::Fracture::Permeability
std::unique_ptr< Permeability > createCubicLaw(BaseLib::ConfigTree const &config)