LALSimulation  5.4.0.1-fe68b98
LALSimIMRSpinEOBFactorizedFlux.c File Reference

Prototypes

static REAL8 XLALInspiralSpinFactorizedFlux (REAL8Vector *values, EOBNonQCCoeffs *nqcCoeffs, const REAL8 omega, SpinEOBParams *ak, const REAL8 H, const UINT4 lMax, const UINT4 SpinAlignedEOBversion)
 
static REAL8 XLALInspiralSpinFactorizedFlux (REAL8Vector *values, EOBNonQCCoeffs *nqcCoeffs, const REAL8 omega, SpinEOBParams *ak, const REAL8 H, const UINT4 lMax, UNUSED 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 _LALSIMIMRSPINEOBFACTORIZEDFLUX_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...
 

Variables

static UNUSED int UsePrec = 0
 

Macro Definition Documentation

◆ _LALSIMIMRSPINEOBFACTORIZEDFLUX_C

#define _LALSIMIMRSPINEOBFACTORIZEDFLUX_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 LALSimIMRSpinEOBFactorizedFlux.c.

Function Documentation

◆ XLALInspiralSpinFactorizedFlux() [1/2]

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

◆ XLALInspiralSpinFactorizedFlux() [2/2]

static REAL8 XLALInspiralSpinFactorizedFlux ( REAL8Vector values,
EOBNonQCCoeffs nqcCoeffs,
const REAL8  omega,
SpinEOBParams ak,
const REAL8  H,
const UINT4  lMax,
UNUSED 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, 4 for SEOBNRv4

Definition at line 77 of file LALSimIMRSpinEOBFactorizedFlux.c.

Variable Documentation

◆ UsePrec

UNUSED int UsePrec = 0
static

Definition at line 46 of file LALSimIMRSpinEOBFactorizedFlux.c.