OGS
|
Definition at line 33 of file ThermoMechanicsProcessData.h.
#include <ThermoMechanicsProcessData.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 |
The constitutive relation for the mechanical part. | |
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. | |
int const | heat_conduction_process_id |
ID of heat conduction process. | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | |
ProcessLib::ThermoMechanics::ThermoMechanicsProcessData< DisplacementDim >::EIGEN_MAKE_ALIGNED_OPERATOR_NEW |
Definition at line 56 of file ThermoMechanicsProcessData.h.
int const ProcessLib::ThermoMechanics::ThermoMechanicsProcessData< DisplacementDim >::heat_conduction_process_id |
ID of heat conduction process.
Definition at line 54 of file ThermoMechanicsProcessData.h.
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 46 of file ThermoMechanicsProcessData.h.
MeshLib::PropertyVector<int> const* const ProcessLib::ThermoMechanics::ThermoMechanicsProcessData< DisplacementDim >::material_ids = nullptr |
Definition at line 35 of file ThermoMechanicsProcessData.h.
int const ProcessLib::ThermoMechanics::ThermoMechanicsProcessData< DisplacementDim >::mechanics_process_id |
ID of the mechanical process.
Definition at line 51 of file ThermoMechanicsProcessData.h.
MaterialPropertyLib::MaterialSpatialDistributionMap ProcessLib::ThermoMechanics::ThermoMechanicsProcessData< DisplacementDim >::media_map |
Definition at line 37 of file ThermoMechanicsProcessData.h.
std::map<int, std::shared_ptr< MaterialLib::Solids::MechanicsBase<DisplacementDim> > > ProcessLib::ThermoMechanics::ThermoMechanicsProcessData< DisplacementDim >::solid_materials |
The constitutive relation for the mechanical part.
Definition at line 42 of file ThermoMechanicsProcessData.h.
Eigen::Matrix<double, DisplacementDim, 1> const ProcessLib::ThermoMechanics::ThermoMechanicsProcessData< DisplacementDim >::specific_body_force |
Definition at line 48 of file ThermoMechanicsProcessData.h.