![]() |
OGS
|
Definition at line 43 of file HMPhaseFieldFEM.h.
#include <HMPhaseFieldFEM.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 |
double | width_ip |
Eigen::Vector< double, DisplacementDim > | normal_ip |
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 | coupling_pressure = 0.0 |
double | fracture_enhanced_porosity = 0.0 |
double | biot_coefficient |
double | biot_coefficient_prev |
double | biot_modulus_inv |
double | biot_modulus_inv_prev |
|
inlineexplicit |
Definition at line 45 of file HMPhaseFieldFEM.h.
|
inline |
Definition at line 78 of file HMPhaseFieldFEM.h.
References ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::biot_coefficient, ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::biot_coefficient_prev, ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::biot_modulus_inv, ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::biot_modulus_inv_prev, ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::eps, ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::eps_prev, and ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::material_state_variables.
|
inline |
Definition at line 87 of file HMPhaseFieldFEM.h.
References ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::C_compressive, ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::C_tensile, MaterialLib::Solids::Phasefield::calculateStress(), ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::D, ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::elastic_energy, ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::eps, ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::eps_tensile, ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::sigma, ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::sigma_compressive, ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::sigma_tensile, ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::solid_material, and ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::strain_energy_tensile.
double ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::biot_coefficient |
Definition at line 75 of file HMPhaseFieldFEM.h.
Referenced by ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::pushBackState().
double ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::biot_coefficient_prev |
Definition at line 75 of file HMPhaseFieldFEM.h.
Referenced by ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::pushBackState().
double ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::biot_modulus_inv |
Definition at line 75 of file HMPhaseFieldFEM.h.
Referenced by ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::pushBackState().
double ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::biot_modulus_inv_prev |
Definition at line 76 of file HMPhaseFieldFEM.h.
Referenced by ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::pushBackState().
BMatricesType::KelvinMatrixType ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::C_compressive |
Definition at line 70 of file HMPhaseFieldFEM.h.
Referenced by ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::updateConstitutiveRelation().
BMatricesType::KelvinMatrixType ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::C_tensile |
Definition at line 70 of file HMPhaseFieldFEM.h.
Referenced by ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::updateConstitutiveRelation().
double ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::coupling_pressure = 0.0 |
Definition at line 73 of file HMPhaseFieldFEM.h.
BMatricesType::KelvinMatrixType ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::D |
Definition at line 70 of file HMPhaseFieldFEM.h.
Referenced by ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::updateConstitutiveRelation().
ShapeMatrixType::GlobalDimNodalMatrixType ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::dNdx |
Definition at line 55 of file HMPhaseFieldFEM.h.
double ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::elastic_energy |
Definition at line 61 of file HMPhaseFieldFEM.h.
Referenced by ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::updateConstitutiveRelation().
BMatricesType::KelvinVectorType ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::eps |
Definition at line 57 of file HMPhaseFieldFEM.h.
Referenced by ProcessLib::HMPhaseField::HMPhaseFieldLocalAssembler< ShapeFunction, DisplacementDim >::getIntPtEpsilon(), ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::pushBackState(), and ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::updateConstitutiveRelation().
BMatricesType::KelvinVectorType ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::eps_prev |
Definition at line 57 of file HMPhaseFieldFEM.h.
Referenced by ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::pushBackState().
BMatricesType::KelvinVectorType ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::eps_tensile |
Definition at line 57 of file HMPhaseFieldFEM.h.
Referenced by ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::updateConstitutiveRelation().
double ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::fracture_enhanced_porosity = 0.0 |
Definition at line 74 of file HMPhaseFieldFEM.h.
double ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::integration_weight |
Definition at line 72 of file HMPhaseFieldFEM.h.
std::unique_ptr<typename MaterialLib::Solids::MechanicsBase< DisplacementDim>::MaterialStateVariables> ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::material_state_variables |
Definition at line 68 of file HMPhaseFieldFEM.h.
Referenced by ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::pushBackState().
ShapeMatrixType::NodalRowVectorType ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::N |
Definition at line 54 of file HMPhaseFieldFEM.h.
Eigen::Vector<double, DisplacementDim> ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::normal_ip |
Definition at line 63 of file HMPhaseFieldFEM.h.
BMatricesType::KelvinVectorType ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::sigma |
Definition at line 60 of file HMPhaseFieldFEM.h.
Referenced by ProcessLib::HMPhaseField::HMPhaseFieldLocalAssembler< ShapeFunction, DisplacementDim >::getIntPtSigma(), and ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::updateConstitutiveRelation().
BMatricesType::KelvinVectorType ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::sigma_compressive |
Definition at line 59 of file HMPhaseFieldFEM.h.
Referenced by ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::updateConstitutiveRelation().
BMatricesType::KelvinVectorType ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::sigma_tensile |
Definition at line 59 of file HMPhaseFieldFEM.h.
Referenced by ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::updateConstitutiveRelation().
MaterialLib::Solids::MechanicsBase<DisplacementDim> const& ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::solid_material |
Definition at line 65 of file HMPhaseFieldFEM.h.
Referenced by ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::updateConstitutiveRelation().
double ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::strain_energy_tensile |
Definition at line 61 of file HMPhaseFieldFEM.h.
Referenced by ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::updateConstitutiveRelation().
double ProcessLib::HMPhaseField::IntegrationPointData< BMatricesType, ShapeMatrixType, DisplacementDim >::width_ip |
Definition at line 62 of file HMPhaseFieldFEM.h.