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

Defines constant to serve as identifier of the various quantities handled by the stellar evolution interpoltaion. More...

#include <vector>
#include <string>
+ Include dependency graph for InterpolationQuantities.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  StellarEvolution::QuantityID
 Defines the quantities tracked by stellar evolution and their order. More...
 

Variables

static const std::vector< std::string > StellarEvolution::QUANTITY_NAME
 

Detailed Description

Defines constant to serve as identifier of the various quantities handled by the stellar evolution interpoltaion.

Definition in file InterpolationQuantities.h.

Enumeration Type Documentation

◆ QuantityID

Defines the quantities tracked by stellar evolution and their order.

Definition at line 18 of file InterpolationQuantities.h.

Variable Documentation

◆ QUANTITY_NAME

const std::vector<std::string> StellarEvolution::QUANTITY_NAME
static
Initial value:
{
"R*",
"Iconv",
"L*",
"Irad",
"Mrad",
"Rrad",
}

Definition at line 46 of file InterpolationQuantities.h.