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
17
namespace
BaseLib
18
{
19
class
ConfigTree;
20
}
21
namespace
ProcessLib
22
{
23
namespace
HeatTransportBHE
24
{
25
namespace
BHE
26
{
27
template
<
typename
T_BHE>
28
T_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
BaseLib::ConfigTree
Definition
ConfigTree.h:107
BaseLib
Definition
TestDefinition.h:21
ProcessLib::HeatTransportBHE::BHE::createBHE1PType
T_BHE createBHE1PType(BaseLib::ConfigTree const &config, std::map< std::string, std::unique_ptr< MathLib::PiecewiseLinearInterpolation > > const &curves)
Definition
CreateBHE1PType.cpp:78
ProcessLib
Definition
ProjectData.h:51
ProcessLib
HeatTransportBHE
BHE
CreateBHE1PType.h
Generated by
1.11.0