LALSimulation  5.4.0.1-fe68b98
LALSimInspiralEccentricTD.c File Reference

Prototypes

static REAL8 XLALSimInspiralOrbitalVelocityEvolution4_0PN (REAL8 v, REAL8 et, expnCoeffsEccTaylorT4 *ak)
 
static REAL8 XLALSimInspiralOrbitalVelocityEvolution4_2PN (REAL8 v, REAL8 et, expnCoeffsEccTaylorT4 *ak)
 
static REAL8 XLALSimInspiralOrbitalVelocityEvolution4_3PN (REAL8 v, REAL8 et, expnCoeffsEccTaylorT4 *ak)
 
static REAL8 XLALSimInspiralOrbitalVelocityEvolution4_4PN (REAL8 v, REAL8 et, expnCoeffsEccTaylorT4 *ak)
 
static REAL8 XLALSimInspiralOrbitalEccentricityEvolution4_0PN (REAL8 v, REAL8 et, expnCoeffsEccTaylorT4 *ak)
 
static REAL8 XLALSimInspiralOrbitalEccentricityEvolution4_2PN (REAL8 v, REAL8 et, expnCoeffsEccTaylorT4 *ak)
 
static REAL8 XLALSimInspiralOrbitalEccentricityEvolution4_3PN (REAL8 v, REAL8 et, expnCoeffsEccTaylorT4 *ak)
 
static REAL8 XLALSimInspiralOrbitalEccentricityEvolution4_4PN (REAL8 v, REAL8 et, expnCoeffsEccTaylorT4 *ak)
 
static REAL8 XLALSimInspiralMeanAnomalyEvolution4_0PN (REAL8 v, REAL8 UNUSED et, expnCoeffsEccTaylorT4 *ak)
 
static REAL8 XLALSimInspiralMeanAnomalyEvolution4_2PN (REAL8 v, REAL8 et, expnCoeffsEccTaylorT4 *ak)
 
static REAL8 XLALSimInspiralMeanAnomalyEvolution4_4PN (REAL8 v, REAL8 et, expnCoeffsEccTaylorT4 *ak)
 
static int XLALSimInspiralEccTaylorT4PNEvolveOrbitIntegrand (double UNUSED t, const double y[], double ydot[], void *params)
 
static int XLALSimInspiralEccTaylorT4Setup (expnCoeffsEccTaylorT4 *ak, expnFuncEccTaylorT4 *f, REAL8 m1, REAL8 m2, int O)
 
static int XLALSimInspiralKeplerEquationSolver (REAL8TimeSeries **V, REAL8TimeSeries **ECC, REAL8TimeSeries *TIME, REAL8TimeSeries *U)
 
static int XLALSimInspiralKeplerEquationLHS_PN (expnCoeffsEccTaylorT4 *ak, REAL8TimeSeries **V, REAL8TimeSeries *U, REAL8TimeSeries **ECC, REAL8TimeSeries **TIME, REAL8TimeSeries *L2)
 
static int XLALSimInspiralPhaseContributionW (expnCoeffsEccTaylorT4 *ak, REAL8TimeSeries **V, REAL8TimeSeries **ECC, REAL8TimeSeries **U, REAL8TimeSeries *W)
 
int XLALSimInspiralEccentricTDPNEvolveOrbit (REAL8TimeSeries **v, REAL8TimeSeries **et, REAL8TimeSeries **l, REAL8TimeSeries **lambda, REAL8TimeSeries **u, REAL8TimeSeries **phi, REAL8 phiRef, REAL8 deltaT, REAL8 m1, REAL8 m2, REAL8 f_min, REAL8 fRef, REAL8 e_min, int O)
 Evolves a post-Newtonian orbit using the eccentric Taylor T4 method. More...
 
int XLALSimInspiralEccentricTDPNGenerator (REAL8TimeSeries **hplus, REAL8TimeSeries **hcross, REAL8 phiRef, REAL8 deltaT, REAL8 m1, REAL8 m2, REAL8 f_min, REAL8 fRef, REAL8 r, REAL8 i, REAL8 e_min, int amplitudeO, int phaseO)
 Driver routine to compute the post-Newtonian inspiral waveform. More...
 
int XLALSimInspiralEccentricTDPN (REAL8TimeSeries **hplus, REAL8TimeSeries **hcross, REAL8 phiRef, REAL8 deltaT, REAL8 m1, REAL8 m2, REAL8 f_min, REAL8 fRef, REAL8 r, REAL8 i, REAL8 e_min, int O)
 Driver routine to compute the post-Newtonian inspiral waveform. More...
 
int XLALSimInspiralEccentricTDPNRestricted (REAL8TimeSeries **hplus, REAL8TimeSeries **hcross, REAL8 phiRef, REAL8 deltaT, REAL8 m1, REAL8 m2, REAL8 f_min, REAL8 fRef, REAL8 r, REAL8 i, REAL8 e_min, int O)
 Driver routine to compute the restricted post-Newtonian inspiral waveform. More...
 

Go to the source code of this file.

Data Structures

struct  expnCoeffsEccTaylorT4
 
struct  expnFuncEccTaylorT4
 
struct  XLALSimInspiralEccTaylorT4PNEvolveOrbitParams
 

Typedefs

typedef REAL8() SimInspiralEvolutionEquations4(REAL8 v, REAL8 et, expnCoeffsEccTaylorT4 *ak)
 

Typedef Documentation

◆ SimInspiralEvolutionEquations4

typedef REAL8() SimInspiralEvolutionEquations4(REAL8 v, REAL8 et, expnCoeffsEccTaylorT4 *ak)

Definition at line 65 of file LALSimInspiralEccentricTD.c.

Function Documentation

◆ XLALSimInspiralOrbitalVelocityEvolution4_0PN()

static REAL8 XLALSimInspiralOrbitalVelocityEvolution4_0PN ( REAL8  v,
REAL8  et,
expnCoeffsEccTaylorT4 ak 
)
static

Definition at line 100 of file LALSimInspiralEccentricTD.c.

◆ XLALSimInspiralOrbitalVelocityEvolution4_2PN()

static REAL8 XLALSimInspiralOrbitalVelocityEvolution4_2PN ( REAL8  v,
REAL8  et,
expnCoeffsEccTaylorT4 ak 
)
static

Definition at line 123 of file LALSimInspiralEccentricTD.c.

◆ XLALSimInspiralOrbitalVelocityEvolution4_3PN()

static REAL8 XLALSimInspiralOrbitalVelocityEvolution4_3PN ( REAL8  v,
REAL8  et,
expnCoeffsEccTaylorT4 ak 
)
static

Definition at line 149 of file LALSimInspiralEccentricTD.c.

◆ XLALSimInspiralOrbitalVelocityEvolution4_4PN()

static REAL8 XLALSimInspiralOrbitalVelocityEvolution4_4PN ( REAL8  v,
REAL8  et,
expnCoeffsEccTaylorT4 ak 
)
static

Definition at line 182 of file LALSimInspiralEccentricTD.c.

◆ XLALSimInspiralOrbitalEccentricityEvolution4_0PN()

static REAL8 XLALSimInspiralOrbitalEccentricityEvolution4_0PN ( REAL8  v,
REAL8  et,
expnCoeffsEccTaylorT4 ak 
)
static

Definition at line 237 of file LALSimInspiralEccentricTD.c.

◆ XLALSimInspiralOrbitalEccentricityEvolution4_2PN()

static REAL8 XLALSimInspiralOrbitalEccentricityEvolution4_2PN ( REAL8  v,
REAL8  et,
expnCoeffsEccTaylorT4 ak 
)
static

Definition at line 260 of file LALSimInspiralEccentricTD.c.

◆ XLALSimInspiralOrbitalEccentricityEvolution4_3PN()

static REAL8 XLALSimInspiralOrbitalEccentricityEvolution4_3PN ( REAL8  v,
REAL8  et,
expnCoeffsEccTaylorT4 ak 
)
static

Definition at line 286 of file LALSimInspiralEccentricTD.c.

◆ XLALSimInspiralOrbitalEccentricityEvolution4_4PN()

static REAL8 XLALSimInspiralOrbitalEccentricityEvolution4_4PN ( REAL8  v,
REAL8  et,
expnCoeffsEccTaylorT4 ak 
)
static

Definition at line 324 of file LALSimInspiralEccentricTD.c.

◆ XLALSimInspiralMeanAnomalyEvolution4_0PN()

static REAL8 XLALSimInspiralMeanAnomalyEvolution4_0PN ( REAL8  v,
REAL8 UNUSED  et,
expnCoeffsEccTaylorT4 ak 
)
static

Definition at line 382 of file LALSimInspiralEccentricTD.c.

◆ XLALSimInspiralMeanAnomalyEvolution4_2PN()

static REAL8 XLALSimInspiralMeanAnomalyEvolution4_2PN ( REAL8  v,
REAL8  et,
expnCoeffsEccTaylorT4 ak 
)
static

Definition at line 402 of file LALSimInspiralEccentricTD.c.

◆ XLALSimInspiralMeanAnomalyEvolution4_4PN()

static REAL8 XLALSimInspiralMeanAnomalyEvolution4_4PN ( REAL8  v,
REAL8  et,
expnCoeffsEccTaylorT4 ak 
)
static

Definition at line 427 of file LALSimInspiralEccentricTD.c.

◆ XLALSimInspiralEccTaylorT4PNEvolveOrbitIntegrand()

static int XLALSimInspiralEccTaylorT4PNEvolveOrbitIntegrand ( double UNUSED  t,
const double  y[],
double  ydot[],
void *  params 
)
static

Definition at line 475 of file LALSimInspiralEccentricTD.c.

◆ XLALSimInspiralEccTaylorT4Setup()

static int XLALSimInspiralEccTaylorT4Setup ( expnCoeffsEccTaylorT4 ak,
expnFuncEccTaylorT4 f,
REAL8  m1,
REAL8  m2,
int  O 
)
static

Definition at line 495 of file LALSimInspiralEccentricTD.c.

◆ XLALSimInspiralKeplerEquationSolver()

static int XLALSimInspiralKeplerEquationSolver ( REAL8TimeSeries **  V,
REAL8TimeSeries **  ECC,
REAL8TimeSeries TIME,
REAL8TimeSeries U 
)
static

Definition at line 580 of file LALSimInspiralEccentricTD.c.

◆ XLALSimInspiralKeplerEquationLHS_PN()

static int XLALSimInspiralKeplerEquationLHS_PN ( expnCoeffsEccTaylorT4 ak,
REAL8TimeSeries **  V,
REAL8TimeSeries U,
REAL8TimeSeries **  ECC,
REAL8TimeSeries **  TIME,
REAL8TimeSeries L2 
)
static

Definition at line 678 of file LALSimInspiralEccentricTD.c.

◆ XLALSimInspiralPhaseContributionW()

static int XLALSimInspiralPhaseContributionW ( expnCoeffsEccTaylorT4 ak,
REAL8TimeSeries **  V,
REAL8TimeSeries **  ECC,
REAL8TimeSeries **  U,
REAL8TimeSeries W 
)
static

Definition at line 732 of file LALSimInspiralEccentricTD.c.