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.
|
inline |
Definition at line 67 of file ThermoMechanicsFEM.h.
References ProcessLib::ThermoMechanics::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::eps, ProcessLib::ThermoMechanics::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::eps_m, ProcessLib::ThermoMechanics::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::eps_m_prev, ProcessLib::ThermoMechanics::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::eps_prev, ProcessLib::ThermoMechanics::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::material_state_variables, ProcessLib::ThermoMechanics::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::sigma, and ProcessLib::ThermoMechanics::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::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::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::pushBackState().
BMatricesType::KelvinVectorType ProcessLib::ThermoMechanics::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::eps_m |
Definition at line 56 of file ThermoMechanicsFEM.h.
Referenced by ProcessLib::ThermoMechanics::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::pushBackState().
BMatricesType::KelvinVectorType ProcessLib::ThermoMechanics::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::eps_m_prev |
Definition at line 56 of file ThermoMechanicsFEM.h.
Referenced by ProcessLib::ThermoMechanics::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::pushBackState().
BMatricesType::KelvinVectorType ProcessLib::ThermoMechanics::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::eps_prev |
Definition at line 53 of file ThermoMechanicsFEM.h.
Referenced by ProcessLib::ThermoMechanics::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::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 ProcessLib::ThermoMechanics::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::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::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::pushBackState().
BMatricesType::KelvinVectorType ProcessLib::ThermoMechanics::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::sigma_prev |
Definition at line 50 of file ThermoMechanicsFEM.h.
Referenced by ProcessLib::ThermoMechanics::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::pushBackState().
MaterialLib::Solids::MechanicsBase<DisplacementDim> const& ProcessLib::ThermoMechanics::IntegrationPointData< BMatricesType, ShapeMatricesType, DisplacementDim >::solid_material |
Definition at line 58 of file ThermoMechanicsFEM.h.