Planetary Orbital Evolution due to Tides
Orbital evolution of two objects experiencing tides
MakeStar.h
Go to the documentation of this file.
1 
8 #ifndef __MAKE_STAR_H
9 #define __MAKE_STAR_H
10 
11 #include "../../Star/EvolvingStar.h"
12 
15  const StellarEvolution::Interpolator &evolution,
16  double wind_strength,
17  double wind_sat_freq,
18  double coupling_timescale,
19  double phase_lag = 0
20 );
21 
22 #endif
Star::InterpolatedEvolutionStar * make_const_lag_star(const StellarEvolution::Interpolator &evolution, double wind_strength, double wind_sat_freq, double coupling_timescale, double phase_lag=0)
Create a star with the given parameters with a constant phase lag.
Definition: MakeStar.cpp:10
A class that interpolates among stellar evolution tracks.
Definition: Interpolator.h:42