Planetary Orbital Evolution due to Tides
Orbital evolution of two objects experiencing tides
CustomStellarEvolution.h File Reference

Defines the class which implements a custom single track stellar evolution. More...

#include "../Core/SharedLibraryExportMacros.h"
#include "StellarEvolution.h"
#include "IOUtil.h"
#include <fstream>
#include <string>
#include <limits>
+ Include dependency graph for CustomStellarEvolution.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  StellarEvolution::CustomStellarEvolution::Interpolator
 A stellar evolution interpolator using only a single track, assumed to apply to all stars. More...
 

Namespaces

 StellarEvolution::CustomStellarEvolution
 

Enumerations

enum  StellarEvolution::CustomStellarEvolution::Columns {
  StellarEvolution::CustomStellarEvolution::ICONV, StellarEvolution::CustomStellarEvolution::IRAD, StellarEvolution::CustomStellarEvolution::RSTAR, StellarEvolution::CustomStellarEvolution::RRAD,
  StellarEvolution::CustomStellarEvolution::MRAD, StellarEvolution::CustomStellarEvolution::LSTAR, StellarEvolution::CustomStellarEvolution::AGE, StellarEvolution::CustomStellarEvolution::SKIP,
  StellarEvolution::CustomStellarEvolution::NUM_TRACK_QUANTITIES = SKIP
}
 

Detailed Description

Defines the class which implements a custom single track stellar evolution.

Definition in file CustomStellarEvolution.h.