Loading [MathJax]/jax/input/TeX/config.js
OGS
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
x
z
Enumerations
b
c
d
e
f
g
i
l
m
n
o
p
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
l
m
n
p
r
s
t
v
y
Classes
Class List
Class Index
Class Hierarchy
Files
File List
File Members
All
a
b
c
d
e
f
g
i
k
m
n
o
p
r
s
t
v
w
x
Functions
a
c
d
e
f
g
i
m
o
p
r
s
t
v
w
Variables
Typedefs
Enumerations
Macros
b
c
g
m
n
o
p
r
s
t
CreateBHEUType.h
Go to the documentation of this file.
1
11
#pragma once
12
13
#include <Eigen/Core>
14
#include <map>
15
#include <memory>
16
#include <string>
17
18
#include "
BHECommon.h
"
19
#include "
FlowAndTemperatureControl.h
"
20
#include "
PipeConfigurationUType.h
"
21
22
namespace
BaseLib
23
{
24
class
ConfigTree;
25
}
26
namespace
ProcessLib
27
{
28
namespace
HeatTransportBHE
29
{
30
namespace
BHE
31
{
32
template
<
typename
T_BHE>
33
T_BHE
createBHEUType
(
34
BaseLib::ConfigTree
const
& config,
35
std::map<std::string,
36
std::unique_ptr<MathLib::PiecewiseLinearInterpolation>>
const
&
37
curves);
38
}
// namespace BHE
39
}
// namespace HeatTransportBHE
40
}
// namespace ProcessLib
BHECommon.h
FlowAndTemperatureControl.h
PipeConfigurationUType.h
BaseLib::ConfigTree
Definition
ConfigTree.h:107
BaseLib
Definition
TestDefinition.h:21
ProcessLib::HeatTransportBHE::BHE::createBHEUType
T_BHE createBHEUType(BaseLib::ConfigTree const &config, std::map< std::string, std::unique_ptr< MathLib::PiecewiseLinearInterpolation > > const &curves)
Definition
CreateBHEUType.cpp:82
ProcessLib
Definition
ProjectData.h:51
ProcessLib
HeatTransportBHE
BHE
CreateBHEUType.h
Generated by
1.11.0