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
7
9{
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