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
8namespace ProcessLib::TH2M
9{
11{
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
static constexpr double nan
Convenience alias for not a number.