OGS
CreateBHE1PType.h
Go to the documentation of this file.
1
11#pragma once
12
13#include <map>
14#include <memory>
15#include <string>
16
17namespace BaseLib
18{
19class ConfigTree;
20}
21namespace ProcessLib
22{
23namespace HeatTransportBHE
24{
25namespace BHE
26{
27template <typename T_BHE>
28T_BHE createBHE1PType(
29 BaseLib::ConfigTree const& config,
30 std::map<std::string,
31 std::unique_ptr<MathLib::PiecewiseLinearInterpolation>> const&
32 curves);
33} // namespace BHE
34} // namespace HeatTransportBHE
35} // namespace ProcessLib
T_BHE createBHE1PType(BaseLib::ConfigTree const &config, std::map< std::string, std::unique_ptr< MathLib::PiecewiseLinearInterpolation > > const &curves)