OGS
ConstitutiveDensity.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::TH2M
9
{
10
namespace
ConstitutiveRelations
11
{
13
struct
ConstituentDensityData
14
{
15
// Gas phase density
16
double
rho_C_GR
=
nan
;
17
double
rho_W_GR
=
nan
;
18
19
// Liquid phase density
20
double
rho_C_LR
=
nan
;
21
};
22
23
}
// namespace ConstitutiveRelations
24
}
// namespace ProcessLib::TH2M
Base.h
ProcessLib::ConstitutiveRelations::nan
static constexpr double nan
Convenience alias for not a number.
Definition
ConstitutiveRelations/Base.h:97
ProcessLib::TH2M::ConstitutiveRelations
Definition
Advection.cpp:9
ProcessLib::TH2M
Definition
Advection.cpp:7
ProcessLib::TH2M::ConstitutiveRelations::ConstituentDensityData
Real constituent partial densities.
Definition
ConstitutiveDensity.h:14
ProcessLib::TH2M::ConstitutiveRelations::ConstituentDensityData::rho_C_LR
double rho_C_LR
Definition
ConstitutiveDensity.h:20
ProcessLib::TH2M::ConstitutiveRelations::ConstituentDensityData::rho_C_GR
double rho_C_GR
Definition
ConstitutiveDensity.h:16
ProcessLib::TH2M::ConstitutiveRelations::ConstituentDensityData::rho_W_GR
double rho_W_GR
Definition
ConstitutiveDensity.h:17
ProcessLib
TH2M
ConstitutiveRelations
ConstitutiveDensity.h
Generated by
1.14.0