Home
last modified time | relevance | path

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

/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/wheeled_vehicle/tire/
H A DChFialaTire.h114 bool m_dynamic_mode; variable
H A DFialaTire.cpp85 m_dynamic_mode = false; in Create()
H A DChFialaTire.cpp42 …: ChTire(name), m_dynamic_mode(false), m_mu(0.8), m_mu_0(0.8), m_time_trans(0.2), m_c_slip(0), m_c… in ChFialaTire()
231 if (m_dynamic_mode && (m_relax_length_x > 0.0) && (m_relax_length_y > 0.0)) { in Advance()