LALSimulation  5.4.0.1-fe68b98
LALSimIMREOBFactorizedFlux.c File Reference

Prototypes

static REAL8 XLALSimIMREOBFactorizedFlux (REAL8Vector *values, const REAL8 omega, EOBParams *ak, const INT4 lMax)
 This function calculates the factorized flux in the EOB dynamics for the EOBNR (and potentially subsequent) models. More...
 

Go to the source code of this file.

Macros

#define _LALSIMIMRFACTORIZEDFLUX_C
 Function to compute the factorized flux as uses in the new EOBNR_PP model. Flux function given by Phys.Rev.D79:064004,2009. More...
 

Macro Definition Documentation

◆ _LALSIMIMRFACTORIZEDFLUX_C

#define _LALSIMIMRFACTORIZEDFLUX_C

Function to compute the factorized flux as uses in the new EOBNR_PP model. Flux function given by Phys.Rev.D79:064004,2009.

Author
Craig Robinson

Definition at line 31 of file LALSimIMREOBFactorizedFlux.c.

Function Documentation

◆ XLALSimIMREOBFactorizedFlux()

static REAL8 XLALSimIMREOBFactorizedFlux ( REAL8Vector values,
const REAL8  omega,
EOBParams ak,
const INT4  lMax 
)
static

This function calculates the factorized flux in the EOB dynamics for the EOBNR (and potentially subsequent) models.

The flux function is found in Phys.Rev.D79:064004,2009.

Parameters
values< Dynamics r, phi, pr, pphi
omega< Angular frequency omega
ak< Structure containing pre-computed parameters
lMax< Maximum l to include when calculating flux (between 2 and 8)

Definition at line 38 of file LALSimIMREOBFactorizedFlux.c.