OGS
|
Definition at line 33 of file SmallDeformationProcessData.h.
#include <SmallDeformationProcessData.h>
Public Attributes | |
MeshLib::PropertyVector< int > const *const | material_ids = nullptr |
MaterialPropertyLib::MaterialSpatialDistributionMap | media_map |
std::map< int, std::shared_ptr< MaterialLib::Solids::MechanicsBase< DisplacementDim > > > | solid_materials |
ParameterLib::Parameter< double > const *const | initial_stress |
Eigen::Matrix< double, DisplacementDim, 1 > const | specific_body_force |
ParameterLib::Parameter< double > const *const | reference_temperature |
const bool | use_b_bar |
std::array< MeshLib::PropertyVector< double > *, 3 > | principal_stress_vector |
MeshLib::PropertyVector< double > * | principal_stress_values = nullptr |
ParameterLib::Parameter<double> const* const ProcessLib::SmallDeformation::SmallDeformationProcessData< DisplacementDim >::initial_stress |
Optional, initial stress field. A symmetric tensor, short vector representation of length 4 or 6, ParameterLib::Parameter<double>.
Definition at line 45 of file SmallDeformationProcessData.h.
MeshLib::PropertyVector<int> const* const ProcessLib::SmallDeformation::SmallDeformationProcessData< DisplacementDim >::material_ids = nullptr |
Definition at line 35 of file SmallDeformationProcessData.h.
MaterialPropertyLib::MaterialSpatialDistributionMap ProcessLib::SmallDeformation::SmallDeformationProcessData< DisplacementDim >::media_map |
Definition at line 37 of file SmallDeformationProcessData.h.
MeshLib::PropertyVector<double>* ProcessLib::SmallDeformation::SmallDeformationProcessData< DisplacementDim >::principal_stress_values = nullptr |
Definition at line 60 of file SmallDeformationProcessData.h.
std::array<MeshLib::PropertyVector<double>*, 3> ProcessLib::SmallDeformation::SmallDeformationProcessData< DisplacementDim >::principal_stress_vector |
Definition at line 58 of file SmallDeformationProcessData.h.
ParameterLib::Parameter<double> const* const ProcessLib::SmallDeformation::SmallDeformationProcessData< DisplacementDim >::reference_temperature |
Definition at line 52 of file SmallDeformationProcessData.h.
std::map<int, std::shared_ptr< MaterialLib::Solids::MechanicsBase<DisplacementDim> > > ProcessLib::SmallDeformation::SmallDeformationProcessData< DisplacementDim >::solid_materials |
Definition at line 41 of file SmallDeformationProcessData.h.
Eigen::Matrix<double, DisplacementDim, 1> const ProcessLib::SmallDeformation::SmallDeformationProcessData< DisplacementDim >::specific_body_force |
Specific body forces applied to the solid. It is usually used to apply gravitational forces. A vector of displacement dimension's length.
Definition at line 50 of file SmallDeformationProcessData.h.
const bool ProcessLib::SmallDeformation::SmallDeformationProcessData< DisplacementDim >::use_b_bar |
An indicator to use the B bar method [20] to tackle the volumetric locking.
Definition at line 56 of file SmallDeformationProcessData.h.