OGS
ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim > Struct Template Reference

Detailed Description

template<int DisplacementDim>
struct ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >

Definition at line 36 of file HydroMechanicsProcessData.h.

#include <HydroMechanicsProcessData.h>

Collaboration diagram for ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >:
[legend]

Public Attributes

MeshLib::PropertyVector< int > const *const material_ids
 
std::map< int, std::shared_ptr< MaterialLib::Solids::MechanicsBase< DisplacementDim > > > solid_materials
 
MaterialPropertyLib::MaterialSpatialDistributionMap media_map
 
Eigen::Matrix< double, DisplacementDim, 1 > const specific_body_force
 
std::unique_ptr< MaterialLib::Fracture::FractureModelBase< DisplacementDim > > fracture_model
 
std::vector< FracturePropertyfracture_properties
 
ParameterLib::Parameter< double > const & initial_effective_stress
 
ParameterLib::Parameter< double > const & initial_fracture_effective_stress
 
bool const deactivate_matrix_in_flow
 
const bool use_b_bar
 
std::vector< JunctionPropertyjunction_properties = {}
 
MeshLib::PropertyVector< int > const * mesh_prop_materialIDs = nullptr
 
std::vector< int > map_materialID_to_fractureID = {}
 
std::vector< std::vector< int > > vec_ele_connected_fractureIDs = {}
 
std::vector< std::vector< int > > vec_ele_connected_junctionIDs = {}
 
std::unique_ptr< MeshLib::ElementStatusp_element_status = nullptr
 
ParameterLib::Parameter< double > const * p0 = nullptr
 
MeshLib::PropertyVector< double > * element_stresses = nullptr
 
MeshLib::PropertyVector< double > * element_velocities = nullptr
 
MeshLib::PropertyVector< double > * element_local_jumps = nullptr
 
MeshLib::PropertyVector< double > * element_fracture_stresses = nullptr
 
MeshLib::PropertyVector< double > * element_fracture_velocities = nullptr
 
MeshLib::PropertyVector< double > * mesh_prop_b = nullptr
 
MeshLib::PropertyVector< double > * mesh_prop_k_f = nullptr
 
MeshLib::PropertyVector< double > * mesh_prop_fracture_shear_failure = nullptr
 
MeshLib::PropertyVector< double > * mesh_prop_nodal_p = nullptr
 
MeshLib::PropertyVector< double > * mesh_prop_nodal_forces = nullptr
 
MeshLib::PropertyVector< double > * mesh_prop_nodal_forces_jump = nullptr
 
MeshLib::PropertyVector< double > * mesh_prop_hydraulic_flow = nullptr
 
 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
 

Member Data Documentation

◆ deactivate_matrix_in_flow

template<int DisplacementDim>
bool const ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::deactivate_matrix_in_flow

Definition at line 53 of file HydroMechanicsProcessData.h.

◆ EIGEN_MAKE_ALIGNED_OPERATOR_NEW

template<int DisplacementDim>
ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::EIGEN_MAKE_ALIGNED_OPERATOR_NEW

Definition at line 87 of file HydroMechanicsProcessData.h.

◆ element_fracture_stresses

template<int DisplacementDim>
MeshLib::PropertyVector<double>* ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::element_fracture_stresses = nullptr

Definition at line 75 of file HydroMechanicsProcessData.h.

◆ element_fracture_velocities

template<int DisplacementDim>
MeshLib::PropertyVector<double>* ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::element_fracture_velocities = nullptr

Definition at line 76 of file HydroMechanicsProcessData.h.

◆ element_local_jumps

template<int DisplacementDim>
MeshLib::PropertyVector<double>* ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::element_local_jumps = nullptr

Definition at line 74 of file HydroMechanicsProcessData.h.

◆ element_stresses

template<int DisplacementDim>
MeshLib::PropertyVector<double>* ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::element_stresses = nullptr

Definition at line 72 of file HydroMechanicsProcessData.h.

◆ element_velocities

template<int DisplacementDim>
MeshLib::PropertyVector<double>* ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::element_velocities = nullptr

Definition at line 73 of file HydroMechanicsProcessData.h.

◆ fracture_model

template<int DisplacementDim>
std::unique_ptr<MaterialLib::Fracture::FractureModelBase<DisplacementDim> > ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::fracture_model

Definition at line 47 of file HydroMechanicsProcessData.h.

◆ fracture_properties

template<int DisplacementDim>
std::vector<FractureProperty> ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::fracture_properties

Definition at line 48 of file HydroMechanicsProcessData.h.

◆ initial_effective_stress

template<int DisplacementDim>
ParameterLib::Parameter<double> const& ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::initial_effective_stress

Definition at line 50 of file HydroMechanicsProcessData.h.

◆ initial_fracture_effective_stress

template<int DisplacementDim>
ParameterLib::Parameter<double> const& ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::initial_fracture_effective_stress

Definition at line 51 of file HydroMechanicsProcessData.h.

◆ junction_properties

template<int DisplacementDim>
std::vector<JunctionProperty> ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::junction_properties = {}

Definition at line 59 of file HydroMechanicsProcessData.h.

59{};

◆ map_materialID_to_fractureID

template<int DisplacementDim>
std::vector<int> ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::map_materialID_to_fractureID = {}

Definition at line 62 of file HydroMechanicsProcessData.h.

62{};

◆ material_ids

template<int DisplacementDim>
MeshLib::PropertyVector<int> const* const ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::material_ids

Definition at line 38 of file HydroMechanicsProcessData.h.

◆ media_map

Definition at line 43 of file HydroMechanicsProcessData.h.

◆ mesh_prop_b

template<int DisplacementDim>
MeshLib::PropertyVector<double>* ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::mesh_prop_b = nullptr

Definition at line 78 of file HydroMechanicsProcessData.h.

◆ mesh_prop_fracture_shear_failure

template<int DisplacementDim>
MeshLib::PropertyVector<double>* ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::mesh_prop_fracture_shear_failure = nullptr

Definition at line 80 of file HydroMechanicsProcessData.h.

◆ mesh_prop_hydraulic_flow

template<int DisplacementDim>
MeshLib::PropertyVector<double>* ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::mesh_prop_hydraulic_flow = nullptr

Definition at line 85 of file HydroMechanicsProcessData.h.

◆ mesh_prop_k_f

template<int DisplacementDim>
MeshLib::PropertyVector<double>* ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::mesh_prop_k_f = nullptr

Definition at line 79 of file HydroMechanicsProcessData.h.

◆ mesh_prop_materialIDs

template<int DisplacementDim>
MeshLib::PropertyVector<int> const* ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::mesh_prop_materialIDs = nullptr

Definition at line 61 of file HydroMechanicsProcessData.h.

◆ mesh_prop_nodal_forces

template<int DisplacementDim>
MeshLib::PropertyVector<double>* ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::mesh_prop_nodal_forces = nullptr

Definition at line 83 of file HydroMechanicsProcessData.h.

◆ mesh_prop_nodal_forces_jump

template<int DisplacementDim>
MeshLib::PropertyVector<double>* ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::mesh_prop_nodal_forces_jump = nullptr

Definition at line 84 of file HydroMechanicsProcessData.h.

◆ mesh_prop_nodal_p

template<int DisplacementDim>
MeshLib::PropertyVector<double>* ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::mesh_prop_nodal_p = nullptr

Definition at line 81 of file HydroMechanicsProcessData.h.

◆ p0

template<int DisplacementDim>
ParameterLib::Parameter<double> const* ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::p0 = nullptr

Definition at line 69 of file HydroMechanicsProcessData.h.

◆ p_element_status

template<int DisplacementDim>
std::unique_ptr<MeshLib::ElementStatus> ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::p_element_status = nullptr

Definition at line 68 of file HydroMechanicsProcessData.h.

◆ solid_materials

template<int DisplacementDim>
std::map<int, std::shared_ptr< MaterialLib::Solids::MechanicsBase<DisplacementDim> > > ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::solid_materials

Definition at line 41 of file HydroMechanicsProcessData.h.

◆ specific_body_force

template<int DisplacementDim>
Eigen::Matrix<double, DisplacementDim, 1> const ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::specific_body_force

Definition at line 45 of file HydroMechanicsProcessData.h.

◆ use_b_bar

template<int DisplacementDim>
const bool ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::use_b_bar

An indicator to use the B bar method [20] to tackle the volumetric locking.

Definition at line 57 of file HydroMechanicsProcessData.h.

◆ vec_ele_connected_fractureIDs

◆ vec_ele_connected_junctionIDs

template<int DisplacementDim>
std::vector<std::vector<int> > ProcessLib::LIE::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::vec_ele_connected_junctionIDs = {}

Definition at line 66 of file HydroMechanicsProcessData.h.

66{};

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