LALInspiral 5.0.3.1-eeff03c
LALInspiralPhasing3.c File Reference

The code LALInspiralPhasing3.c calculates the phase the waveform from an inspiralling binary system as a function of time up to second post-Nowtonian order. More...

Prototypes

REAL8 XLALInspiralPhasing3_0PN (REAL8 td, expnCoeffs *ak)
 
REAL8 XLALInspiralPhasing3_2PN (REAL8 td, expnCoeffs *ak)
 
REAL8 XLALInspiralPhasing3_3PN (REAL8 td, expnCoeffs *ak)
 
REAL8 XLALInspiralPhasing3_4PN (REAL8 td, expnCoeffs *ak)
 
REAL8 XLALInspiralPhasing3_5PN (REAL8 td, expnCoeffs *ak)
 
REAL8 XLALInspiralPhasing3_6PN (REAL8 td, expnCoeffs *ak)
 
REAL8 XLALInspiralPhasing3_7PN (REAL8 td, expnCoeffs *ak)
 

Detailed Description

The code LALInspiralPhasing3.c calculates the phase the waveform from an inspiralling binary system as a function of time up to second post-Nowtonian order.

Author
Sathyaprakash, B. S.

LALInspiralPhasing3()

  • phase: Output, the phase of the wave at the current epoch.
  • td: Input, the PN expansion coefficients of phase \(\phi^t_k\) as a function of time (cf. this table.
  • ak: Input containing PN expansion coefficients.

Description

The phase of the inspiral wave corresponding to the Approximant TaylorT2 as in Eq. \eqref{eq_InspiralWavePhase3}.

Algorithm

None.

Uses

None.

Notes

None.

Definition in file LALInspiralPhasing3.c.

Go to the source code of this file.

Function Documentation

◆ XLALInspiralPhasing3_0PN()

REAL8 XLALInspiralPhasing3_0PN ( REAL8  td,
expnCoeffs ak 
)

Definition at line 63 of file LALInspiralPhasing3.c.

◆ XLALInspiralPhasing3_2PN()

REAL8 XLALInspiralPhasing3_2PN ( REAL8  td,
expnCoeffs ak 
)

Definition at line 83 of file LALInspiralPhasing3.c.

◆ XLALInspiralPhasing3_3PN()

REAL8 XLALInspiralPhasing3_3PN ( REAL8  td,
expnCoeffs ak 
)

Definition at line 107 of file LALInspiralPhasing3.c.

◆ XLALInspiralPhasing3_4PN()

REAL8 XLALInspiralPhasing3_4PN ( REAL8  td,
expnCoeffs ak 
)

Definition at line 133 of file LALInspiralPhasing3.c.

◆ XLALInspiralPhasing3_5PN()

REAL8 XLALInspiralPhasing3_5PN ( REAL8  td,
expnCoeffs ak 
)

Definition at line 161 of file LALInspiralPhasing3.c.

◆ XLALInspiralPhasing3_6PN()

REAL8 XLALInspiralPhasing3_6PN ( REAL8  td,
expnCoeffs ak 
)

Definition at line 190 of file LALInspiralPhasing3.c.

◆ XLALInspiralPhasing3_7PN()

REAL8 XLALInspiralPhasing3_7PN ( REAL8  td,
expnCoeffs ak 
)

Definition at line 221 of file LALInspiralPhasing3.c.