![]() |
OGS
|
|
Definition at line 38 of file ThermoMechanicsFEM.h.
#include <ThermoMechanicsFEM.h>
Public Member Functions | |
| IntegrationPointData (MaterialLib::Solids::MechanicsBase< DisplacementDim > const &solid_material) | |
| void | pushBackState () |
Public Attributes | |
| BMatricesType::KelvinVectorType | sigma |
| BMatricesType::KelvinVectorType | sigma_prev |
| BMatricesType::KelvinVectorType | eps |
| BMatricesType::KelvinVectorType | eps_prev |
| BMatricesType::KelvinVectorType | eps_m |
| BMatricesType::KelvinVectorType | eps_m_prev |
| MaterialLib::Solids::MechanicsBase< DisplacementDim > const & | solid_material |
| std::unique_ptr< typename MaterialLib::Solids::MechanicsBase< DisplacementDim >::MaterialStateVariables > | material_state_variables |
| double | integration_weight |
| ShapeMatricesType::NodalRowVectorType | N |
| ShapeMatricesType::GlobalDimNodalMatrixType | dNdx |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW | |
|
inlineexplicit |
Definition at line 40 of file ThermoMechanicsFEM.h.
References material_state_variables, and solid_material.
|
inline |
Definition at line 67 of file ThermoMechanicsFEM.h.
References eps, eps_m, eps_m_prev, eps_prev, material_state_variables, sigma, and sigma_prev.
| ShapeMatricesType::GlobalDimNodalMatrixType ProcessLib::ThermoMechanics::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::dNdx |
Definition at line 65 of file ThermoMechanicsFEM.h.
| ProcessLib::ThermoMechanics::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::EIGEN_MAKE_ALIGNED_OPERATOR_NEW |
Definition at line 75 of file ThermoMechanicsFEM.h.
| BMatricesType::KelvinVectorType ProcessLib::ThermoMechanics::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::eps |
Definition at line 53 of file ThermoMechanicsFEM.h.
Referenced by ProcessLib::ThermoMechanics::ThermoMechanicsLocalAssembler< ShapeFunction, DisplacementDim >::getIntPtEpsilon(), pushBackState(), and ProcessLib::ThermoMechanics::ThermoMechanicsLocalAssembler< ShapeFunction, DisplacementDim >::setEpsilon().
| BMatricesType::KelvinVectorType ProcessLib::ThermoMechanics::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::eps_m |
Definition at line 56 of file ThermoMechanicsFEM.h.
Referenced by ProcessLib::ThermoMechanics::ThermoMechanicsLocalAssembler< ShapeFunction, DisplacementDim >::getIntPtEpsilonMechanical(), pushBackState(), and ProcessLib::ThermoMechanics::ThermoMechanicsLocalAssembler< ShapeFunction, DisplacementDim >::setEpsilonMechanical().
| BMatricesType::KelvinVectorType ProcessLib::ThermoMechanics::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::eps_m_prev |
Definition at line 56 of file ThermoMechanicsFEM.h.
Referenced by pushBackState().
| BMatricesType::KelvinVectorType ProcessLib::ThermoMechanics::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::eps_prev |
Definition at line 53 of file ThermoMechanicsFEM.h.
Referenced by pushBackState().
| double ProcessLib::ThermoMechanics::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::integration_weight |
Definition at line 63 of file ThermoMechanicsFEM.h.
| std::unique_ptr<typename MaterialLib::Solids::MechanicsBase< DisplacementDim>::MaterialStateVariables> ProcessLib::ThermoMechanics::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::material_state_variables |
Definition at line 61 of file ThermoMechanicsFEM.h.
Referenced by IntegrationPointData(), and pushBackState().
| ShapeMatricesType::NodalRowVectorType ProcessLib::ThermoMechanics::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::N |
Definition at line 64 of file ThermoMechanicsFEM.h.
| BMatricesType::KelvinVectorType ProcessLib::ThermoMechanics::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::sigma |
Definition at line 50 of file ThermoMechanicsFEM.h.
Referenced by ProcessLib::ThermoMechanics::ThermoMechanicsLocalAssembler< ShapeFunction, DisplacementDim >::getIntPtSigma(), pushBackState(), and ProcessLib::ThermoMechanics::ThermoMechanicsLocalAssembler< ShapeFunction, DisplacementDim >::setSigma().
| BMatricesType::KelvinVectorType ProcessLib::ThermoMechanics::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::sigma_prev |
Definition at line 50 of file ThermoMechanicsFEM.h.
Referenced by pushBackState().
| MaterialLib::Solids::MechanicsBase<DisplacementDim> const& ProcessLib::ThermoMechanics::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::solid_material |
Definition at line 58 of file ThermoMechanicsFEM.h.
Referenced by IntegrationPointData().