OGS
|
Definition at line 32 of file FractureProperty.h.
#include <FractureProperty.h>
Public Member Functions | |
FractureProperty (int const fracture_id_, int const material_id, ParameterLib::Parameter< double > const &initial_aperture) | |
virtual | ~FractureProperty ()=default |
Public Attributes | |
int | fracture_id = 0 |
int | mat_id = 0 |
Eigen::Vector3d | point_on_fracture |
Eigen::Vector3d | normal_vector |
Eigen::MatrixXd | R |
Rotation matrix from global to local coordinates. | |
ParameterLib::Parameter< double > const & | aperture0 |
Initial aperture. | |
std::vector< BranchProperty > | branches_master |
std::vector< BranchProperty > | branches_slave |
|
inline |
Definition at line 45 of file FractureProperty.h.
|
virtualdefault |
ParameterLib::Parameter<double> const& ProcessLib::LIE::FractureProperty::aperture0 |
Initial aperture.
Definition at line 41 of file FractureProperty.h.
std::vector<BranchProperty> ProcessLib::LIE::FractureProperty::branches_master |
Definition at line 42 of file FractureProperty.h.
std::vector<BranchProperty> ProcessLib::LIE::FractureProperty::branches_slave |
Definition at line 43 of file FractureProperty.h.
int ProcessLib::LIE::FractureProperty::fracture_id = 0 |
Definition at line 34 of file FractureProperty.h.
Referenced by ProcessLib::LIE::createBranchProperty().
int ProcessLib::LIE::FractureProperty::mat_id = 0 |
Definition at line 35 of file FractureProperty.h.
Eigen::Vector3d ProcessLib::LIE::FractureProperty::normal_vector |
Definition at line 37 of file FractureProperty.h.
Referenced by ProcessLib::LIE::createBranchProperty(), ProcessLib::LIE::levelsetFracture(), and ProcessLib::LIE::setFractureProperty().
Eigen::Vector3d ProcessLib::LIE::FractureProperty::point_on_fracture |
Definition at line 36 of file FractureProperty.h.
Referenced by ProcessLib::LIE::createBranchProperty(), ProcessLib::LIE::levelsetFracture(), and ProcessLib::LIE::setFractureProperty().
Eigen::MatrixXd ProcessLib::LIE::FractureProperty::R |
Rotation matrix from global to local coordinates.
Definition at line 39 of file FractureProperty.h.
Referenced by ProcessLib::LIE::setFractureProperty().