Replies: 5 comments 8 replies
-
I see the following, after setting IC for altitude to 100,000ft (ignoring how realistic this might be) and ubody = 900ft/s. (base) C:\source\jsbsim>.\Release\JSBSim.exe --script=scripts\Glider_High_Alt.xml
....
....
Repeating Notify (Event 1) executed at time: 1930.007561
position/h-sl-ft = 11150.111879
position/h-agl-ft = 11150.111879
velocities/vt-fps = 36.466855
attitude/phi-rad = 0.219026
attitude/theta-rad = 0.062440
attitude/psi-rad = 3.927123
Repeating Notify (Event 1) executed at time: 1940.007557
position/h-sl-ft = 10957.078374
position/h-agl-ft = 10957.078374
velocities/vt-fps = 36.355757
attitude/phi-rad = 0.217500
attitude/theta-rad = 0.057458
attitude/psi-rad = 5.744115
0: GEAR_CONTACT: 1943.46 seconds: LMLG 1
1: GEAR_CONTACT: 1943.46 seconds: RMLG 1
Terminate (Event 2) executed at time: 1943.465889
simulation/sim-time-sec = 1943.465889 So it terminates after 1943.5s when the gear makes contact with the ground. It does appear as if something goes 'wrong' just after 1940s, in the previous 10s it only descended ~150ft but in the next 3s it drops from 10,957ft to 0ft. |
Beta Was this translation helpful? Give feedback.
-
What does 34790 represent? The time in seconds? If so what has changed that the simulation doesn't end after 1500s as you originally reported? |
Beta Was this translation helpful? Give feedback.
-
I would say that an initial velocity of 900 ft/s is far too high: it corresponds to a Mach number of 0.93 which is unrealistic for a paraglider. The rotational velocity r (rotational velocity around the paraglider Z axis - property I would suggest to choose wiser/more realistic initial conditions and make sure that they lead to a stable flight for the first few seconds of simulation before going to a long duration simulation. |
Beta Was this translation helpful? Give feedback.
-
Have you plotted the angular velocities for these 5 variants? As @bcoconni mentioned it appears as if the aircraft was in a flat spin at a ridiculous rate of ~300rpm. Maybe at these sort of rates and hitting a denser atmosphere some floating point numbers are blowing up. Given your extreme starting altitudes, and your query about the Mars atmosphere model etc. I'm guessing you're trying to simulate some sort of Mars lander system entering from orbit? Trying to understand your starting requirements etc. |
Beta Was this translation helpful? Give feedback.
-
In your original script I don't see you explicitly trimming the aircraft on startup. Unless you trim it, or explicitly set all the initial conditions including the control positions such that the aircraft is in trim you don't have much hope of the aircraft not spinning out of control. And keeping it in trim as time goes on. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
New to JSBSim so any help is appreciated. Using the paraglider aircraft, I increased the IC for altitude to 100000, ubody to 900 and using the following script.
Glider_High_Alt.txt
After 1500s the simulation just stops. No reason as to why.
Same issue with an altitude of 500000 but after about 30s.
Beta Was this translation helpful? Give feedback.
All reactions