I'm trying to get my propeller engine to Have adaptive pitch so it's low pitch like slow but it's High pitch when it's fast I need some code so I can use GS and IAS To get the correct propeller pitch Can somebody please help me with that If you need the plane the link will be in the comments.
min(90,max(10+atan(TAS/(2*pi*PROP_RADIUS*0.5*PROP_RPM*60)),0))/90
will perhaps workPROP_RADIUS is in meters, not blocks.
So, you calculate velocity at the middle of blade, add velocity of airplane relative to air, calculate angle between result and propeller plane, and add 10 degrees.
https://www.simpleplanes.com/a/4Qpe69/CNT-5A-Advanced-prop
@11qazxc Thank you
May your pillow be cold on both sides.
@WNP78