Skip to content
Snippets Groups Projects
Verified Commit 8ad23625 authored by Thomas Lambert's avatar Thomas Lambert :helicopter:
Browse files

fix(ElemPerf): issue with contraction

The contraction should be calculated based on the **last element**
position and not the actual rotor radius.

In some edge cases, an element of the aft rotor can fall in between the
contraction calculated from the previous rotor's last element and the one
calculated from its tip radius. When this happens, the velocity is
poorly interpolated and brought to 0 for this element on the aft rotor.
This not only skews the results, but also lead to issues with the
current implementation of the indfact solver, which only looks into
Op.speed~=0 and into the airspeed for each individual elements.
parent ccf3cfb4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment