OGS
ThermoRichardsMechanics/ConstitutiveCommon/PermeabilityData.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 "
Base.h
"
7
8
namespace
ProcessLib::ThermoRichardsMechanics
9
{
10
template
<
int
DisplacementDim>
11
struct
PermeabilityData
12
{
13
double
k_rel
;
14
double
dk_rel_dS_L
;
15
GlobalDimMatrix<DisplacementDim>
Ki
;
16
17
static
auto
reflect
()
18
{
19
using
Self =
PermeabilityData<DisplacementDim>
;
20
namespace
R =
ProcessLib::Reflection
;
21
22
return
std::tuple{
23
R::makeReflectionData(
"intrinsic_permeability"
, &Self::Ki),
24
R::makeReflectionData(
"relative_permeability"
, &Self::k_rel)};
25
}
26
};
27
}
// namespace ProcessLib::ThermoRichardsMechanics
Base.h
ProcessLib::ConstitutiveRelations::GlobalDimMatrix
Eigen::Matrix< double, DisplacementDim, DisplacementDim, Eigen::RowMajor > GlobalDimMatrix
Definition
ConstitutiveRelations/Base.h:26
ProcessLib::Reflection
Definition
ReflectionData.h:10
ProcessLib::ThermoRichardsMechanics
Definition
ThermoRichardsMechanics/ConstitutiveCommon/Base.h:13
ProcessLib::ThermoRichardsMechanics::PermeabilityData
Definition
ThermoRichardsMechanics/ConstitutiveCommon/PermeabilityData.h:12
ProcessLib::ThermoRichardsMechanics::PermeabilityData::Ki
GlobalDimMatrix< DisplacementDim > Ki
Definition
ThermoRichardsMechanics/ConstitutiveCommon/PermeabilityData.h:15
ProcessLib::ThermoRichardsMechanics::PermeabilityData::reflect
static auto reflect()
Definition
ThermoRichardsMechanics/ConstitutiveCommon/PermeabilityData.h:17
ProcessLib::ThermoRichardsMechanics::PermeabilityData::k_rel
double k_rel
Definition
ThermoRichardsMechanics/ConstitutiveCommon/PermeabilityData.h:13
ProcessLib::ThermoRichardsMechanics::PermeabilityData::dk_rel_dS_L
double dk_rel_dS_L
Definition
ThermoRichardsMechanics/ConstitutiveCommon/PermeabilityData.h:14
ProcessLib
ThermoRichardsMechanics
ConstitutiveCommon
PermeabilityData.h
Generated by
1.14.0