![]() |
OGS
|
Definition at line 23 of file ThermoRichardsFlowProcessData.h.
#include <ThermoRichardsFlowProcessData.h>
Public Attributes | |
| MaterialPropertyLib::MaterialSpatialDistributionMap | media_map |
| Eigen::VectorXd const | specific_body_force |
| bool const | apply_mass_lumping |
| std::unique_ptr< SimplifiedElasticityModel > | simplified_elasticity = nullptr |
| MeshLib::PropertyVector< double > * | element_saturation = nullptr |
| MeshLib::PropertyVector< double > * | element_porosity = nullptr |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW | |
| bool const ProcessLib::ThermoRichardsFlow::ThermoRichardsFlowProcessData::apply_mass_lumping |
Definition at line 32 of file ThermoRichardsFlowProcessData.h.
| ProcessLib::ThermoRichardsFlow::ThermoRichardsFlowProcessData::EIGEN_MAKE_ALIGNED_OPERATOR_NEW |
Definition at line 38 of file ThermoRichardsFlowProcessData.h.
| MeshLib::PropertyVector<double>* ProcessLib::ThermoRichardsFlow::ThermoRichardsFlowProcessData::element_porosity = nullptr |
Definition at line 36 of file ThermoRichardsFlowProcessData.h.
| MeshLib::PropertyVector<double>* ProcessLib::ThermoRichardsFlow::ThermoRichardsFlowProcessData::element_saturation = nullptr |
Definition at line 35 of file ThermoRichardsFlowProcessData.h.
| MaterialPropertyLib::MaterialSpatialDistributionMap ProcessLib::ThermoRichardsFlow::ThermoRichardsFlowProcessData::media_map |
Definition at line 25 of file ThermoRichardsFlowProcessData.h.
| std::unique_ptr<SimplifiedElasticityModel> ProcessLib::ThermoRichardsFlow::ThermoRichardsFlowProcessData::simplified_elasticity = nullptr |
Definition at line 33 of file ThermoRichardsFlowProcessData.h.
| Eigen::VectorXd const ProcessLib::ThermoRichardsFlow::ThermoRichardsFlowProcessData::specific_body_force |
Specific body forces applied to solid and fluid. It is usually used to apply gravitational forces. A vector of global mesh dimension's length.
Definition at line 30 of file ThermoRichardsFlowProcessData.h.