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

Detailed Description

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

Definition at line 35 of file HydroMechanicsProcessData.h.

#include <HydroMechanicsProcessData.h>

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

Public Attributes

MeshLib::PropertyVector< int > const *const material_ids = nullptr
 
std::unique_ptr< MaterialPropertyLib::MaterialSpatialDistributionMapmedia_map = nullptr
 
std::map< int, std::unique_ptr< MaterialLib::Solids::MechanicsBase< DisplacementDim > > > solid_materials
 
ParameterLib::Parameter< double > const *const initial_stress
 
Eigen::Matrix< double, DisplacementDim, 1 > const specific_body_force
 
bool const mass_lumping
 If set mass lumping will be applied to the pressure equation. More...
 
int const hydraulic_process_id
 ID of hydraulic process. More...
 
int const mechanics_related_process_id
 ID of the processes that contains mechanical process. More...
 
MeshLib::PropertyVector< double > * pressure_interpolated = nullptr
 
std::array< MeshLib::PropertyVector< double > *, 3 > principal_stress_vector
 
MeshLib::PropertyVector< double > * principal_stress_values = nullptr
 
MeshLib::PropertyVector< double > * permeability = nullptr
 
 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
 

Member Data Documentation

◆ EIGEN_MAKE_ALIGNED_OPERATOR_NEW

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

Definition at line 76 of file HydroMechanicsProcessData.h.

◆ hydraulic_process_id

template<int DisplacementDim>
int const ProcessLib::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::hydraulic_process_id

ID of hydraulic process.

Definition at line 62 of file HydroMechanicsProcessData.h.

◆ initial_stress

template<int DisplacementDim>
ParameterLib::Parameter<double> const* const ProcessLib::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::initial_stress

Optional, initial stress field. A symmetric tensor, short vector representation of length 4 or 6, ParameterLib::Parameter<double>.

Definition at line 51 of file HydroMechanicsProcessData.h.

◆ mass_lumping

template<int DisplacementDim>
bool const ProcessLib::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::mass_lumping

If set mass lumping will be applied to the pressure equation.

Definition at line 59 of file HydroMechanicsProcessData.h.

◆ material_ids

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

Definition at line 37 of file HydroMechanicsProcessData.h.

◆ mechanics_related_process_id

template<int DisplacementDim>
int const ProcessLib::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::mechanics_related_process_id

ID of the processes that contains mechanical process.

Definition at line 65 of file HydroMechanicsProcessData.h.

◆ media_map

template<int DisplacementDim>
std::unique_ptr<MaterialPropertyLib::MaterialSpatialDistributionMap> ProcessLib::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::media_map = nullptr

Definition at line 40 of file HydroMechanicsProcessData.h.

◆ permeability

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

Total permeability as a symmetric tensor of length 4 or 6 with elements in the order k_xx, k_yy, k_zz, k_xy, k_yz, k_xz

Definition at line 74 of file HydroMechanicsProcessData.h.

◆ pressure_interpolated

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

Definition at line 67 of file HydroMechanicsProcessData.h.

◆ principal_stress_values

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

Definition at line 70 of file HydroMechanicsProcessData.h.

◆ principal_stress_vector

template<int DisplacementDim>
std::array<MeshLib::PropertyVector<double>*, 3> ProcessLib::HydroMechanics::HydroMechanicsProcessData< DisplacementDim >::principal_stress_vector
Initial value:
= {
nullptr, nullptr, nullptr}

Definition at line 68 of file HydroMechanicsProcessData.h.

◆ solid_materials

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

The constitutive relation for the mechanical part.

Note
Linear elasticity is the only supported one in the moment.

Definition at line 47 of file HydroMechanicsProcessData.h.

◆ specific_body_force

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

Specific body forces applied to solid and fluid. It is usually used to apply gravitational forces. A vector of displacement dimension's length.

Definition at line 56 of file HydroMechanicsProcessData.h.


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