Chuft-Captain wrote:I downloaded your addon, but unfortunately I've not been able to replicate the accuracy of the trajectory that you obviously were able to in the making of this video.
Sorry, the uploaded addon contains just the published elements. As you notice, I had to tweak them to make the orbit intersect the Earth at the right place. Find them below.
I have to mention (in case it's needed) that there is no atmospheric slowing down. The orbit is just a Keplerian ellipse. Zuluaga made a many-body integration to compute osculating elements at different epochs, but it's difficult to match them in Celestia, so I didn't bother. As it is, it's enough for illustrative purposes. Also, the final 1000 km should need a sampled orbit since it's not elliptical at all.
These are the elements I used in the video. Use at wil:
Code: Select all
#-------------------------------------------------------------------------------
Location "Chelyabinsk" "Sol/Earth"
{
LongLat [ 61.375833 55.154722 0 ]
Importance 400
Type "City"
}
#-------------------------------------------------------------------------------
# THIS ONE IMPACTS SOUTH OF CHELYABINSK VERY CLOSE TO T0
"Chelyabinsk meteoroid (based on Zuluaga march 31 t0)" "Sol"
{
Class "asteroid"
Mesh "asteroid.cms"
Texture "asteroid.jpg"
Radius 0.0095 # diam. ~19 meters
# Begining
# Ending # Time of impact was 2013-02-15 03:20:00 UT = 2456348.638889
EllipticalOrbit # Osculating elements at t0
{
Epoch 2456338.639279 # t0 as specified by Zuluaga 2013-02-15 03:20:33 UT
SemiMajorAxis 1.60856214 # a
Period 2.040124935402528774730728582932 # a^(3/2)
Eccentricity 0.5854550 # e (0.585459704)
Inclination 12.9692066 # i (10.9692066)
AscendingNode 326.431364 # \Omega
ArgOfPericenter 96.888 # \omega
MeanAnomaly 23.5382 # M (23.5373425)
}
Albedo 0.2 # rock
RotationPeriod 0.25 # guess
}
#-------------------------------------------------------------------------------