v0.14.0
Public Attributes | List of all members
ThermalElement::BlockData Struct Reference

data for calculation heat conductivity and heat capacity elements More...

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

Collaboration diagram for ThermalElement::BlockData:
[legend]

Public Attributes

MatrixDouble cOnductivity_mat
 
double cApacity
 
double initTemp
 initial temperature More...
 
Range tEts
 contains elements in block set More...
 

Detailed Description

data for calculation heat conductivity and heat capacity elements

Definition at line 92 of file ThermalElement.hpp.

Member Data Documentation

◆ cApacity

double ThermalElement::BlockData::cApacity

Definition at line 95 of file ThermalElement.hpp.

◆ cOnductivity_mat

MatrixDouble ThermalElement::BlockData::cOnductivity_mat

Definition at line 94 of file ThermalElement.hpp.

◆ initTemp

double ThermalElement::BlockData::initTemp

initial temperature

Definition at line 96 of file ThermalElement.hpp.

◆ tEts

Range ThermalElement::BlockData::tEts

contains elements in block set

Definition at line 97 of file ThermalElement.hpp.


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