Planets around barycenters
Posted: 07.03.2010, 00:47
How can I make a planet orbit a stellar barycenter (DP Leo to be more specific)? Please help!
Real-time 3D visualization of space
https://celestiaproject.space/forum/
https://celestiaproject.space/forum/viewtopic.php?f=15&t=15795
Code: Select all
OrbitBarycenter "DP Leo"
Code: Select all
"b" "DP Leo"
{
... code
}
It is "fixed" in the latest SVN versions by removing temperature display for planets. There were several issues with the numbers that were being displayed, as a result it was decided it was better not to display anything.Hungry4info wrote:Unless they've fixed it by now, the temperature of the planet will always be 0 K, since it is not orbiting a star anymore. This comes from a limitation where Celestia does not incorporate the heating from stars that the planet is not orbiting (as defined by the .ssc file, the planet is not orbiting any stars, but a barycentre).
Ehh fudge. Now I'm going to actually have to do math to find out if a planet is in the habitable zone or not.ajtribick wrote:It is "fixed" in the latest SVN versions by removing temperature display for planets. There were several issues with the numbers that were being displayed, as a result it was decided it was better not to display anything.
One thing I've noticed, is that for planets in the habitable zone, the apparent magnitude of the parent star is almost always around -26.6 to -26.9. So that should be helpful in determining habitable zones.Hungry4info wrote:Ehh fudge. Now I'm going to actually have to do math to find out if a planet is in the habitable zone or not.ajtribick wrote:It is "fixed" in the latest SVN versions by removing temperature display for planets. There were several issues with the numbers that were being displayed, as a result it was decided it was better not to display anything.