OGS
|
Definition at line 30 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 39 of file ThermoRichardsFlowProcessData.h.
ProcessLib::ThermoRichardsFlow::ThermoRichardsFlowProcessData::EIGEN_MAKE_ALIGNED_OPERATOR_NEW |
Definition at line 45 of file ThermoRichardsFlowProcessData.h.
MeshLib::PropertyVector<double>* ProcessLib::ThermoRichardsFlow::ThermoRichardsFlowProcessData::element_porosity = nullptr |
Definition at line 43 of file ThermoRichardsFlowProcessData.h.
Referenced by ProcessLib::ThermoRichardsFlow::ThermoRichardsFlowProcess::initializeConcreteProcess().
MeshLib::PropertyVector<double>* ProcessLib::ThermoRichardsFlow::ThermoRichardsFlowProcessData::element_saturation = nullptr |
Definition at line 42 of file ThermoRichardsFlowProcessData.h.
Referenced by ProcessLib::ThermoRichardsFlow::ThermoRichardsFlowProcess::initializeConcreteProcess().
MaterialPropertyLib::MaterialSpatialDistributionMap ProcessLib::ThermoRichardsFlow::ThermoRichardsFlowProcessData::media_map |
Definition at line 32 of file ThermoRichardsFlowProcessData.h.
Referenced by ProcessLib::ThermoRichardsFlow::ThermoRichardsFlowLocalAssembler< ShapeFunction, GlobalDim >::ThermoRichardsFlowLocalAssembler().
std::unique_ptr<SimplifiedElasticityModel> ProcessLib::ThermoRichardsFlow::ThermoRichardsFlowProcessData::simplified_elasticity = nullptr |
Definition at line 40 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 37 of file ThermoRichardsFlowProcessData.h.