Loading [MathJax]/jax/output/HTML-CSS/config.js
OGS
ProcessLib::TH2M::ConstitutiveRelations::BishopsData Struct Reference

Detailed Description

Definition at line 19 of file Bishops.h.

#include <Bishops.h>

Static Public Member Functions

static auto reflect ()

Public Attributes

double chi_S_L = nan
double dchi_dS_L = nan

Member Function Documentation

◆ reflect()

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

Definition at line 24 of file Bishops.h.

25 {
26 using Self = BishopsData;
27 namespace R = ProcessLib::Reflection;
28
29 return std::tuple{
30 R::makeReflectionData("bishops_effective_stress", &Self::chi_S_L)};
31 }

Member Data Documentation

◆ chi_S_L

◆ dchi_dS_L

double ProcessLib::TH2M::ConstitutiveRelations::BishopsData::dchi_dS_L = nan

The documentation for this struct was generated from the following file:
  • ProcessLib/TH2M/ConstitutiveRelations/Bishops.h