Mass of objects in Celestia

General discussion about Celestia that doesn't fit into other forums.
Avatar
Topic author
PlutonianEmpire M
Posts: 1374
Joined: 09.09.2004
Age: 40
With us: 20 years 2 months
Location: MinneSNOWta
Contact:

Mass of objects in Celestia

Post #1by PlutonianEmpire » 16.10.2005, 02:19

looking in the extrasolar.ssc at one of the planets in gliese 876, and i was wondering, how does mass "work" in celestia?
Terraformed Pluto: Now with New Horizons maps! :D

hank
Developer
Posts: 645
Joined: 03.02.2002
With us: 22 years 9 months
Location: Seattle, WA USA

Re: Mass of objects in Celestia

Post #2by hank » 16.10.2005, 02:25

PlutonianEmpire wrote:looking in the extrasolar.ssc at one of the planets in gliese 876, and i was wondering, how does mass "work" in celestia?

It doesn't.

- Hank

Avatar
Topic author
PlutonianEmpire M
Posts: 1374
Joined: 09.09.2004
Age: 40
With us: 20 years 2 months
Location: MinneSNOWta
Contact:

Post #3by PlutonianEmpire » 16.10.2005, 02:33

then what is this?

Code: Select all

"d" "Gliese 876"   # IL Aqr
{
   Texture "venuslike.*"

   [b]Mass      7     # M.sin(i) = 7 earths[/b]
   Radius     12600

   InfoURL "http://vo.obspm.fr/exoplanetes/encyclo/star.php?st=Gliese+876"

   EllipticalOrbit {
      Period          0.0053
      SemiMajorAxis   0.20806
      MeanLongitude   45
   }

   # likely to be in captured synchronous rotation
}

AltSurface "limit of knowledge" "Gliese 876/d"
{
   Texture "extrasolar-lok.*"
}


"c" "Gliese 876"   # IL Aqr
{
   Texture "jupiterlike.*"

   [b]Mass       180     # M.sin(i) = 0.56 jupiters[/b]
   Radius     56000

   InfoURL "http://vo.obspm.fr/exoplanetes/encyclo/star.php?st=Gliese+876"

   EllipticalOrbit {
      Period          0.0824
      SemiMajorAxis   0.13
      Eccentricity    0.27
      ArgOfPericenter 39
      MeanAnomaly     103
   }

   # likely to be in captured synchronous rotation
}

AltSurface "limit of knowledge" "Gliese 876/c"
{
   Texture "extrasolar-lok.*"
}


"b" "Gliese 876"   # IL Aqr
{
   Texture "jupiterlike.*"

   [b]Mass       620     # M.sin(i) = 1.935 jupiters[/b]
   Radius     70000
   Oblateness 0.03

   InfoURL "http://vo.obspm.fr/exoplanetes/encyclo/star.php?st=Gliese+876"

   EllipticalOrbit {
      Period          0.1668
      SemiMajorAxis   0.20783
      Eccentricity    0.0249
      ArgOfPericenter 245
      MeanAnomaly     220
   }

   RotationPeriod  11 # tidal slowing significant
}

AltSurface "limit of knowledge" "Gliese 876/b"
{
   Texture "extrasolar-lok.*"
}

I also noticed that the newly discovered terrestrial world ("d"), is the same distance as "b", yet orbits in a single day, instead of a month or 2. :?
Terraformed Pluto: Now with New Horizons maps! :D

hank
Developer
Posts: 645
Joined: 03.02.2002
With us: 22 years 9 months
Location: Seattle, WA USA

Post #4by hank » 16.10.2005, 04:08

PlutonianEmpire wrote:then what is this?
You can specify a mass in the .ssc file (for reference purposes), but Celestia doesn't use it for anything.

PlutonianEmpire wrote:I also noticed that the newly discovered terrestrial world ("d"), is the same distance as "b", yet orbits in a single day, instead of a month or 2. :?

According to the InfoURL page, the SemiMajorAxis for d should be 0.0208067, not 0.20806 as in the .ssc file.

- Hank

Avatar
Topic author
PlutonianEmpire M
Posts: 1374
Joined: 09.09.2004
Age: 40
With us: 20 years 2 months
Location: MinneSNOWta
Contact:

Post #5by PlutonianEmpire » 16.10.2005, 04:31

ah. thanks :)
Terraformed Pluto: Now with New Horizons maps! :D

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

Post #6by selden » 16.10.2005, 13:05

Note that the SMA of d has been corrected in the current version of extrasolar.ssc on SourceForge.
Selden


Return to “Celestia Users”