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

Detailed Description

Structure containing parameters used to determine the initial radial momentum.

Since this is determined within a root finding function, it is necessary to place all parameters with the exception of the current guess of the radial momentum within a structure.

Definition at line 523 of file LALSimIMREOBNRv2.h.

Data Fields

REAL8 eta
 < Symmetric mass ratio More...
 
REAL8 omega
 < Angular frequency (dimensionless combination M omega) More...
 
REAL8 vr
 < Radial velocity (dimensionless) More...
 
REAL8 r
 < Orbital separation (units of total mass) More...
 
REAL8 q
 < Momentum pphi More...
 
EOBACoefficientsaCoeffs
 < Pre-computed coefficients of EOB A function More...
 

Field Documentation

◆ eta

REAL8 pr3In::eta

< Symmetric mass ratio

Definition at line 525 of file LALSimIMREOBNRv2.h.

◆ omega

REAL8 pr3In::omega

< Angular frequency (dimensionless combination M omega)

Definition at line 526 of file LALSimIMREOBNRv2.h.

◆ vr

REAL8 pr3In::vr

< Radial velocity (dimensionless)

Definition at line 527 of file LALSimIMREOBNRv2.h.

◆ r

REAL8 pr3In::r

< Orbital separation (units of total mass)

Definition at line 528 of file LALSimIMREOBNRv2.h.

◆ q

REAL8 pr3In::q

< Momentum pphi

Definition at line 529 of file LALSimIMREOBNRv2.h.

◆ aCoeffs

EOBACoefficients* pr3In::aCoeffs

< Pre-computed coefficients of EOB A function

Definition at line 530 of file LALSimIMREOBNRv2.h.