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