Skip to content
Snippets Groups Projects
Commit cc4c19dd authored by Norihiro Watanabe's avatar Norihiro Watanabe Committed by Dmitry Yu. Naumov
Browse files

[PCS/LIE] add hydraulic properties in FractureProperty

parent bf967d52
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,8 @@ struct FractureProperty
Eigen::MatrixXd R;
/// Initial aperture
ProcessLib::Parameter<double> const* aperture0 = nullptr;
ProcessLib::Parameter<double> const* specific_storage = nullptr;
ProcessLib::Parameter<double> const* biot_coefficient = nullptr;
};
/// configure fracture property based on a fracture element assuming
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment