Jump to content
Sign in to follow this  
Wrench

Overrotation/Tail strike

Recommended Posts

I've got a small issue I can't seem to solve. No matter what statement I use (take off rotation), the aircraft over rotates, strikes and drags it's ass for a bit. I've tried moving the CG forward, but can't really (now that I found the point where it doesn't slowly rear up like a cat begging for treats), as then in flight, it starts the slight nose down drift.

this is the AI takeoff statement:

[AIData]
TakeOffRotationAngle=0.0

dosen't do anything (at least for the player-flown bird)

you can see the images, especially the last one (4) it's just before the strike. even removing the hit boxes/collision points for the tail and fin meshes, don't help. I still get that "crashing metal" noise.

You all know i'm not that knowledgeable on MAX, but does the world center of the object have anything to do with this? Meaning, if the WC is too far aft, would correcting the CG even effect it? Or is the CG simply for aerodynamic forces, not effecting "on the ground". Cat shots off the boat do NOT have the tail strike problem.

So, what can be done?

img00002.JPG

img00003.JPG

img00004.JPG

Share this post


Link to post
Share on other sites

Try with flaps.

More CLiftdc, less DeltaStallAlpha.

Edited by guuruu

Share this post


Link to post
Share on other sites

Here's what I would try :

First, in the 3D model, check that the "x=0,y=0,z=0" point is where the 3 axis should join.
- X in the middle of the aircraft
- Y just ahead of the main landing gear, between the nose and main wheels, but close to the center of the plane (around where it is actually on the aircraft)
- Z in the axis of the engines, just because it is simpler for the FM  (it may not be not realistic compared to the actual plane)

Then, check all the "MassFraction" values in the data.ini file.
Best is to have all components with a "MassFraction" value (even the fake components) and leave the Fuselage without the entry, and the fuselage component will take all the rest of the weight.
MassFraction value are 0.xx of the total weight.
Check the estimated weight of the fuselage.
If necessary create some component (like tail, aft section of the fuselage...)
Often there's no engine nacelles : create components for the nacelle to have drag and weight where it should be -> MinMaxPosition values should be checked too

I do that all the time.
Hope it'll help

XYZ 0.jpg

Edited by Cliff7600

Share this post


Link to post
Share on other sites
1 hour ago, Wrench said:

would correcting the CG even effect it?

Yes, but more important are forces from steering surfaces and plane inertia.

  • Thanks 1

Share this post


Link to post
Share on other sites

I've passed some requests to the modler, and we'll see what he does. I did notice the piviot point is off on the flaps, they should also go back and down, but that'll be fixed. The fins may be too low, compared to some photos and drawings

I used the Hawkeye's FM, including adding fake components (why does TK insist on using "**_mid_wing", when there isn't one???) It flys just like the E-2 (no surprise), except for bouncing it's butt!!

But I've asked Veltro to recheck everything.

thanks guys!

Share this post


Link to post
Share on other sites

I think there's a C-2 in the SF2:OTC campaign pack. It's set to use the DAT model's LODs, but there's .ini files that may be useful.

Share this post


Link to post
Share on other sites

The C-2 seems to have that tail-strike tendency, but it has a tail skid :declare:

60647daa48a90_C-2tailskid.jpg.042ac4d025a82035bace783b24b1ea27.jpg

60647f90b4e58_C-2tailhooktailskid.thumb.jpg.bf292437bbd533d3587f7284b2002fb6.jpg

Edited by Cliff7600
  • Like 3

Share this post


Link to post
Share on other sites

it might irk v2k, but that skid Cliff7600 points out could be a solution.

if the Greyhound has a RL tendency to tailstrikes, put a skid on the model as another (wheel less and short ) landing gear

Share this post


Link to post
Share on other sites

wonder if it could be done 'virtually'? and how the statements would look?? something to explore...

Share this post


Link to post
Share on other sites

Why not just add an invisible skid? Just add this under the landinggear section of the planes data.ini and adjust the ContactPoint-values and it should work.

luk1978 posted this as a solution for belly landings a while ago and it works very well.

[Skid]
SystemType=LANDING_GEAR
Retractable=FALSE
IsSkid=TRUE
NoContactOnGround=true
HideGearNode=true
ModelNodeName=
ShockStroke=0.05
SpringFactor=0.2
DampingFactor=2.1
ContactPoint=-0.64,-2.5,-0.85
RollingCoefficient=1.0
MaxLoadFactor=25.0

 

  • Thanks 2

Share this post


Link to post
Share on other sites

That's what I had in mind.

Look at Logan's MiG-Ye8 for example, it has that tail-bumper :

[TailSkid]
SystemType=LANDING_GEAR
Retractable=FALSE
DragArea=0.0
IsSkid=TRUE
NoContactOnGround=TRUE
ContactPoint=0.0,-5.34,-0.7
MaxLoadFactor=0.5

As long as there's a mesh in the 3D model, or at least a shape of it, there's no problem to add it to any aircraft, like the Canberra / B-57.

For the C-2, as it is an animated device, the shock/spring/damp entries should be used like Nyghtfall's example.

The important thing not to forget is "NoContactOnGround=TRUE", or the wingmen will pile up on the runway after landing.

  • Like 1
  • Thanks 1

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  

×

Important Information

By using this site, you agree to our Terms of Use, Privacy Policy, and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..