#include "sstar_to_dyn.h"
#include "star.h"
#include "dyn.h"
Go to the source code of this file.
Defines | |
#define | DEBUG false |
#define | EPSILON 1.e-10 |
Functions | |
bool | has_sstar (dyn *bi) |
vector | conv_v_star_to_dyn (vector &v, real rf, real tf) |
vector | anomalous_velocity (dyn *b) |
real | get_effective_radius (dyn *b) |
real | get_total_mass (dyn *b) |
stellar_type | get_element_type (dyn *b) |
local void | evolve_the_stars (node *bi, const real end_time) |
bool | stellar_evolution (dyn *b) |
real | sudden_mass_loss (dyn *stellar_node) |
bool | merge_with_primary (star *primary, star *secondary) |
|
Definition at line 14 of file sstar_to_dyn.C. |
|
Definition at line 71 of file sstar_to_dyn.C. |
|
Definition at line 40 of file sstar_to_dyn.C. Referenced by KICK_VELOCITY(), and evolve_stars(). |
|
Definition at line 26 of file sstar_to_dyn.C. Referenced by anomalous_velocity(). |
|
Definition at line 72 of file sstar_to_dyn.C. Referenced by stellar_evolution(). |
|
Definition at line 57 of file sstar_to_dyn.C. Referenced by KICK_VELOCITY(). |
|
Definition at line 67 of file sstar_to_dyn.C. |
|
Definition at line 62 of file sstar_to_dyn.C. Referenced by DEBUG(), KICK_VELOCITY(), evolve_an_unperturbed_binary(), evolve_stars(), stellar_evolution(), update_dyn_from_binary_evolution(), and update_kepler_from_binary_evolution(). |
|
Definition at line 17 of file sstar_to_dyn.C. Referenced by make_star_state(), print_compact_stars(), print_mass_over_light(), print_special_stars(), and remove_escapers(). |
|
Definition at line 175 of file sstar_to_dyn.C. Referenced by KICK_VELOCITY(). |
|
Definition at line 101 of file sstar_to_dyn.C. Referenced by evolve_stars(), and main(). |
|
Definition at line 153 of file sstar_to_dyn.C. Referenced by delete_double(), and evolve_stars(). |