OGS
LiquidDensityData.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 "
ProcessLib/Reflection/ReflectionData.h
"
7
8
namespace
ProcessLib::ThermoRichardsMechanics
9
{
10
struct
LiquidDensityData
11
{
12
double
rho_LR
;
13
double
drho_LR_dp
;
14
double
drho_LR_dT
;
15
16
static
auto
reflect
()
17
{
18
return ::ProcessLib::Reflection::reflectWithName(
19
"liquid_density"
, &
LiquidDensityData::rho_LR
);
20
}
21
};
22
23
}
// namespace ProcessLib::ThermoRichardsMechanics
ReflectionData.h
ProcessLib::ThermoRichardsMechanics
Definition
ThermoRichardsMechanics/ConstitutiveCommon/Base.h:9
ProcessLib::ThermoRichardsMechanics::LiquidDensityData
Definition
LiquidDensityData.h:11
ProcessLib::ThermoRichardsMechanics::LiquidDensityData::rho_LR
double rho_LR
Definition
LiquidDensityData.h:12
ProcessLib::ThermoRichardsMechanics::LiquidDensityData::reflect
static auto reflect()
Definition
LiquidDensityData.h:16
ProcessLib::ThermoRichardsMechanics::LiquidDensityData::drho_LR_dp
double drho_LR_dp
Definition
LiquidDensityData.h:13
ProcessLib::ThermoRichardsMechanics::LiquidDensityData::drho_LR_dT
double drho_LR_dT
Definition
LiquidDensityData.h:14
ProcessLib
ThermoRichardsMechanics
ConstitutiveCommon
LiquidDensityData.h
Generated by
1.14.0