pyseobnr.eob.dynamics.postadiabatic_C_fast

Contains the functions needed for computing the “analytic” post-adiabatic dynamics

Functions

compute_combined_dynamics(omega0, H, RR, ...)

Compute the full inspiral dynamics by combining PA + ODE integration.

compute_postadiabatic_dynamics(omega0, H, ...)

Compute the dynamics using PA procedure starting from omega0

compute_postadiabatic_solution(r, pphi, H, ...)

Compute the post-adiabatic values of pr and pphi iteratively up to the given PA order.

compute_pphi(r, pr, pphi, H, RR, chi_1, ...)

Compute value of pphi at even PA orders.

compute_pr(r, pr, pphi, H, RR, chi_1, chi_2, ...)

Compute the value to pr at odd PA orders.

pphi_eqn(pphi_sol, r, pr, dpr_dr, H, RR, ...)

Compute value of pphi at a given radial grid point.

pr_eqn(pr_sol, r, pphi, dpphi_dr, H, RR, ...)

Compute the value of pr at odd PA orders.