Home
last modified time | relevance | path

Searched refs:GetFrictionCoefficient (Results 1 – 3 of 3) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono/solver/
H A DChConstraintTwoTuplesContactN.h23 double GetFrictionCoefficient() const { return friction; } in GetFrictionCoefficient() function
H A DChSystemDescriptor.cpp187 … mcon->GetFrictionCoefficient(); // friction coeff only in row of normal component in ConvertToMatrixForm()
/dports/science/chrono/chrono-7.0.1/src/chrono/physics/
H A DChContactNSC.h126 virtual double GetFriction() { return Nx.GetFrictionCoefficient(); } in GetFriction()