Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALSimulation 6.2.0.1-ea7c608
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
EOBACoefficients Struct Reference

Detailed Description

Structure containing the coefficients for EOBNRv2 A potential function.

The elements in the structure are labelled as follows: aN, where a is denotes whether the parameter is in the numerator (n) or denominator (d); and N is the power of r which will multiply this coefficient. For example, the coefficient of r^5 in the numerator will be called n5.

Definition at line 78 of file LALSimIMREOBNRv2.h.

Data Fields

REAL8 n4
 
REAL8 n5
 
REAL8 d0
 
REAL8 d1
 
REAL8 d2
 
REAL8 d3
 
REAL8 d4
 
REAL8 d5
 

Field Documentation

◆ n4

REAL8 EOBACoefficients::n4

Definition at line 80 of file LALSimIMREOBNRv2.h.

◆ n5

REAL8 EOBACoefficients::n5

Definition at line 81 of file LALSimIMREOBNRv2.h.

◆ d0

REAL8 EOBACoefficients::d0

Definition at line 82 of file LALSimIMREOBNRv2.h.

◆ d1

REAL8 EOBACoefficients::d1

Definition at line 83 of file LALSimIMREOBNRv2.h.

◆ d2

REAL8 EOBACoefficients::d2

Definition at line 84 of file LALSimIMREOBNRv2.h.

◆ d3

REAL8 EOBACoefficients::d3

Definition at line 85 of file LALSimIMREOBNRv2.h.

◆ d4

REAL8 EOBACoefficients::d4

Definition at line 86 of file LALSimIMREOBNRv2.h.

◆ d5

REAL8 EOBACoefficients::d5

Definition at line 87 of file LALSimIMREOBNRv2.h.