|
| static int | XLALSimBlackHoleRingdownModeSphericalCoefficientsLeaver (COMPLEX16 *alp, COMPLEX16 *bet, COMPLEX16 *gam, double UNUSED a, int l, int UNUSED m, int n, int s, COMPLEX16 UNUSED A, COMPLEX16 omega) |
| |
| static int | XLALSimBlackHoleRingdownModeAngularCoefficientsLeaver (COMPLEX16 *alp, COMPLEX16 *bet, COMPLEX16 *gam, double a, int UNUSED l, int m, int n, int s, COMPLEX16 A, COMPLEX16 omega) |
| |
| static int | XLALSimBlackHoleRingdownModeRadialCoefficientsLeaver (COMPLEX16 *alp, COMPLEX16 *bet, COMPLEX16 *gam, double a, int UNUSED l, int m, int n, int s, COMPLEX16 A, COMPLEX16 omega) |
| |
| static COMPLEX16 | XLALSimBlackHoleRingdownModeEigenvalueEvaluateContinuedFractionLeaver (double a, int l, int m, int s, COMPLEX16 A, COMPLEX16 omega, int(*coef)(COMPLEX16 *, COMPLEX16 *, COMPLEX16 *, double, int, int, int, int, COMPLEX16, COMPLEX16)) |
| |
| static int | XLALSimBlackHoleRingdownModeSchwarzschildEigenvalueSolveResid (const gsl_vector *x, void *params, gsl_vector *f) |
| |
| static int | XLALSimBlackHoleRingdownModeKerrEigenvalueSolveResid (const gsl_vector *x, void *params, gsl_vector *f) |
| |
| static int | XLALSimBlackHoleRingdownModeEigenvalueSolveSchwarzschild (COMPLEX16 *omega, int l, int m, int s) |
| |
| static int | XLALSimBlackHoleRingdownModeEigenvalueSolveKerr (COMPLEX16 *A, COMPLEX16 *omega, double a, int l, int m, int s) |
| |
| static COMPLEX16 | XLALSimBlackHoleRingdownSpheroidalWaveFunction1Leaver (double mu, double a, int l, int m, int s, COMPLEX16 A, COMPLEX16 omega) |
| |
| static double | XLALSimBlackHoleRingdownSpheriodalWaveFunctionNormIntegrand (double mu, void *params) |
| |
| static COMPLEX16 | XLALSimBlackHoleRingdownSpheroidalWaveFunctionNormLeaver (double a, int l, int m, int s, COMPLEX16 A, COMPLEX16 omega) |
| |
| INT4 | XLALSimIMREOBGenerateQNMFreqV5 (COMPLEX16Vector *modefreqs, const REAL8 mass1, const REAL8 mass2, const REAL8 spin1[3], const REAL8 spin2[3], UINT4 l, INT4 m, UINT4 nmodes, Approximant approximant) |
| | These functions generate the quasinormal mode frequencies for a black hole ringdown, as implemented in the SEOBNRv5HM model. More...
|
| |
| INT4 | XLALSimIMREOBGenerateQNMFreqV5fromFinal (COMPLEX16Vector *modefreqs, const REAL8 finalMass, const REAL8 finalSpin, UINT4 l, INT4 m, UINT4 nmodes) |
| |
|
- Attention
- The variables are represented in Leaver's conventions in which G = c = 2M = 1. In particular this means, |a| < 0.5.
|
| int | XLALSimBlackHoleRingdownModeEigenvaluesLeaver (COMPLEX16 *A, COMPLEX16 *omega, double a, int l, int m, int s) |
| | Low-level routine that computes the black hole quasinormal mode eigenefrequency, omega, and angular separation constant A for a given (l,m) mode and spin-weight s (s=-2 for gravitational perturbations). More...
|
| |
| COMPLEX16 | XLALSimBlackHoleRingdownSpheroidalWaveFunctionLeaver (double mu, double a, int l, int m, int s, COMPLEX16 A, COMPLEX16 omega) |
| | Low-level routine that evaluates the spheroidal wave function at a specified value of mu = cos(theta) for a given (l,m) mode and spin-weight s (s=-2 for gravitational perturbations). More...
|
| |
|
| int | XLALSimBlackHoleRingdownMode (double *frequency, double *quality, double mass, double dimensionless_spin, int l, int m, int s) |
| | Computes the frequency and quality factor of a specified quasinormal mode (l,m) of spin weight s perturbations (s=-2 for gravitational perturbations) of a black hole of a specified mass and spin. More...
|
| |
| COMPLEX16 | XLALSimBlackHoleRingdownSpheroidalWaveFunction (double theta, double dimensionless_spin, int l, int m, int s) |
| | Evaluates the value of spheroidal wave function at a given polar angle theta for a specified mode (l,m) and spin weight s (s=-2 for gravitational perturbations) and dimensionless spin parameter. More...
|
| |
| int | XLALSimBlackHoleRingdown (REAL8TimeSeries **hplus, REAL8TimeSeries **hcross, const LIGOTimeGPS *t0, double phi0, double deltaT, double mass, double dimensionless_spin, double fractional_mass_loss, double distance, double inclination, int l, int m) |
| | Computes the waveform for the ringdown of a black hole quasinormal mode (l,m). More...
|
| |
| REAL8 | XLALSimRadiusKerrISCO (REAL8 a) |
| |
| REAL8 | XLALSimEnergyKerrISCO (REAL8 rISCO) |
| |
| REAL8 | XLALSimAngMomKerrISCO (REAL8 rISCO) |
| |
| INT4 | XLALSimIMREOBFinalMassSpin (REAL8 *finalMass, REAL8 *finalSpin, const REAL8 mass1, const REAL8 mass2, const REAL8 spin1[3], const REAL8 spin2[3], Approximant approximant) |
| | Computes the final mass and spin of the black hole resulting from merger. More...
|
| |
| INT4 | XLALSimIMREOBGenerateQNMFreqV2 (COMPLEX16Vector *modefreqs, const REAL8 mass1, const REAL8 mass2, const REAL8 spin1[3], const REAL8 spin2[3], UINT4 l, INT4 m, UINT4 nmodes, Approximant approximant) |
| | These functions generate the quasinormal mode frequencies for a black hole ringdown. More...
|
| |
| INT4 | XLALSimIMREOBGenerateQNMFreqV2fromFinal (COMPLEX16Vector *modefreqs, const REAL8 finalMass, const REAL8 finalSpin, UINT4 l, INT4 m, UINT4 nmodes) |
| |