C/2006 A1 "calc"

General physics and astronomy discussions not directly related to Celestia
Topic author
symaski62
Posts: 610
Joined: 01.05.2004
Age: 41
With us: 20 years 7 months
Location: france, divion

C/2006 A1 "calc"

Post #1by symaski62 » 26.02.2006, 00:38

Code: Select all

"C/2006 A1" "Sol"
{
Class "comet"
Texture "asteroid.jpg"
Mesh "asteroid.cms"
Radius 5

EllipticalOrbit
 {
 Period ???? #calculated: (q/(1-e))^1.5
 PericenterDistance 0.555405007052757
 Eccentricity 1
 Inclination 92.7398026068976
 AscendingNode 211.341862238783
 ArgOfPericenter 351.18629543621
 MeanAnomaly 0.0
 Epoch 2453754.5
 }
}


#calculated: (q/(1-e))^1.5

?!? :cry:
windows 10 directX 12 version
celestia 1.7.0 64 bits
with a general handicap of 80% and it makes much d' efforts for the community and s' expimer, thank you d' to be understanding.

GlobeMaker
Posts: 216
Joined: 30.10.2005
With us: 19 years 1 month

Post #2by GlobeMaker » 26.02.2006, 03:38

http://www.lns.cornell.edu/~seb/celesti ... eters.html

q pericenter

e eccentricity

1.5 = 3/2
Your wish is my command line.

Topic author
symaski62
Posts: 610
Joined: 01.05.2004
Age: 41
With us: 20 years 7 months
Location: france, divion

Post #3by symaski62 » 26.02.2006, 04:05

GlobeMaker wrote:http://www.lns.cornell.edu/~seb/celestia/orbital-parameters.html

q pericenter

e eccentricity

1.5 = 3/2


pericenter 0.5554
eccentricity 1

(0.5554/(1-1))^1.5 = 0

:cry:
windows 10 directX 12 version
celestia 1.7.0 64 bits
with a general handicap of 80% and it makes much d' efforts for the community and s' expimer, thank you d' to be understanding.

GlobeMaker
Posts: 216
Joined: 30.10.2005
With us: 19 years 1 month

Post #4by GlobeMaker » 26.02.2006, 04:36

A parabola has an eccentricity of 1.
Your wish is my command line.

Avatar
Adirondack M
Posts: 528
Joined: 01.03.2004
With us: 20 years 9 months

Post #5by Adirondack » 02.03.2006, 11:14

In other words:

If eccentricity = or > 1 the comet will never come back, so there is no period!
We all live under the same sky, but we do not have the same horizon. (K. Adenauer)
The horizon of some people is a circle with the radius zero - and they call it their point of view. (A. Einstein)

Avatar
selden
Developer
Posts: 10192
Joined: 04.09.2002
With us: 22 years 3 months
Location: NY, USA

Post #6by selden » 02.03.2006, 13:02

Celestia requires that you specify a Period.

# For a closed, elliptical solar orbit,
P = sqrt (( q / ( 1 - e)) ^3)
or = a^1.5


P = 1/n = 1/ Mean Motion


For an open, hyperbolic orbit, one can use
P = sqrt (( q / ( e - 1)) ^3)

where P is the period measured in years
q is the pericenter measured in AU
e is the eccentricity
and a is the semimajor axis of the orbit, also measured in AU (which has a negative value for hyperbolic orbits).

Thanks to Grant Hutchison for explaining this.
Selden


Return to “Physics and Astronomy”