OGS
CreateRelPermBrooksCoreyNonwettingPhase.h
Go to the documentation of this file.
1
11
12#pragma once
13
14#include <memory>
15
16namespace BaseLib
17{
18class ConfigTree;
19}
20
21namespace MaterialPropertyLib
22{
24}
25
26namespace MaterialPropertyLib
27{
28std::unique_ptr<RelPermBrooksCoreyNonwettingPhase>
29createRelPermBrooksCoreyNonwettingPhase(BaseLib::ConfigTree const& config);
30} // namespace MaterialPropertyLib
Relative permeability function of the non-wetting phase proposed by Brooks&Corey.
std::unique_ptr< RelPermBrooksCoreyNonwettingPhase > createRelPermBrooksCoreyNonwettingPhase(BaseLib::ConfigTree const &config)