#include "star.h"
#include "star_state.h"
#include "main_sequence.h"
Go to the source code of this file.
Functions | |
single_star* | new_single_star (stellar_type type, int id, real t_cur, real t_rel, real m_rel, real m_tot, real m_core, real co_core, real p_rot, real b_fld, node *n) |
bool | remnant (stellar_type type) |
void | put_state (star_state st, ostream &s) |
void | put_short_state (star_state st, ostream &s) |
char* | type_dominant_state (star_state sts) |
void | print_star (starbase *b, ostream &s) |
void | pretty_print_star (starbase *b, int depth_level, ostream &s) |
void | pretty_print_star (starbase *b, ostream &s) |
|
Definition at line 10 of file star_state.C. Referenced by addstar(). |
|
Definition at line 323 of file star_state.C. Referenced by pretty_print_star(). |
|
Definition at line 312 of file star_state.C. |
|
Definition at line 291 of file star_state.C. |
|
Definition at line 260 of file star_state.C. Referenced by print_special_stars(). |
|
Definition at line 242 of file star_state.C. Referenced by EPSILON(), KICK_VELOCITY(), MAX_NSCENARIOS(), adddouble(), delete_double(), do_the_adding(), evolve_an_unperturbed_binary(), print_binary_dstars(), print_encounter_elements(), print_massive_binary(), print_massive_star(), print_star(), put_profile(), and remove_escapers(). |
|
Definition at line 109 of file star_state.C. Referenced by print_star(), put_short_state(), and put_state(). |
|
Definition at line 270 of file star_state.C. Referenced by print_special_stars(). |