OGS
BHETypes.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2
// SPDX-License-Identifier: BSD-3-Clause
3
4
#pragma once
5
6
#include <variant>
7
#include "
BHE_1P.h
"
8
#include "
BHE_1U.h
"
9
#include "
BHE_2U.h
"
10
#include "
BHE_CXA.h
"
11
#include "
BHE_CXC.h
"
12
13
namespace
ProcessLib
14
{
15
namespace
HeatTransportBHE
16
{
17
namespace
BHE
18
{
19
using
BHETypes
= std::variant<BHE_1U, BHE_CXA, BHE_CXC, BHE_2U, BHE_1P>;
20
}
// end of namespace BHE
21
}
// end of namespace HeatTransportBHE
22
}
// end of namespace ProcessLib
BHE_1P.h
BHE_1U.h
BHE_2U.h
BHE_CXA.h
BHE_CXC.h
ProcessLib::HeatTransportBHE::BHE
Definition
BHE_1P.cpp:17
ProcessLib::HeatTransportBHE::BHE::BHETypes
std::variant< BHE_1U, BHE_CXA, BHE_CXC, BHE_2U, BHE_1P > BHETypes
Definition
BHETypes.h:19
ProcessLib::HeatTransportBHE
Definition
BHE_1P.cpp:15
ProcessLib
Definition
ProjectData.h:40
ProcessLib
HeatTransportBHE
BHE
BHETypes.h
Generated by
1.14.0