OGS
ProcessLib::ThermoRichardsFlow::ThermoRichardsFlowProcessData Struct Reference

Detailed Description

Definition at line 30 of file ThermoRichardsFlowProcessData.h.

#include <ThermoRichardsFlowProcessData.h>

Collaboration diagram for ProcessLib::ThermoRichardsFlow::ThermoRichardsFlowProcessData:
[legend]

Public Attributes

MaterialPropertyLib::MaterialSpatialDistributionMap media_map
 
Eigen::VectorXd const specific_body_force
 
bool const apply_mass_lumping
 
std::unique_ptr< SimplifiedElasticityModelsimplified_elasticity = nullptr
 
MeshLib::PropertyVector< double > * element_saturation = nullptr
 
MeshLib::PropertyVector< double > * element_porosity = nullptr
 
 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
 

Member Data Documentation

◆ apply_mass_lumping

bool const ProcessLib::ThermoRichardsFlow::ThermoRichardsFlowProcessData::apply_mass_lumping

Definition at line 39 of file ThermoRichardsFlowProcessData.h.

◆ EIGEN_MAKE_ALIGNED_OPERATOR_NEW

ProcessLib::ThermoRichardsFlow::ThermoRichardsFlowProcessData::EIGEN_MAKE_ALIGNED_OPERATOR_NEW

Definition at line 45 of file ThermoRichardsFlowProcessData.h.

◆ element_porosity

MeshLib::PropertyVector<double>* ProcessLib::ThermoRichardsFlow::ThermoRichardsFlowProcessData::element_porosity = nullptr

◆ element_saturation

MeshLib::PropertyVector<double>* ProcessLib::ThermoRichardsFlow::ThermoRichardsFlowProcessData::element_saturation = nullptr

◆ media_map

◆ simplified_elasticity

std::unique_ptr<SimplifiedElasticityModel> ProcessLib::ThermoRichardsFlow::ThermoRichardsFlowProcessData::simplified_elasticity = nullptr

Definition at line 40 of file ThermoRichardsFlowProcessData.h.

◆ specific_body_force

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.


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