OGS
|
Definition at line 21 of file StokesFlowProcessData.h.
#include <StokesFlowProcessData.h>
Public Attributes | |
MaterialPropertyLib::MaterialSpatialDistributionMap | media_map |
Eigen::VectorXd const | specific_body_force |
an external force that applies in the bulk of the fluid, like gravity. | |
bool const | use_stokes_brinkman_form |
MeshLib::PropertyVector< double > * | pressure_interpolated = nullptr |
MaterialPropertyLib::MaterialSpatialDistributionMap ProcessLib::StokesFlow::StokesFlowProcessData::media_map |
Definition at line 23 of file StokesFlowProcessData.h.
Referenced by ProcessLib::StokesFlow::LocalAssemblerData< ShapeFunctionLiquidVelocity, ShapeFunctionPressure, GlobalDim >::assemble().
MeshLib::PropertyVector<double>* ProcessLib::StokesFlow::StokesFlowProcessData::pressure_interpolated = nullptr |
Definition at line 31 of file StokesFlowProcessData.h.
Eigen::VectorXd const ProcessLib::StokesFlow::StokesFlowProcessData::specific_body_force |
an external force that applies in the bulk of the fluid, like gravity.
Definition at line 25 of file StokesFlowProcessData.h.
Referenced by ProcessLib::StokesFlow::LocalAssemblerData< ShapeFunctionLiquidVelocity, ShapeFunctionPressure, GlobalDim >::assemble().
bool const ProcessLib::StokesFlow::StokesFlowProcessData::use_stokes_brinkman_form |
When true, the Darcy term will be included in the momentum balance equation.
Definition at line 29 of file StokesFlowProcessData.h.
Referenced by ProcessLib::StokesFlow::LocalAssemblerData< ShapeFunctionLiquidVelocity, ShapeFunctionPressure, GlobalDim >::assemble().