OGS
|
Definition at line 21 of file TwoPhaseFlowWithPPProcessData.h.
#include <TwoPhaseFlowWithPPProcessData.h>
Public Attributes | |
Eigen::VectorXd const | specific_body_force |
bool const | has_gravity |
bool const | has_mass_lumping |
Enables lumping of the mass matrix. | |
ParameterLib::Parameter< double > const & | temperature |
MaterialPropertyLib::MaterialSpatialDistributionMap | media_map |
bool const ProcessLib::TwoPhaseFlowWithPP::TwoPhaseFlowWithPPProcessData::has_gravity |
Definition at line 28 of file TwoPhaseFlowWithPPProcessData.h.
bool const ProcessLib::TwoPhaseFlowWithPP::TwoPhaseFlowWithPPProcessData::has_mass_lumping |
Enables lumping of the mass matrix.
Definition at line 31 of file TwoPhaseFlowWithPPProcessData.h.
MaterialPropertyLib::MaterialSpatialDistributionMap ProcessLib::TwoPhaseFlowWithPP::TwoPhaseFlowWithPPProcessData::media_map |
Definition at line 33 of file TwoPhaseFlowWithPPProcessData.h.
Eigen::VectorXd const ProcessLib::TwoPhaseFlowWithPP::TwoPhaseFlowWithPPProcessData::specific_body_force |
Specific body forces applied to solid and fluid. It is usually used to apply gravitational forces. A vector of displacement dimension's length.
Definition at line 26 of file TwoPhaseFlowWithPPProcessData.h.
ParameterLib::Parameter<double> const& ProcessLib::TwoPhaseFlowWithPP::TwoPhaseFlowWithPPProcessData::temperature |
Definition at line 32 of file TwoPhaseFlowWithPPProcessData.h.