常见问题

Need technical support?

Implement Environment data from RDE-measurements in TestRun

Question

A customer sent me distance-based characteristic curves, which were recorded during a real test drive. How can I implement this data in my TestRun, for example in order to feed an engine model?

Solution

1. Solution for finely screened curves

  • Import the data via IFF (Input from File) according to description in User's Guide: 6.9.2 Importing a Measurement File

    Syntax of the measurement file:
    #Name sRoad WS_AmbientTemp WS_AmbientRelativeHumidity
    #Unit [m] [degC] [%]
    0.003138889 19.646 34.865
    0.004111111 19.617 34.846
    0.005861111 19.634 34.857
    0.010027778 19.64 34.857
    0.0125 19.629 34.85
    ...

 

2. Solution for roughly screened curves, e.g. characteristic or maps

  • Adding 1D linear maps ("Look-Up Table") via Model Manager according to description in Programmer's Guide: 5.3.4 Linear Mapping

  • Add the following lines to User.c:

     
  • Copy MyEnvironment.c from ProductExamples, paste to src-folder and register MyEnvironment.o in Makefile:

     
  • Add the following lines to MyEnvironment.c:

     
     
     
     
  • Compile the new CarMaker-executable and connect to CarMaker-GUI

  • Load your individual environment model via CarMaker Main-GUI > Parameters > Environment > Temperature > Environment Model via dropdown menu

  • Enter your Temperature-values e.g. to Main-GUI > Parameters > Environment > Misc. > Additional Parameters

Need technical support?
  • Date: 10.01.2020
  • Product: CarMaker
  • Version: 8.1
  • Component: Environment
  • Language: English

Tags

EnvironmentalParameters
RDE
AddModel