OGS
ProcessLib::ThermoRichardsMechanics::ThermoRichardsMechanicsProcessData< DisplacementDim > Struct Template Reference

Detailed Description

template<int DisplacementDim>
struct ProcessLib::ThermoRichardsMechanics::ThermoRichardsMechanicsProcessData< DisplacementDim >

Definition at line 33 of file ThermoRichardsMechanicsProcessData.h.

#include <ThermoRichardsMechanicsProcessData.h>

Collaboration diagram for ProcessLib::ThermoRichardsMechanics::ThermoRichardsMechanicsProcessData< 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
 The constitutive relation for the mechanical part. More...
 
ParameterLib::Parameter< double > const *const initial_stress
 
Eigen::Matrix< double, DisplacementDim, 1 > const specific_body_force
 
bool const apply_mass_lumping
 
MeshLib::PropertyVector< double > * element_saturation = nullptr
 
MeshLib::PropertyVector< double > * element_porosity = nullptr
 
MeshLib::PropertyVector< double > * element_stresses = nullptr
 
MeshLib::PropertyVector< double > * temperature_interpolated = nullptr
 
MeshLib::PropertyVector< double > * pressure_interpolated = nullptr
 
 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
 

Member Data Documentation

◆ apply_mass_lumping

template<int DisplacementDim>
bool const ProcessLib::ThermoRichardsMechanics::ThermoRichardsMechanicsProcessData< DisplacementDim >::apply_mass_lumping

Definition at line 54 of file ThermoRichardsMechanicsProcessData.h.

◆ EIGEN_MAKE_ALIGNED_OPERATOR_NEW

template<int DisplacementDim>
ProcessLib::ThermoRichardsMechanics::ThermoRichardsMechanicsProcessData< DisplacementDim >::EIGEN_MAKE_ALIGNED_OPERATOR_NEW

Definition at line 62 of file ThermoRichardsMechanicsProcessData.h.

◆ element_porosity

template<int DisplacementDim>
MeshLib::PropertyVector<double>* ProcessLib::ThermoRichardsMechanics::ThermoRichardsMechanicsProcessData< DisplacementDim >::element_porosity = nullptr

Definition at line 57 of file ThermoRichardsMechanicsProcessData.h.

◆ element_saturation

template<int DisplacementDim>
MeshLib::PropertyVector<double>* ProcessLib::ThermoRichardsMechanics::ThermoRichardsMechanicsProcessData< DisplacementDim >::element_saturation = nullptr

Definition at line 56 of file ThermoRichardsMechanicsProcessData.h.

◆ element_stresses

template<int DisplacementDim>
MeshLib::PropertyVector<double>* ProcessLib::ThermoRichardsMechanics::ThermoRichardsMechanicsProcessData< DisplacementDim >::element_stresses = nullptr

Definition at line 58 of file ThermoRichardsMechanicsProcessData.h.

◆ initial_stress

template<int DisplacementDim>
ParameterLib::Parameter<double> const* const ProcessLib::ThermoRichardsMechanics::ThermoRichardsMechanicsProcessData< DisplacementDim >::initial_stress

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

Definition at line 47 of file ThermoRichardsMechanicsProcessData.h.

◆ material_ids

template<int DisplacementDim>
MeshLib::PropertyVector<int> const* const ProcessLib::ThermoRichardsMechanics::ThermoRichardsMechanicsProcessData< DisplacementDim >::material_ids = nullptr

Definition at line 35 of file ThermoRichardsMechanicsProcessData.h.

◆ media_map

template<int DisplacementDim>
std::unique_ptr<MaterialPropertyLib::MaterialSpatialDistributionMap> ProcessLib::ThermoRichardsMechanics::ThermoRichardsMechanicsProcessData< DisplacementDim >::media_map = nullptr

Definition at line 38 of file ThermoRichardsMechanicsProcessData.h.

◆ pressure_interpolated

template<int DisplacementDim>
MeshLib::PropertyVector<double>* ProcessLib::ThermoRichardsMechanics::ThermoRichardsMechanicsProcessData< DisplacementDim >::pressure_interpolated = nullptr

Definition at line 60 of file ThermoRichardsMechanicsProcessData.h.

◆ solid_materials

template<int DisplacementDim>
std::map<int, std::unique_ptr< MaterialLib::Solids::MechanicsBase<DisplacementDim> > > ProcessLib::ThermoRichardsMechanics::ThermoRichardsMechanicsProcessData< DisplacementDim >::solid_materials

The constitutive relation for the mechanical part.

Definition at line 43 of file ThermoRichardsMechanicsProcessData.h.

◆ specific_body_force

template<int DisplacementDim>
Eigen::Matrix<double, DisplacementDim, 1> const ProcessLib::ThermoRichardsMechanics::ThermoRichardsMechanicsProcessData< 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 52 of file ThermoRichardsMechanicsProcessData.h.

◆ temperature_interpolated

template<int DisplacementDim>
MeshLib::PropertyVector<double>* ProcessLib::ThermoRichardsMechanics::ThermoRichardsMechanicsProcessData< DisplacementDim >::temperature_interpolated = nullptr

Definition at line 59 of file ThermoRichardsMechanicsProcessData.h.


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