OGS
RefrigerantProperties.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
6namespace BaseLib
7{
8class ConfigTree;
9}
10namespace ProcessLib
11{
12namespace HeatTransportBHE
13{
14namespace BHE
15{
17{
21 double const dynamic_viscosity;
22
26 double const density;
27
32
37
39};
40
42 BaseLib::ConfigTree const& config);
43
44} // namespace BHE
45} // namespace HeatTransportBHE
46} // namespace ProcessLib
RefrigerantProperties createRefrigerantProperties(BaseLib::ConfigTree const &config)