hexagon logo

Where can I find definitions for the requests that are output when running a full vehicle event in Adams Car?

I have looked everywhere in the ADAMS car help and I can only find the suspension output definitions. Where can I find the exact definitions for the requests automatically generated after running a full vehicle model such as:
 
vehicle_mass_properties
vehicle_statistics
chassis_accelerations
chassis_displacements
chassis_velocities
etc...
Parents
  • Partly you can find it in the help.
     
    Outputs
     
    Otherwise I always recommend checking the adm-file.
    For example the chassis_accelerations look like this:
    REQUEST/277
    , COMMENT = Chassis Accelerations
    , CNAMES = "", "longitudinal", "lateral", "vertical"
    , CLABELS = "", "Acceleration (g)", "Acceleration (g)", "Acceleration (g)"
    , RESULTS_NAME = chassis_accelerations
    , FUNCTION = USER(907, 2, 833, 824, 833, 1, 1)\
    , ROUTINE = abgVDM::req907
     
    Marker/833 is the chassis_cm, MARKER/824 is ground.origo, which means the request obviously holds the accel of ground origo relative to chassis.cm.
     
     
     
     
     
Reply
  • Partly you can find it in the help.
     
    Outputs
     
    Otherwise I always recommend checking the adm-file.
    For example the chassis_accelerations look like this:
    REQUEST/277
    , COMMENT = Chassis Accelerations
    , CNAMES = "", "longitudinal", "lateral", "vertical"
    , CLABELS = "", "Acceleration (g)", "Acceleration (g)", "Acceleration (g)"
    , RESULTS_NAME = chassis_accelerations
    , FUNCTION = USER(907, 2, 833, 824, 833, 1, 1)\
    , ROUTINE = abgVDM::req907
     
    Marker/833 is the chassis_cm, MARKER/824 is ground.origo, which means the request obviously holds the accel of ground origo relative to chassis.cm.
     
     
     
     
     
Children
No Data