OGS
CreateRelPermGeneralizedPowerNonwettingPhase.h
Go to the documentation of this file.
1
12#pragma once
13
14#include <memory>
15
16namespace BaseLib
17{
18class ConfigTree;
19}
20
21namespace MaterialPropertyLib
22{
23class RelPermGeneralizedPowerNonwettingPhase;
24}
25
26namespace MaterialPropertyLib
27{
28std::unique_ptr<RelPermGeneralizedPowerNonwettingPhase>
30} // namespace MaterialPropertyLib
std::unique_ptr< RelPermGeneralizedPowerNonwettingPhase > createRelPermGeneralizedPowerNonwettingPhase(BaseLib::ConfigTree const &config)