Code: Select all
# Two fictious white dwarfs of mass M_A = 1.2 Sol and M_B = 0.8 Sol, rotating around their
# barycenter with a period of 13 min.
# White dwarfs are stars which could have a very strong dipolar magnetic field.
Barycenter "Magnetic Dwarfs 1"
{
RA 120.1064444 # 08h 06min 23.20sec
Dec 15.4583888889 # 15deg 27min 30.20
Distance 1000 # arbitrary
}
"Magnetic Dwarf 1A" # component A
{
SpectralType "WC"
AbsMag 8.9
SemiAxes [1 0.9 0.9]
OrbitBarycenter "Magnetic Dwarfs 1"
EllipticalOrbit {
Period 0.0000247325 # 13 min
SemiMajorAxis 8.5561497326e-4 # 128000 km, mass ratio 3:2
MeanAnomaly 0
}
RotationPeriod 0.216805095 # 13 min
}
"Magnetic Dwarf 1B" # component B
{
SpectralType "WC"
AbsMag 8.9
SemiAxes [1 0.9 0.9]
OrbitBarycenter "Magnetic Dwarfs 1"
EllipticalOrbit {
Period 0.0000247325 # 13 min
SemiMajorAxis 0.0012834225 # 192000 km, mass ratio 3:2
MeanAnomaly 180
}
RotationPeriod 0.216805095 # 13 min
}
Here's the SSC code :
Code: Select all
"Magnetic field lines" "Magnetic Dwarfs 1"
{
Class "spacecraft"
Mesh "antidipoles.cmod"
Emissive true
Albedo 0
Radius 640000
EllipticalOrbit {
Period 9E12
SemiMajorAxis 0
}
Orientation [-90 1 0 0]
Obliquity 0
RotationPeriod 0.216805095
}
If I accelerate time for some years, the SSC model gets a misalignment relative to the stars, like what is shown below. How can I correct that ?
I'm tired of these kind of problems with Celestia. Something has to be done !