pyseobnr.eob.dynamics.postadiabatic_C_prec
Contains the functions needed for computing the precessing post-adiabatic dynamics
Functions
|
Compute adiabatic solution for pphi by solving dH_dr =0 with prstar=0 |
|
Compute the dynamics by using a postadiabatic scheme up to a certain separation from which an ODE integration is started. |
|
Compute postadiabatic dynamics from the spins specified at a certain reference frequency and with a certain starting frequency. |
|
Compute postadiabatic solution for prstar, pphi and omega up to a certain postadiabatic order. |
|
Compute pphi at a given postadiabatic order by solving the equation dpr_dr * dH_dpr + dH_dr - flux[0] / csi, where flux[0] is the radial component of the radiation reaction force and csi is the tortoise coordinate transformation factor, for pphi. |
|
Compute prstar at a given postadiabatic order by solving the equation dpphi_dr * dH_dpr * csi - flux[1] = 0, where flux[1] is the azimuthal component of the radiation reaction force and csi is the tortoise coordinate transformation factor, for prstar. |
|
Estimate the number of precession cycles from LNhat, computed as the phase of the precession frequency at the final point of the radial grid divided by 2 pi. |
|
Equation dH_dr =0 evaluated at prstar=0 used to obtain the adiabatic solution for the orbital angular momentum (pphi) |
|
Equation dpr_dr * dH_dpr + dH_dr - flux[0] / csi, where flux[0] is the radial component of the radiation reaction force and csi is the tortoise coordinate transformation factor, to solve for ppphi in the numerical postadiabatic routine. |
|
Equation dpr_dr * dH_dpr + dH_dr - flux[0] / csi, where flux[0] is the radial component of the radiation reaction force and csi is the tortoise coordinate transformation factor, to solve for pphi in the analytic postadiabatic routine. |
|
Equation dpphi_dr * dH_dpr * csi - flux[1] = 0, where flux[1] is the azimuthal component of the radiation reaction force and csi is the tortoise coordinate transformation factor, to solve for prstar in the numerical postadiabatic routine. |
|
Equation dpphi_dr * dH_dpr * csi - flux[1] = 0, where flux[1] is the azimuthal component of the radiation reaction force and csi is the tortoise coordinate transformation factor, to solve for prstar in the analytic postadiabatic routine. |
|
Magnitude of the final spin computed from NR fits of precessing NR simulations. |
|
Compute derivative of y(x) using cubic splines. |