Jump to content
Sign in to follow this  
Au MaV

Critical Mach nose tuck

Recommended Posts

Hi Im trying to model a sharp nose down when a certain mach has been reached,This works but its a little sharp and the aircaft ends up doing a very large outside loop:D (A:AIRSPEED MACH,mach) 0.8 > if{ 10384 (>K:ELEVATOR_SET) } I thought about using the trim but as the aircaft has a very large trim handle in the VC it will be noticed :)Any ideas :)ThanksWozza

Share this post


Link to post
Share on other sites

Hi,If what you need is a smooth application of down elevator, you can use Arne Bartel's "exponential averaging" formula (yn1=yn*D+(1.0-D)xn1) posted in this forum, for "damping" the increment.Tom

Share this post


Link to post
Share on other sites

Well did a search and its over my head by a mile:)it also contains a dirty four letter word MATH UUUGGG I can here my old maths teacher now laughing aloud:DThanksWozza

Share this post


Link to post
Share on other sites

>Well did a search and its over my head by a mile:)>it also contains a dirty four letter word MATH >UUUGGG I can here my old maths teacher now laughing aloudWell, I guess it is more logics than maths (indeed maths scared me bad in school time :-))You might try something like this (not tested)0.90010384 (A:Elevator Position,percent) 100 / 16383 *"D" macro is the damping force, usual values are from 0.8 to 0.95, you can experiment changing this number until get the result desired.Then, in the ,(A:AIRSPEED MACH,mach) 0.8 > @ElevPos @ElevLimit < and if{ (L:ElevPos,number) @D * 1.0 @D - @ElevLimit * + d (>L:ElevPos,number) (>K:ELEVATOR_SET) } els{ @ElevPos (>L:ElevPos,number) }Tom

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...