NeutronStarModel: CelestialBodyModelBase<NEUTRON_STAR> & HasSeed & {
    blackBodyTemperature: number;
    dipoleTilt: number;
    rings: RingsModel | null;
}

Type declaration

  • ReadonlyblackBodyTemperature: number
  • ReadonlydipoleTilt: number

    The angle between the magnetic dipole axis and the rotation axis. If the magnetic field were perfectly aligned with the rotation axis, this angle would be 0.

  • Readonlyrings: RingsModel | null