Home
last modified time | relevance | path

Searched refs:m_Mohr_mu (Results 1 – 2 of 2) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/terrain/
H A DSCMDeformableTerrain.h489 double m_Mohr_mu; ///< coefficient of friction for shear failure [degree] variable
H A DSCMDeformableTerrain.cpp140 m_ground->m_Mohr_mu = std::tan(Mohr_friction * CH_C_DEG_TO_RAD); in SetSoilParameters()
351 m_Mohr_mu = std::tan(20.0 * CH_C_DEG_TO_RAD); in SCMDeformableSoil()
1198 double Mohr_mu = m_Mohr_mu; in ComputeInternalForces()