OGS
ProcessLib::LiquidFlow::LiquidFlowData Struct Referencefinal

Detailed Description

Definition at line 22 of file LiquidFlowData.h.

#include <LiquidFlowData.h>

Collaboration diagram for ProcessLib::LiquidFlow::LiquidFlowData:
[legend]

Public Attributes

MaterialPropertyLib::MaterialSpatialDistributionMap media_map
 
std::vector< Eigen::MatrixXd > const element_rotation_matrices
 A vector of the rotation matrices for all elements.
 
int const mesh_space_dimension
 
Eigen::VectorXd const specific_body_force
 
bool const has_gravity
 
ParameterLib::Parameter< double > const & aperture_size
 

Member Data Documentation

◆ aperture_size

ParameterLib::Parameter<double> const& ProcessLib::LiquidFlow::LiquidFlowData::aperture_size

It stores aperture size, which is the thickness of 2D element or the cross section area of 1D element. For 3D element, the value is set to 1.

Definition at line 36 of file LiquidFlowData.h.

Referenced by ProcessLib::LiquidFlow::LiquidFlowLocalAssembler< ShapeFunction, GlobalDim >::LiquidFlowLocalAssembler().

◆ element_rotation_matrices

std::vector<Eigen::MatrixXd> const ProcessLib::LiquidFlow::LiquidFlowData::element_rotation_matrices

A vector of the rotation matrices for all elements.

Definition at line 27 of file LiquidFlowData.h.

◆ has_gravity

bool const ProcessLib::LiquidFlow::LiquidFlowData::has_gravity

Definition at line 32 of file LiquidFlowData.h.

◆ media_map

MaterialPropertyLib::MaterialSpatialDistributionMap ProcessLib::LiquidFlow::LiquidFlowData::media_map

Definition at line 24 of file LiquidFlowData.h.

◆ mesh_space_dimension

int const ProcessLib::LiquidFlow::LiquidFlowData::mesh_space_dimension

◆ specific_body_force

Eigen::VectorXd const ProcessLib::LiquidFlow::LiquidFlowData::specific_body_force

Definition at line 31 of file LiquidFlowData.h.


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