OGS
ProcessLib::ThermoRichardsMechanics::LiquidDensityData Struct Reference

Detailed Description

Definition at line 10 of file LiquidDensityData.h.

#include <LiquidDensityData.h>

Static Public Member Functions

static auto reflect ()

Public Attributes

double rho_LR
double drho_LR_dp
double drho_LR_dT

Member Function Documentation

◆ reflect()

auto ProcessLib::ThermoRichardsMechanics::LiquidDensityData::reflect ( )
inlinestatic

Definition at line 16 of file LiquidDensityData.h.

17 {
18 return ::ProcessLib::Reflection::reflectWithName(
19 "liquid_density", &LiquidDensityData::rho_LR);
20 }

References rho_LR.

Member Data Documentation

◆ drho_LR_dp

◆ drho_LR_dT

double ProcessLib::ThermoRichardsMechanics::LiquidDensityData::drho_LR_dT

◆ rho_LR


The documentation for this struct was generated from the following file: