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

Declares functions for creating stars used by unit tests. More...

+ Include dependency graph for MakeStar.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Star::InterpolatedEvolutionStarmake_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. More...
 

Detailed Description

Declares functions for creating stars used by unit tests.

Definition in file MakeStar.h.

Function Documentation

◆ make_const_lag_star()

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 at line 10 of file MakeStar.cpp.