v0.14.0
Public Member Functions | Public Attributes | List of all members
ThermalStressElement::BlockData Struct Reference

#include <users_modules/basic_finite_elements/src/ThermalStressElement.hpp>

Collaboration diagram for ThermalStressElement::BlockData:
[legend]

Public Member Functions

 BlockData ()
 

Public Attributes

double youngModulus
 
double poissonRatio
 
double thermalExpansion
 
double refTemperature
 
Range tEts
 

Detailed Description

Definition at line 30 of file ThermalStressElement.hpp.

Constructor & Destructor Documentation

◆ BlockData()

ThermalStressElement::BlockData::BlockData ( )
inline

Definition at line 35 of file ThermalStressElement.hpp.

35 : refTemperature(0) {}

Member Data Documentation

◆ poissonRatio

double ThermalStressElement::BlockData::poissonRatio

Definition at line 32 of file ThermalStressElement.hpp.

◆ refTemperature

double ThermalStressElement::BlockData::refTemperature

Definition at line 34 of file ThermalStressElement.hpp.

◆ tEts

Range ThermalStressElement::BlockData::tEts

Definition at line 36 of file ThermalStressElement.hpp.

◆ thermalExpansion

double ThermalStressElement::BlockData::thermalExpansion

Definition at line 33 of file ThermalStressElement.hpp.

◆ youngModulus

double ThermalStressElement::BlockData::youngModulus

Definition at line 31 of file ThermalStressElement.hpp.


The documentation for this struct was generated from the following file:
ThermalStressElement::BlockData::refTemperature
double refTemperature
Definition: ThermalStressElement.hpp:34