19 Eigen::Matrix3d
computeTotalStress(
const Eigen::Matrix3d& sigma_effective,
double pore_pressure);
Definition HydroMechanicalCoupling.h:11
bool isOneWayEnabled()
Check if one-way hydro-mechanical coupling is active.
void configureOneDirectionCoupling(std::vector< Particle * > &particles)
Assign pore pressure to particles based on position.
Eigen::Matrix3d computeTotalStress(const Eigen::Matrix3d &sigma_effective, double pore_pressure)
Compute total stress tensor: sigma_total = sigma_effective + p * I.