OGS
GroutParameters.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{
22 double const rho_g;
23
28 double const porosity_g;
29
34 double const heat_cap_g;
35
40 double const lambda_g;
41};
42
44
45} // namespace BHE
46} // namespace HeatTransportBHE
47} // namespace ProcessLib
GroutParameters createGroutParameters(BaseLib::ConfigTree const &config)