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