OGS
GroutParameters.h
Go to the documentation of this file.
1
11
#pragma once
12
13
namespace
BaseLib
14
{
15
class
ConfigTree;
16
}
17
namespace
ProcessLib
18
{
19
namespace
HeatTransportBHE
20
{
21
namespace
BHE
22
{
23
struct
GroutParameters
24
{
29
double
const
rho_g
;
30
35
double
const
porosity_g
;
36
41
double
const
heat_cap_g
;
42
47
double
const
lambda_g
;
48
};
49
50
GroutParameters
createGroutParameters
(
BaseLib::ConfigTree
const
& config);
51
52
}
// namespace BHE
53
}
// namespace HeatTransportBHE
54
}
// namespace ProcessLib
BaseLib::ConfigTree
Definition
ConfigTree.h:107
BaseLib
Definition
TestDefinition.h:21
ProcessLib::HeatTransportBHE::BHE::createGroutParameters
GroutParameters createGroutParameters(BaseLib::ConfigTree const &config)
Definition
GroutParameters.cpp:21
ProcessLib
Definition
ProjectData.h:51
ProcessLib::HeatTransportBHE::BHE::GroutParameters
Definition
GroutParameters.h:24
ProcessLib::HeatTransportBHE::BHE::GroutParameters::lambda_g
double const lambda_g
Definition
GroutParameters.h:47
ProcessLib::HeatTransportBHE::BHE::GroutParameters::porosity_g
double const porosity_g
Definition
GroutParameters.h:35
ProcessLib::HeatTransportBHE::BHE::GroutParameters::heat_cap_g
double const heat_cap_g
Definition
GroutParameters.h:41
ProcessLib::HeatTransportBHE::BHE::GroutParameters::rho_g
double const rho_g
Definition
GroutParameters.h:29
ProcessLib
HeatTransportBHE
BHE
GroutParameters.h
Generated by
1.12.0