OGS
ProcessLib::PhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim > Struct Template Referencefinal

Detailed Description

template<typename BMatricesType, typename ShapeMatrixType, int DisplacementDim>
struct ProcessLib::PhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >

Definition at line 39 of file PhaseFieldFEM.h.

#include <PhaseFieldFEM.h>

Public Member Functions

 IntegrationPointData (MaterialLib::Solids::MechanicsBase< DisplacementDim > const &solid_material)
void pushBackState ()
template<typename DisplacementVectorType>
void updateConstitutiveRelation (double const t, ParameterLib::SpatialPosition const &x, double const, DisplacementVectorType const &, double const degradation, MaterialLib::Solids::Phasefield::EnergySplitModel const energy_split_model)

Public Attributes

ShapeMatrixType::NodalRowVectorType N
ShapeMatrixType::GlobalDimNodalMatrixType dNdx
BMatricesType::KelvinVectorType eps
BMatricesType::KelvinVectorType eps_prev
BMatricesType::KelvinVectorType eps_tensile
BMatricesType::KelvinVectorType sigma_tensile
BMatricesType::KelvinVectorType sigma_compressive
BMatricesType::KelvinVectorType sigma
double strain_energy_tensile
double elastic_energy
MaterialLib::Solids::MechanicsBase< DisplacementDim > const & solid_material
std::unique_ptr< typename MaterialLib::Solids::MechanicsBase< DisplacementDim >::MaterialStateVariables > material_state_variables
BMatricesType::KelvinMatrixType D
BMatricesType::KelvinMatrixType C_tensile
BMatricesType::KelvinMatrixType C_compressive
double integration_weight
double history_variable
double history_variable_prev

Constructor & Destructor Documentation

◆ IntegrationPointData()

template<typename BMatricesType, typename ShapeMatrixType, int DisplacementDim>
ProcessLib::PhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::IntegrationPointData ( MaterialLib::Solids::MechanicsBase< DisplacementDim > const & solid_material)
inlineexplicit

Definition at line 41 of file PhaseFieldFEM.h.

46 solid_material.createMaterialStateVariables())
47 {
48 }
MaterialLib::Solids::MechanicsBase< DisplacementDim > const & solid_material
std::unique_ptr< typename MaterialLib::Solids::MechanicsBase< DisplacementDim >::MaterialStateVariables > material_state_variables

Member Function Documentation

◆ pushBackState()

template<typename BMatricesType, typename ShapeMatrixType, int DisplacementDim>
void ProcessLib::PhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::pushBackState ( )
inline

◆ updateConstitutiveRelation()

template<typename BMatricesType, typename ShapeMatrixType, int DisplacementDim>
template<typename DisplacementVectorType>
void ProcessLib::PhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::updateConstitutiveRelation ( double const t,
ParameterLib::SpatialPosition const & x,
double const ,
DisplacementVectorType const & ,
double const degradation,
MaterialLib::Solids::Phasefield::EnergySplitModel const energy_split_model )
inline

Definition at line 78 of file PhaseFieldFEM.h.

86 {
88 decltype(sigma), decltype(D), DisplacementDim>(
92
95 }
BMatricesType::KelvinVectorType sigma_tensile
BMatricesType::KelvinMatrixType C_compressive
BMatricesType::KelvinVectorType sigma_compressive
BMatricesType::KelvinVectorType eps_tensile
BMatricesType::KelvinVectorType sigma
BMatricesType::KelvinMatrixType D
BMatricesType::KelvinMatrixType C_tensile

Member Data Documentation

◆ C_compressive

template<typename BMatricesType, typename ShapeMatrixType, int DisplacementDim>
BMatricesType::KelvinMatrixType ProcessLib::PhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::C_compressive

Definition at line 64 of file PhaseFieldFEM.h.

◆ C_tensile

template<typename BMatricesType, typename ShapeMatrixType, int DisplacementDim>
BMatricesType::KelvinMatrixType ProcessLib::PhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::C_tensile

Definition at line 64 of file PhaseFieldFEM.h.

◆ D

template<typename BMatricesType, typename ShapeMatrixType, int DisplacementDim>
BMatricesType::KelvinMatrixType ProcessLib::PhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::D

Definition at line 64 of file PhaseFieldFEM.h.

◆ dNdx

template<typename BMatricesType, typename ShapeMatrixType, int DisplacementDim>
ShapeMatrixType::GlobalDimNodalMatrixType ProcessLib::PhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::dNdx

Definition at line 51 of file PhaseFieldFEM.h.

◆ elastic_energy

template<typename BMatricesType, typename ShapeMatrixType, int DisplacementDim>
double ProcessLib::PhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::elastic_energy

Definition at line 57 of file PhaseFieldFEM.h.

◆ eps

template<typename BMatricesType, typename ShapeMatrixType, int DisplacementDim>
BMatricesType::KelvinVectorType ProcessLib::PhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::eps

Definition at line 53 of file PhaseFieldFEM.h.

◆ eps_prev

template<typename BMatricesType, typename ShapeMatrixType, int DisplacementDim>
BMatricesType::KelvinVectorType ProcessLib::PhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::eps_prev

Definition at line 53 of file PhaseFieldFEM.h.

◆ eps_tensile

template<typename BMatricesType, typename ShapeMatrixType, int DisplacementDim>
BMatricesType::KelvinVectorType ProcessLib::PhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::eps_tensile

Definition at line 53 of file PhaseFieldFEM.h.

◆ history_variable

template<typename BMatricesType, typename ShapeMatrixType, int DisplacementDim>
double ProcessLib::PhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::history_variable

Definition at line 67 of file PhaseFieldFEM.h.

◆ history_variable_prev

template<typename BMatricesType, typename ShapeMatrixType, int DisplacementDim>
double ProcessLib::PhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::history_variable_prev

Definition at line 67 of file PhaseFieldFEM.h.

◆ integration_weight

template<typename BMatricesType, typename ShapeMatrixType, int DisplacementDim>
double ProcessLib::PhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::integration_weight

Definition at line 66 of file PhaseFieldFEM.h.

◆ material_state_variables

template<typename BMatricesType, typename ShapeMatrixType, int DisplacementDim>
std::unique_ptr<typename MaterialLib::Solids::MechanicsBase< DisplacementDim>::MaterialStateVariables> ProcessLib::PhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::material_state_variables

Definition at line 62 of file PhaseFieldFEM.h.

◆ N

template<typename BMatricesType, typename ShapeMatrixType, int DisplacementDim>
ShapeMatrixType::NodalRowVectorType ProcessLib::PhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::N

Definition at line 50 of file PhaseFieldFEM.h.

◆ sigma

template<typename BMatricesType, typename ShapeMatrixType, int DisplacementDim>
BMatricesType::KelvinVectorType ProcessLib::PhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::sigma

Definition at line 56 of file PhaseFieldFEM.h.

◆ sigma_compressive

template<typename BMatricesType, typename ShapeMatrixType, int DisplacementDim>
BMatricesType::KelvinVectorType ProcessLib::PhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::sigma_compressive

Definition at line 55 of file PhaseFieldFEM.h.

◆ sigma_tensile

template<typename BMatricesType, typename ShapeMatrixType, int DisplacementDim>
BMatricesType::KelvinVectorType ProcessLib::PhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::sigma_tensile

Definition at line 55 of file PhaseFieldFEM.h.

◆ solid_material

template<typename BMatricesType, typename ShapeMatrixType, int DisplacementDim>
MaterialLib::Solids::MechanicsBase<DisplacementDim> const& ProcessLib::PhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::solid_material

Definition at line 59 of file PhaseFieldFEM.h.

◆ strain_energy_tensile

template<typename BMatricesType, typename ShapeMatrixType, int DisplacementDim>
double ProcessLib::PhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::strain_energy_tensile

Definition at line 57 of file PhaseFieldFEM.h.


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