OGS
CreateTwoPhaseFlowPrhoMaterialProperties.h
Go to the documentation of this file.
1
11#pragma once
12
13#include <memory>
14
16namespace BaseLib
17{
18class ConfigTree;
19}
20
21namespace ProcessLib
22{
23namespace TwoPhaseFlowWithPrho
24{
25std::unique_ptr<TwoPhaseFlowWithPrhoMaterialProperties>
27 BaseLib::ConfigTree const& config,
28 MeshLib::PropertyVector<int> const* material_ids);
29
30} // namespace TwoPhaseFlowWithPrho
31} // namespace ProcessLib
std::unique_ptr< TwoPhaseFlowWithPrhoMaterialProperties > createTwoPhaseFlowPrhoMaterialProperties(BaseLib::ConfigTree const &config, MeshLib::PropertyVector< int > const *const material_ids)