Loading [MathJax]/extensions/tex2jax.js
OGS
ProcessLib::TH2M::ConstitutiveRelations::SolidDensityData Struct Reference

Detailed Description

Definition at line 30 of file SolidDensity.h.

#include <SolidDensity.h>

Static Public Member Functions

static auto reflect ()
 

Public Attributes

double rho_SR = nan
 

Member Function Documentation

◆ reflect()

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

Definition at line 34 of file SolidDensity.h.

35 {
36 using Self = SolidDensityData;
37 namespace R = ProcessLib::Reflection;
38
39 return std::tuple{
40 R::makeReflectionData("solid_density", &Self::rho_SR)};
41 }

Member Data Documentation

◆ rho_SR


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