hexagon logo

The friction coefficient setting for road defined by crg file in 3D road simulation

Where I can set the friction coefficient for a road defined by crg.* ? I searched the documentation OpenCRG, however there was only a note about the possibility to set it but there in no keyword mentioned.
  • Hi,
     
    Here is an excerpt from CRG roads from Adams Online help (under CRG help).
    ======================
    By default the friction on the CRG road is one: The interaction forces predicted by the tire model are scaled with a factor one. It is possible to define specific road friction scaling factors by supplying Adams Tire a second '.crg formatted file' that contains friction scaling factors (instead of road height values).
    This '.crg formatted file' should have the same name as the .crg file with the road height values, but the extension of the file should read .crgf.
    ======================
     
    This excerpt from online help means that you need to supply another .crgf file that will have your friction definitions. This means when a <road_name>.crg file is selected for the simulation, the code will look for a second file called <road_name>.crgf. If that exists, it will be opened as well and the friction values will be read from this file.
     
    I am attaching two files here for reference. You can compare them to understand the difference on how the CRGF file defines the friction. Thanks.
     
    Regards,
    Rishi

    Attached Files (1)
  • Than you for your files. Does this work also for curved road? I tested a curved road but the simulation ends with the following error "Road friction is zero!​". I attached the tested files. Is there any format request.

    Attached Files (1)
  • Although the doc of OpenCRG almost didnt introduce the friction setting, but there is demo .m that can guide us to change and create the different friction .

    Attached Files (1)
  • Thank you for the file. Is it possible to do this without MATHLAB? If I understood correctly this operates with Binary files only. It would be easier for me to modify the default scale factor from 1 to some other value as I do not need different friction on different road elements, but it is not clear for me where to find it Blush  
  • just for completeness: the crg documentation ist not 100% correct. The road friction factor (no matter how it is defined) does *not* just scale the tire forces. Rather, it modulates the stiction / sliding friction characteristics between road surface and tread rubber, which in turn might have a *very* nonlinear and dynamic impact on hub forces. This holds at least for all physics-based tire models.
  • I have checked the file crg_demo_gen_sl_mue.m in Matlab and I think it was not possible to use it for the structure defined as
     
    $!**********************************************************************
    $KD_Definition                                  ! data definition block
    #:LRFI                          ! one of the men readable IPLOS formats
    U:reference line u,m,0,1.0    ! virtual channel, only for IPLOS viewing
    D:reference line phi,rad                                ! heading angle
    D:reference line banking,m/m            ! lateral banking (cross slope)
    D:reference line slope,m/m                         ! longitudinal slope
    D:long section at v = 3.400,m          ! 3.40m right of reference line
    D:long section at v = 2.550,m          ! 2.55m right of reference line
    D:long section at v = 1.700,m          ! 1.70m right of reference line
    D:long section at v = 0.850,m          ! 0.85m right of reference line
    D:long section at v = 0.000,m          !            on reference line
    D:long section at v = -0.850,m          ! 0.85m left of reference line
    D:long section at v = -1.700,m          ! 1.70m left of reference line
    D:long section at v = -2.550,m          ! 2.55m left of reference line
    D:long section at v = -3.400,m          ! 3.40m left of reference line
    $!**********************************************************************
    $$$$$$$$10$$$$$$$$20$$$$$$$$30$$$$$$$$40$$$$$$$$50$$$$$$$$60$$$$$$$$70$$$$$$$$80
     
    it only worked for the structure defined as
     
    $!**********************************************************************
    $KD_Definition                                  ! data definition block
    #:LRFI                          ! one of the men readable IPLOS formats
    U:reference line u,m,0,1.0    ! virtual channel, only for IPLOS viewing
    D:long section at v = 3.400,m          ! 3.40m right of reference line
    D:long section at v = 2.550,m          ! 2.55m right of reference line
    D:long section at v = 1.700,m          ! 1.70m right of reference line
    D:long section at v = 0.850,m          ! 0.85m right of reference line
    D:long section at v = 0.000,m          !            on reference line
    D:long section at v = -0.850,m          ! 0.85m left of reference line
    D:long section at v = -1.700,m          ! 1.70m left of reference line
    D:long section at v = -2.550,m          ! 2.55m left of reference line
    D:long section at v = -3.400,m          ! 3.40m left of reference line
    $!**********************************************************************
    $$$$$$$$10$$$$$$$$20$$$$$$$$30$$$$$$$$40$$$$$$$$50$$$$$$$$60$$$$$$$$70$$$$$$$$80
  • Does anyone an idea how to modify the default scale factor mentioned here
     
    "By default, the friction on the CRG road is one: The interaction forces predicted by the tire model are scaled with a factor one."
     
    from one to other value?
  • Finally, I was able to run the simulation with friction using *.crg and *.crgf, however the friction modification has no effect on the results, which is very strange .
    Although the solver message outputs
    Using friction defined in:
    D:/user/milmuell/ handmade_round.crgf
    The used road files are attached.

    Attached Files (1)