Declares functions for creating stars used by unit tests. More...
#include "../../Star/EvolvingStar.h"
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::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. More... | |
Declares functions for creating stars used by unit tests.
Definition in file MakeStar.h.
| 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.