Hi everyone,
I am currently running a vehicle dynamics simulation in Altair MotionView 2025.1 .
I am setting up a Constant-Radius Cornering Event.
By default, the event only provides Initial Velocity and Final Velocity inputs, which creates a continuous linear acceleration (ramp up) throughout the entire simulation time.
However, my goal is to create a 3-stage velocity profile: (In this picture red line)
- Stage 1: Linear acceleration (Ramp-up) from the initial speed.
- Stage 2: Sharp transition/bend when reaching the target speed (around 4,166 mm/s).
- Stage 3: Maintain a strictly constant speed (horizontal flat line) for the rest of the simulation.
I previously tried modifying the Driver Throttle Output (sv_throttle_output) from Linear to Curve and Expression (using the AKIMA function referencing a custom time-vs-velocity curve).
However, this caused a math parser error during the solver run because the vehicle's powertrain logic explicitly relies on the default VARVAL of the throttle output variable.
Could anyone please guide me on the correct or best practice way to implement this kind of multi-stage velocity profile within the Altair Driver / Constant-Radius event without breaking the powertrain system equations?
Thank you in advance for your help!