LALSimulation  5.4.0.1-fe68b98
LALSimIMRSpinEOBFactorizedWaveform_PA.c File Reference

Prototypes

static UNUSED INT4 XLALSimIMRSpinEOBGetSpinFactorizedWaveform_PA (COMPLEX16 *restrict hlm, REAL8Vector *restrict values, const REAL8 v, const REAL8 Hreal, const INT4 l, const INT4 m, SpinEOBParams *restrict params, REAL8 vPhi)
 This function calculates hlm mode factorized-resummed waveform for given dynamical variables. More...
 

Go to the source code of this file.

Macros

#define _LALSIMIMRSPINEOBFACTORIZEDWAVEFORMPA_C
 Function to compute the factorized waveform as uses in the SEOBNRv1 model. Waveform expressions are given by Taracchini et al. ( PRD 86, 024011 (2012), arXiv 1202.0790 ). All equation numbers in this file refer to equations of this paper, unless otherwise specified. Coefficients of the so-called "deltalm" terms are given by Damour et al. PRD 79, 064004 (2009) [arXiv:0811.2069] and Pan et al. PRD 83, 064003 (2011) [arXiv:1006.0431], henceforth DIN and PBFRT. More...
 

Macro Definition Documentation

◆ _LALSIMIMRSPINEOBFACTORIZEDWAVEFORMPA_C

#define _LALSIMIMRSPINEOBFACTORIZEDWAVEFORMPA_C

Function to compute the factorized waveform as uses in the SEOBNRv1 model. Waveform expressions are given by Taracchini et al. ( PRD 86, 024011 (2012), arXiv 1202.0790 ). All equation numbers in this file refer to equations of this paper, unless otherwise specified. Coefficients of the so-called "deltalm" terms are given by Damour et al. PRD 79, 064004 (2009) [arXiv:0811.2069] and Pan et al. PRD 83, 064003 (2011) [arXiv:1006.0431], henceforth DIN and PBFRT.

Author
Craig Robinson, Yi Pan, Prayush Kumar, Andrea Taracchini

Functions to compute the factorized waveform for the purpose of computing the flux, i.e. returning only the absolute value of the multipoles. The tail term Tlm is used in its resummed form, given by Eq. (42) of Damour, Nagar and Bernuzzi, PRD 87 084035 (2013) [arxiv:1212.4357], called DNB here.

Definition at line 41 of file LALSimIMRSpinEOBFactorizedWaveform_PA.c.

Function Documentation

◆ XLALSimIMRSpinEOBGetSpinFactorizedWaveform_PA()

static INT4 XLALSimIMRSpinEOBGetSpinFactorizedWaveform_PA ( COMPLEX16 *restrict  hlm,
REAL8Vector *restrict  values,
const REAL8  v,
const REAL8  Hreal,
const INT4  l,
const INT4  m,
SpinEOBParams *restrict  params,
REAL8  vPhi 
)
static

This function calculates hlm mode factorized-resummed waveform for given dynamical variables.

Eq. 17 and the entire Appendix of the paper.

Parameters
hlmOUTPUT, hlm waveforms
valuesdyanmical variables
vvelocity
Hrealreal Hamiltonian
ll mode index
mm mode index
paramsSpin EOB parameters
vPhiNonKepler coeff

Definition at line 87 of file LALSimIMRSpinEOBFactorizedWaveform_PA.c.