OGS
ConstitutiveDensity.h
Go to the documentation of this file.
1
10#pragma once
11
12#include "Base.h"
13
14namespace ProcessLib::TH2M
15{
16namespace ConstitutiveRelations
17{
20{
21 // Gas phase density
22 double rho_C_GR = nan;
23 double rho_W_GR = nan;
24
25 // Liquid phase density
26 double rho_C_LR = nan;
27};
28
29} // namespace ConstitutiveRelations
30} // namespace ProcessLib::TH2M
static constexpr double nan
Convenience alias for not a number.
Definition Base.h:80