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... | |
EOBACoefficients * | aCoeffs |
< Pre-computed coefficients of EOB A function More... | |
REAL8 pr3In::eta |
< Symmetric mass ratio
Definition at line 525 of file LALSimIMREOBNRv2.h.
REAL8 pr3In::omega |
< Angular frequency (dimensionless combination M omega)
Definition at line 526 of file LALSimIMREOBNRv2.h.
REAL8 pr3In::vr |
< Radial velocity (dimensionless)
Definition at line 527 of file LALSimIMREOBNRv2.h.
REAL8 pr3In::r |
< Orbital separation (units of total mass)
Definition at line 528 of file LALSimIMREOBNRv2.h.
REAL8 pr3In::q |
< Momentum pphi
Definition at line 529 of file LALSimIMREOBNRv2.h.
EOBACoefficients* pr3In::aCoeffs |
< Pre-computed coefficients of EOB A function
Definition at line 530 of file LALSimIMREOBNRv2.h.