OGS
PipeConfigurationUType.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 "Pipe.h"
7
8namespace ProcessLib
9{
10namespace HeatTransportBHE
11{
12namespace BHE
13{
15{
16 Pipe const inlet;
17 Pipe const outlet;
18
20 double const distance;
21
23};
24} // namespace BHE
25} // namespace HeatTransportBHE
26} // namespace ProcessLib