OGS
ProcessLib::TH2M::ConstitutiveRelations::SolidDensityData Struct Reference

Detailed Description

Definition at line 24 of file TH2M/ConstitutiveRelations/SolidDensity.h.

#include <SolidDensity.h>

Static Public Member Functions

static auto reflect ()

Public Attributes

double rho_SR = nan

Member Function Documentation

◆ reflect()

auto ProcessLib::TH2M::ConstitutiveRelations::SolidDensityData::reflect ( )
inlinestatic

Definition at line 28 of file TH2M/ConstitutiveRelations/SolidDensity.h.

29 {
30 using Self = SolidDensityData;
31 namespace R = ProcessLib::Reflection;
32
33 return std::tuple{
34 R::makeReflectionData("solid_density", &Self::rho_SR)};
35 }

Member Data Documentation

◆ rho_SR


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