constreal_tstatic_cof(real_t(0.4)/real_t(2));// Coefficient of static friction. Roughly 0.85 with high variation depending on surface roughness for low stresses. Note: pe doubles the input coefficient of friction for material-material contacts.
constreal_tdynamic_cof(static_cof);// Coefficient of dynamic friction. Similar to static friction for low speed friction.