LALSimulation  5.4.0.1-fe68b98
LALSimIMREOBNRv2.h File Reference

Prototypes

UNUSED REAL8 XLALSimNSNSMergerFreq (TidalEOBParams *tidal1, TidalEOBParams *tidal2)
 NR fit to the geometric GW frequency M_{total}omega_{22} of a BNS merger, defined by the time when the (2,2) amplitude peaks See Eq. More...
 

Go to the source code of this file.

Data Structures

struct  TidalEOBParams
 Tidal parameters for EOB model of NS: mByM - dimensionless ratio m_{NS}/M lambda2Tidal - dimensionless adiabatic quadrupole tidal deformability normalized by total mass (2/3 k_2 (R_{NS}/M)^5) omega02Tidal - quadrupole f-mode angular freq m_{NS}*omega_{02} lambda3Tidal - dimensionless adiabatic octupole tidal deformability normalized by total mass (2/15 k_3 (R_{NS}/M)^7) omega03Tidal - octupole f-mode angular freq m_{NS}*omega_{03}. More...
 
struct  EOBACoefficients
 Structure containing the coefficients for EOBNRv2 A potential function. More...
 
struct  FacWaveformCoeffs
 Structure containing the coefficients for calculating the factorized waveform. More...
 
struct  NewtonMultipolePrefixes
 Structure containing all the terms of the Newtonian multipole which are constant over the course of the evolution, and can therefore be pre-computed. More...
 
struct  EOBNonQCCoeffs
 The coefficients which are used in calculating the non-quasicircular correction to the EOBNRv2 model. More...
 
struct  EOBParams
 Structure containing all the parameters needed for the EOB waveform. More...
 
struct  rOfOmegaIn
 Structure containing parameters used to determine r as a function of omega. More...
 
struct  pr3In
 Structure containing parameters used to determine the initial radial momentum. More...
 
struct  CAmpPhaseSequence
 Structure to represent a data piece (e.g. More...
 
struct  SphHarmListCAmpPhaseSequence
 Structure to represent linked list of modes with complex amplitude (enveloppe) and phase. More...
 
struct  SphHarmListEOBNonQCCoeffs
 Structure to represent linked list of modes with complex amplitude (enveloppe) and phase. More...
 
struct  SEOBdynamics
 Structure the EOB dynamics for precessing waveforms. More...
 

Macros

#define LALEOB_MAX_MULTIPOLE   8
 File containing most of the structures and prototypes which are used in the generation of the EOBNRv2 waveform. These structures and prototypes are used internally within the waveform generation code, and shouldn't be needed to generate the waveforms from outside the library. Therefore, people generating EOBNRv2 waveforms should only need to include LALSimIMR.h. More...
 

Macro Definition Documentation

◆ LALEOB_MAX_MULTIPOLE

#define LALEOB_MAX_MULTIPOLE   8

File containing most of the structures and prototypes which are used in the generation of the EOBNRv2 waveform. These structures and prototypes are used internally within the waveform generation code, and shouldn't be needed to generate the waveforms from outside the library. Therefore, people generating EOBNRv2 waveforms should only need to include LALSimIMR.h.

Author
Craig Robinson, Andrea Taracchini The maximum possible l we have

Definition at line 49 of file LALSimIMREOBNRv2.h.

Function Documentation

◆ XLALSimNSNSMergerFreq()

UNUSED REAL8 XLALSimNSNSMergerFreq ( TidalEOBParams tidal1,
TidalEOBParams tidal2 
)

NR fit to the geometric GW frequency M_{total}omega_{22} of a BNS merger, defined by the time when the (2,2) amplitude peaks See Eq.

(2) in https://arxiv.org/pdf/1504.01764.pdf with coefficients given by the 3rd row of Table II therein. Compared to NR for 0 <= kappa2T <= 500

Parameters
tidal1Tidal parameters of body 1
tidal2Tidal parameters of body 2

Definition at line 225 of file LALSimIMRSpinAlignedEOB.c.