Planetary Orbital Evolution due to Tides
Orbital evolution of two objects experiencing tides
StellarZone.h
Go to the documentation of this file.
1 
7 #ifndef __STELLAR_ZONE_H
8 #define __STELLAR_ZONE_H
9 
10 namespace Core {
12  enum StellarZone {total=0,
13  core=1,
17  };
18 }
19 
20 #endif
The convective envelope.
Definition: StellarZone.h:15
The entire star.
Definition: StellarZone.h:12
The radiative core.
Definition: StellarZone.h:14
The radiative core.
Definition: StellarZone.h:13
StellarZone
Tags for the stellar zone.
Definition: StellarZone.h:12
The convective envelope.
Definition: StellarZone.h:16