LALSimulation  5.4.0.1-fe68b98
LALSimIMRSpinEOBFactorizedFluxOptimized.c File Reference

Prototypes

static REAL8 XLALInspiralSpinFactorizedFluxOptimized (REAL8Vector *values, EOBNonQCCoeffs *nqcCoeffs, const REAL8 omega, SpinEOBParams *ak, const REAL8 H, const INT4 lMax, const UINT4 SpinAlignedEOBversion)
 This function calculates the spin factorized-resummed GW energy flux for given dynamical variables. More...
 

Go to the source code of this file.

Macros

#define _OPTIMIZEDLALSIMIMRSPINEOBFACTORIZEDFLUX_C
 Function to compute the factorized flux as uses in the SEOBNRv1 model. Flux function given in 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. More...
 
#define USEPREC   0
 

Macro Definition Documentation

◆ _OPTIMIZEDLALSIMIMRSPINEOBFACTORIZEDFLUX_C

#define _OPTIMIZEDLALSIMIMRSPINEOBFACTORIZEDFLUX_C

Function to compute the factorized flux as uses in the SEOBNRv1 model. Flux function given in 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.

Author
Craig Robinson, Yi Pan

Definition at line 32 of file LALSimIMRSpinEOBFactorizedFluxOptimized.c.

◆ USEPREC

#define USEPREC   0

Definition at line 47 of file LALSimIMRSpinEOBFactorizedFluxOptimized.c.

Function Documentation

◆ XLALInspiralSpinFactorizedFluxOptimized()

static REAL8 XLALInspiralSpinFactorizedFluxOptimized ( REAL8Vector values,
EOBNonQCCoeffs nqcCoeffs,
const REAL8  omega,
SpinEOBParams ak,
const REAL8  H,
const INT4  lMax,
const UINT4  SpinAlignedEOBversion 
)
static

This function calculates the spin factorized-resummed GW energy flux for given dynamical variables.

Parameters
valuesdynamical variables
nqcCoeffspre-computed NQC coefficients
omegaorbital frequency
akphysical parameters
Hreal Hamiltonian
lMaxupper limit of the summation over l
SpinAlignedEOBversion1 for SEOBNRv1, 2 for SEOBNRv2

Definition at line 80 of file LALSimIMRSpinEOBFactorizedFluxOptimized.c.