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

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

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

Collaboration diagram for NonlinearElasticElement::BlockData:
[legend]

Public Attributes

int iD
 
double E
 
double PoissonRatio
 
Range tEts
 constrains elements in block set More...
 
Range forcesOnlyOnEntitiesRow
 
Range forcesOnlyOnEntitiesCol
 
double k1
 
double k2
 
boost::shared_ptr< FunctionsToCalculatePiolaKirchhoffI< adouble > > materialAdoublePtr
 
boost::shared_ptr< FunctionsToCalculatePiolaKirchhoffI< double > > materialDoublePtr
 

Detailed Description

data for calculation heat conductivity and heat capacity elements

data for calculation het conductivity and heat capacity elements

Examples
NeoHookean.hpp.

Definition at line 32 of file HookeElement.hpp.

Member Data Documentation

◆ E

double NonlinearElasticElement::BlockData::E
Examples
HookeElement.hpp, and NeoHookean.hpp.

Definition at line 34 of file HookeElement.hpp.

◆ forcesOnlyOnEntitiesCol

Range NonlinearElasticElement::BlockData::forcesOnlyOnEntitiesCol
Examples
HookeElement.hpp.

Definition at line 38 of file HookeElement.hpp.

◆ forcesOnlyOnEntitiesRow

Range NonlinearElasticElement::BlockData::forcesOnlyOnEntitiesRow
Examples
HookeElement.hpp.

Definition at line 37 of file HookeElement.hpp.

◆ iD

int NonlinearElasticElement::BlockData::iD

◆ k1

double NonlinearElasticElement::BlockData::k1

Definition at line 89 of file NonLinearElasticElement.hpp.

◆ k2

double NonlinearElasticElement::BlockData::k2

Definition at line 89 of file NonLinearElasticElement.hpp.

◆ materialAdoublePtr

boost::shared_ptr<FunctionsToCalculatePiolaKirchhoffI<adouble> > NonlinearElasticElement::BlockData::materialAdoublePtr

Definition at line 92 of file NonLinearElasticElement.hpp.

◆ materialDoublePtr

boost::shared_ptr<FunctionsToCalculatePiolaKirchhoffI<double> > NonlinearElasticElement::BlockData::materialDoublePtr

Definition at line 94 of file NonLinearElasticElement.hpp.

◆ PoissonRatio

double NonlinearElasticElement::BlockData::PoissonRatio
Examples
HookeElement.hpp, and NeoHookean.hpp.

Definition at line 35 of file HookeElement.hpp.

◆ tEts

Range NonlinearElasticElement::BlockData::tEts

constrains elements in block set

Examples
HookeElement.hpp.

Definition at line 36 of file HookeElement.hpp.


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