OGS
ProcessLib::LIE::BranchProperty Struct Referencefinal

Detailed Description

Definition at line 21 of file BranchProperty.h.

#include <BranchProperty.h>

Public Member Functions

 BranchProperty (MeshLib::Node const &branchNode, int const master_fracture_id_, int const slave_fracture_id_)

Public Attributes

Eigen::Vector3d const coords
Eigen::Vector3d normal_vector_branch
std::size_t const node_id
int const master_fracture_id
int const slave_fracture_id

Constructor & Destructor Documentation

◆ BranchProperty()

ProcessLib::LIE::BranchProperty::BranchProperty ( MeshLib::Node const & branchNode,
int const master_fracture_id_,
int const slave_fracture_id_ )
inline

Definition at line 23 of file BranchProperty.h.

26 : coords{branchNode.data()},
27 node_id{branchNode.getID()},
28 master_fracture_id{master_fracture_id_},
29 slave_fracture_id{slave_fracture_id_}
30 {
31 }
Eigen::Vector3d const coords

References coords, master_fracture_id, node_id, and slave_fracture_id.

Member Data Documentation

◆ coords

Eigen::Vector3d const ProcessLib::LIE::BranchProperty::coords

◆ master_fracture_id

int const ProcessLib::LIE::BranchProperty::master_fracture_id

Definition at line 37 of file BranchProperty.h.

Referenced by BranchProperty().

◆ node_id

std::size_t const ProcessLib::LIE::BranchProperty::node_id

Definition at line 36 of file BranchProperty.h.

Referenced by BranchProperty().

◆ normal_vector_branch

Eigen::Vector3d ProcessLib::LIE::BranchProperty::normal_vector_branch

◆ slave_fracture_id

int const ProcessLib::LIE::BranchProperty::slave_fracture_id

Definition at line 38 of file BranchProperty.h.

Referenced by BranchProperty().


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