Error in codes (wr1 in rolling_model_cdt.h)

Submitted by min1km on Sat, 04/08/2023 - 05:26

Hello,

I plan to use rolling resistance models.
Studying those models and related codes, I feel that there is a mistake in this header file (ROLLING_MODEL_CDT.H).
I think that for rolling resistance models, wr1 should be sidata.omega_i[0]-sidata.omega_j[0] based on Ai et al. (2011)'s paper instead of using
wr1=(cri * sidata.omega_i[0] + crj * sidata.omega_j[0]) * rinv in the header file (surface_model_default.h).

Could anyone confirm this for me?

Thanks in advance.