OGS
ProcessLib::StokesFlow::StokesFlowProcessData Struct Reference

Detailed Description

Definition at line 21 of file StokesFlowProcessData.h.

#include <StokesFlowProcessData.h>

Collaboration diagram for ProcessLib::StokesFlow::StokesFlowProcessData:
[legend]

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
 

Member Data Documentation

◆ media_map

◆ pressure_interpolated

MeshLib::PropertyVector<double>* ProcessLib::StokesFlow::StokesFlowProcessData::pressure_interpolated = nullptr

◆ specific_body_force

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().

◆ use_stokes_brinkman_form

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().


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