Skip to content

Updated the "true" tests for the transition fix

Antariksh Dicholkar requested to merge fixtest_transition_TR1skipiter into master

The update to the tests is required in connection to the following merge request in EllipSys2D: https://gitlab.windenergy.dtu.dk/EllipSys/ellipsys2d/-/merge_requests/92

User inputs to the transition model to delay the start trstart and to set the grid level to engage transition trlevel were fixed. With that fix there is a minimum trstart requirement of 5 iteration steps. So the transition model always starts after a minimum of 5 ellipsys2d iterations if the trstart variable is set by the user to be less than 5. This behaviour consistent with ellipsys3d.

The existing "true" tests were created with the previous implementation of ellipsys2d wherein the transition model started after 0 iterations regardless of the user input. Hence, they had to be updated.

Edited by Antariksh Dicholkar

Merge request reports