OGS
ProcessLib::ThermoMechanics::ThermoMechanicsProcessData< DisplacementDim > Struct Template Reference

Detailed Description

template<int DisplacementDim>
struct ProcessLib::ThermoMechanics::ThermoMechanicsProcessData< DisplacementDim >

Definition at line 33 of file ThermoMechanicsProcessData.h.

#include <ThermoMechanicsProcessData.h>

Collaboration diagram for ProcessLib::ThermoMechanics::ThermoMechanicsProcessData< 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
 
int const mechanics_process_id
 ID of the mechanical process. More...
 
int const heat_conduction_process_id
 ID of heat conduction process. More...
 
 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
 

Member Data Documentation

◆ EIGEN_MAKE_ALIGNED_OPERATOR_NEW

template<int DisplacementDim>
ProcessLib::ThermoMechanics::ThermoMechanicsProcessData< DisplacementDim >::EIGEN_MAKE_ALIGNED_OPERATOR_NEW

Definition at line 57 of file ThermoMechanicsProcessData.h.

◆ heat_conduction_process_id

template<int DisplacementDim>
int const ProcessLib::ThermoMechanics::ThermoMechanicsProcessData< DisplacementDim >::heat_conduction_process_id

ID of heat conduction process.

Definition at line 55 of file ThermoMechanicsProcessData.h.

◆ initial_stress

template<int DisplacementDim>
ParameterLib::Parameter<double> const* const ProcessLib::ThermoMechanics::ThermoMechanicsProcessData< 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 ThermoMechanicsProcessData.h.

◆ material_ids

template<int DisplacementDim>
MeshLib::PropertyVector<int> const* const ProcessLib::ThermoMechanics::ThermoMechanicsProcessData< DisplacementDim >::material_ids = nullptr

Definition at line 35 of file ThermoMechanicsProcessData.h.

◆ mechanics_process_id

template<int DisplacementDim>
int const ProcessLib::ThermoMechanics::ThermoMechanicsProcessData< DisplacementDim >::mechanics_process_id

ID of the mechanical process.

Definition at line 52 of file ThermoMechanicsProcessData.h.

◆ media_map

template<int DisplacementDim>
std::unique_ptr<MaterialPropertyLib::MaterialSpatialDistributionMap> ProcessLib::ThermoMechanics::ThermoMechanicsProcessData< DisplacementDim >::media_map = nullptr

Definition at line 38 of file ThermoMechanicsProcessData.h.

◆ solid_materials

template<int DisplacementDim>
std::map<int, std::unique_ptr< MaterialLib::Solids::MechanicsBase<DisplacementDim> > > ProcessLib::ThermoMechanics::ThermoMechanicsProcessData< DisplacementDim >::solid_materials

The constitutive relation for the mechanical part.

Definition at line 43 of file ThermoMechanicsProcessData.h.

◆ specific_body_force

template<int DisplacementDim>
Eigen::Matrix<double, DisplacementDim, 1> const ProcessLib::ThermoMechanics::ThermoMechanicsProcessData< DisplacementDim >::specific_body_force

Definition at line 49 of file ThermoMechanicsProcessData.h.


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