Beechcraft KingAir 350

Everything in connection with developing aircraft for FlightGear
User avatar
jwocky
Site Admin
Posts: 1833
Joined: Sat Sep 12, 2015 12:04 pm
Contact:

Re: Beechcraft KingAir 350

Postby jwocky » Tue Aug 30, 2016 7:07 pm

@Simon: No, no cloak of invisibility, I am just so busy, I forget to look at the forum sometimes for days and then I run through all threads and try to work through what piled up.
And no, I don't think, that 50Hz would cause a gear specific problem. With lower Hz, you would always have a problem with how big is the delta between two loops. Which is maybe a problem for my Loreley at lets say 3000knots which moved the whole bird per second by 0.8 miles roughly, but not a KingAir and since the lower Hz would apply the same to damping as to bouncing back, the relation between them is still the same, at 50Hz and at 120Hz. So unless you are reliably hitting always the same pothole ... no, I don't think so.
Free speech can never be achieved by dictatorial measures!

User avatar
GabrielYV
Posts: 53
Joined: Fri Jun 10, 2016 6:01 pm
Location: Venezuela
Contact:

Re: Beechcraft KingAir 350

Postby GabrielYV » Tue Aug 30, 2016 7:12 pm

@IAHM-COL thank you very much friend ;)

User avatar
IAHM-COL
Posts: 6455
Joined: Sat Sep 12, 2015 3:43 pm
Location: Homey, NV (KXTA) - U.S.A
Contact:

Re: Beechcraft KingAir 350

Postby IAHM-COL » Tue Aug 30, 2016 7:16 pm

looks good!!
https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc

R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?

bomber
Posts: 1379
Joined: Mon Nov 30, 2015 3:40 pm

Re: Beechcraft KingAir 350

Postby bomber » Tue Aug 30, 2016 7:38 pm

try these equation for your gear...

Code: Select all

   <ground_reactions>
        <contact type="BOGEY" name="nose">
            <location unit="FT">
                <x> -0.98 </x>
                <y> 0.0 </y>
            <z> -4.146 </z>  <!-- <z> -3.854 </z> -->
<!--         <z> -4.83 </z>   stall AoA -->
<!--         <z> -4.13 </z>   glide AoA -->
         </location>
         <static_friction>  0.80 </static_friction>
         <dynamic_friction> 0.50 </dynamic_friction>
            <rolling_friction> 0.02 </rolling_friction>
            <spring_coeff unit="LBS/FT"> 1010 </spring_coeff> <!--  weight * 0.65 -->
            <damping_coeff unit="LBS/FT/SEC"> 151.5 </damping_coeff> <!--  spring_coeff * 0.15 -->
            <damping_coeff_rebound unit="LBS/FT/SEC"> 15.15 </damping_coeff_rebound> <!--  damping_coeff * 0.1 -->
            <max_steer unit="DEG"> -2 </max_steer>
            <brake_group> NONE </brake_group>
            <retractable>0</retractable>
        </contact>

        <contact type="BOGEY" name="left_main">
           <location unit="FT">
                <x> 3.74 </x>
                <y> -3.28 </y>
                <z> -4.1 </z>
            </location>
         <static_friction>  1.0 </static_friction>
         <dynamic_friction> 0.50 </dynamic_friction>
            <rolling_friction> 0.02 </rolling_friction>
            <spring_coeff unit="LBS/FT"> 3265 </spring_coeff> <!--  weight * 2.1 -->
            <damping_coeff unit="LBS/FT/SEC"> 490 </damping_coeff> <!--  spring_coeff * 0.15 -->
            <damping_coeff_rebound unit="LBS/FT/SEC"> 49 </damping_coeff_rebound> <!--  damping_coeff * 0.1 -->
            <max_steer unit="DEG"> 0.0 </max_steer>
            <brake_group> LEFT </brake_group>
            <retractable>0</retractable>
        </contact>

        <contact type="BOGEY" name="right_main">
           <location unit="FT">
                <x> 3.74 </x>
                <y> 3.28 </y>
                <z> -4.1 </z>
            </location>
         <static_friction>  1.0 </static_friction>
         <dynamic_friction> 0.50 </dynamic_friction>
            <rolling_friction> 0.02 </rolling_friction>
            <spring_coeff unit="LBS/FT"> 3265 </spring_coeff> <!--  weight * 2.1 -->
            <damping_coeff unit="LBS/FT/SEC"> 490 </damping_coeff> <!--  spring_coeff * 0.15 -->
            <damping_coeff_rebound unit="LBS/FT/SEC"> 49 </damping_coeff_rebound> <!--  damping_coeff * 0.1 -->
            <max_steer unit="DEG"> 0.0 </max_steer>
            <brake_group> RIGHT </brake_group>
            <retractable>0</retractable>
        </contact>
"If anyone ever tells you anything about an aeroplane which is so bloody complicated you can't understand it, take it from me - it's all balls" - R J Mitchell

Octal450
Posts: 2184
Joined: Sun Oct 18, 2015 2:47 am

Re: Beechcraft KingAir 350

Postby Octal450 » Tue Aug 30, 2016 7:52 pm

Well, The 350 becomes the very first GA aircraft to use IT-AUTOFLIGHT.

Here it is holding 2000ft, 140ias, and hdg 300.
Image

Please test.

Josh

User avatar
IAHM-COL
Posts: 6455
Joined: Sat Sep 12, 2015 3:43 pm
Location: Homey, NV (KXTA) - U.S.A
Contact:

Re: Beechcraft KingAir 350

Postby IAHM-COL » Tue Aug 30, 2016 8:23 pm

bomber wrote:try these equation for your gear...

Code: Select all

   <ground_reactions>
***




Hi Bomber.
Thanks.

I pushed this code:
https://github.com/IAHM-COL/KingAir-350/commit/98074f18b9038d76d839b178c6c5b53374ca4ad0

@D-ECHO

Do you mind testing if the issue we were having while taxiing is improved with the new Gear contacts code?

IH-COL
https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc

R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?

User avatar
IAHM-COL
Posts: 6455
Joined: Sat Sep 12, 2015 3:43 pm
Location: Homey, NV (KXTA) - U.S.A
Contact:

Re: Beechcraft KingAir 350

Postby IAHM-COL » Tue Aug 30, 2016 8:24 pm

@it0uchpods

Thanks.
Looking forward to run a test on the gears code and the new IT-Autoflight Systems on this babe :P

@Side:
Want to go for an Orca test and report?

IH-COL
https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc

R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?

User avatar
IAHM-COL
Posts: 6455
Joined: Sat Sep 12, 2015 3:43 pm
Location: Homey, NV (KXTA) - U.S.A
Contact:

Re: Beechcraft KingAir 350

Postby IAHM-COL » Tue Aug 30, 2016 8:26 pm

@bomber

Code: Select all

 <retractable>0</retractable>


Should this be

Code: Select all

 <retractable>1</retractable>


For all three bogeys?
https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc

R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?

bomber
Posts: 1379
Joined: Mon Nov 30, 2015 3:40 pm

Re: Beechcraft KingAir 350

Postby bomber » Tue Aug 30, 2016 9:30 pm

Hold on that wasn't just to be added in wholesale...

It was all about the ratios...

So weight of plane x 0.65.... and so on.

This is for the nose

<spring_coeff unit="LBS/FT"> 1010 </spring_coeff> <!-- weight * 0.65 -->
<damping_coeff unit="LBS/FT/SEC"> 151.5 </damping_coeff> <!-- spring_coeff * 0.15 -->
<damping_coeff_rebound unit="LBS/FT/SEC"> 15.15 </damping_coeff_rebound> <!-- damping_coeff * 0.1 -->

Main gear is different.

<spring_coeff unit="LBS/FT"> 3265 </spring_coeff> <!-- weight * 2.1 -->
<damping_coeff unit="LBS/FT/SEC"> 490 </damping_coeff> <!-- spring_coeff * 0.15 -->
<damping_coeff_rebound unit="LBS/FT/SEC"> 49 </damping_coeff_rebound> <!-- damping_coeff * 0.1 -->


But I don't know the weight of your plane, so I'm leaving it for those that do to do the calculation. ..

This should provide a nice gear action for all tricycle planes ( I hope )
"If anyone ever tells you anything about an aeroplane which is so bloody complicated you can't understand it, take it from me - it's all balls" - R J Mitchell

User avatar
IAHM-COL
Posts: 6455
Joined: Sat Sep 12, 2015 3:43 pm
Location: Homey, NV (KXTA) - U.S.A
Contact:

Re: Beechcraft KingAir 350

Postby IAHM-COL » Tue Aug 30, 2016 9:42 pm

bomber wrote:Hold on that wasn't just to be added in wholesale...


https://github.com/IAHM-COL/KingAir-350/tree/Gears-test
OK
I isolated this on a branch Gears-test for testing and refinement only.
https://raw.githubusercontent.com/IAHM-COL/gpg-pubkey/master/pubkey.asc

R.M.S.
If we gave everybody in the World free software today, but we failed to teach them about the four freedoms, five years from now, would they still have it?


Return to “Aircraft Development”

Who is online

Users browsing this forum: No registered users and 8 guests