Defines |
#define | NR_END 1 |
#define | FREE_ARG char* |
Functions |
real | tf2_energy_diss (const real eta, const stellar_type type) |
real | tf3_energy_diss (const real eta, const stellar_type type) |
real | lineair_interpolation (const real x, const real x1, const real x2, const real y1, const real y2) |
real | post_sn_cm_velocity (const real a_init, const real e_init, const real separation, const real m1_0, const real m2_0, const real m1, const real m2, const real v_kick, const real theta, const real phi) |
real | post_sn_semi_major_axis (const real a_init, const real e_init, const real separation, const real m1_0, const real m2_0, const real m1, const real m2, const real v_kick, const real theta, const real phi) |
real | post_sn_eccentricity (const real a_init, const real e_init, const real separation, const real m1_0, const real m2_0, const real m1, const real m2, const real v_kick, const real theta, const real phi) |
real | kinetic_energy (const real mass, const real velocity) |
real | potential_energy (const real sep, const real m1, const real m2) |
real | velocity_at_infinity (const real vel, const real sep, const real m_prim, const real m_sec) |
real | random_angle (const real min, const real max) |
real | random_eccentric_anomaly (const real ecc) |
real | eccentric_anomaly (const real ecc, const real mean_anomaly) |
real | random_separation (const real semi, const real ecc) |
real | maxwellian (const real velocity, const real v_disp) |
real | random_maxwellian_velocity (const real v_disp) |
real | paczynski_distribution (const real velocity, const real v_disp) |
real | random_paczynski_velocity (const real v_disp) |
real | cross_section (const real m_prim, const real m_sec, const real r_min, const real v_rel) |
real | eddington_limit (const real radius, const real dt, const real mu) |
real | gf_velocity_distribution_extremum (const real m_prim, const real m_sec, const real r_min, const real v_disp) |
real | gravitational_focussed_velocity (const real m_prim, const real m_sec, const real r_min, const real vel, const real v_disp) |
real | random_focussed_maxwellian_velocity (const real m_prim, const real m_sec, const real r_min, const real v_disp, const real v_esc) |
real | gauss (const real velocity, const real v_disp) |
real | gauss () |
real | turn_off_mass (const real time) |
real | main_sequence_time (const real mass) |
real | zero_age_main_sequnece_radius (const real mass) |
real | roche_radius (const real a, const real m1, const real m2) |
void | polint (real xa[], real ya[], int n, real x, real *y, real *dy) |
void | free_vector (real *v, long nl, long nh) |
real* | vector (long nl, long nh) |
void | fool (char *message) |
real | kelvin_helmholds_timescale (const real mass, const real radius, const real luminosity) |
real | nucleair_evolution_timescale (const real mass, const real luminosity) |
real | dynamic_timescale (const real mass, const real radius) |