LALSimulation  5.4.0.1-fe68b98
LALSimIMRSEOBNRv4ROM_NRTidal.h File Reference

Prototypes

static void Self_spin_phase_contributions (const REAL8 m1_SI, const REAL8 m2_SI, const REAL8 chi1L, const REAL8 chi2L, const REAL8 qm_def1, const REAL8 qm_def2, REAL8 *pfa_v4_contrib, REAL8 *pfa_v6_contrib)
 Function to internally add 2PN and 3PN spin-spin terms to be able to include spin-induced quadrupole moments in those terms; the BBH terms are excluded From LALSimInspiralPNCoefficients.c:XLALSimInspiralPNPhasing_F2() Compute 2.0PN SS, QM, and self-spin See Eq. More...
 
static int SEOBNRv4ROM_NRTidal_Core (struct tagCOMPLEX16FrequencySeries **hptilde, struct tagCOMPLEX16FrequencySeries **hctilde, REAL8 phiRef, REAL8 fRef, REAL8 distance, REAL8 inclination, REAL8 m1_SI, REAL8 m2_SI, REAL8 chi1, REAL8 chi2, REAL8 Lambda1, REAL8 Lambda2, const REAL8Sequence *freqs_in, REAL8 deltaF, LALDict *LALparams, NRTidal_version_type NRTidal_version)
 

Go to the source code of this file.

Function Documentation

◆ Self_spin_phase_contributions()

static void Self_spin_phase_contributions ( const REAL8  m1_SI,
const REAL8  m2_SI,
const REAL8  chi1L,
const REAL8  chi2L,
const REAL8  qm_def1,
const REAL8  qm_def2,
REAL8 pfa_v4_contrib,
REAL8 pfa_v6_contrib 
)
static

Function to internally add 2PN and 3PN spin-spin terms to be able to include spin-induced quadrupole moments in those terms; the BBH terms are excluded From LALSimInspiralPNCoefficients.c:XLALSimInspiralPNPhasing_F2() Compute 2.0PN SS, QM, and self-spin See Eq.

(6.24) in arXiv:0810.5336 9b,c,d in arXiv:astro-ph/0504538

Parameters
m1_SIMass of neutron star 1 (kg)
m2_SIMass of neutron star 2 (kg)
chi1LDimensionless aligned component spin of NS 1
chi2LDimensionless aligned component spin of NS 2
qm_def1Quadrupole deformation parameter of body 1 (dimensionless)
qm_def2Quadrupole deformation parameter of body 2 (dimensionless) qm_def1,2 = 0 for BH as it is defined here
pfa_v4_contribself-spin contribution to v^4
pfa_v6_contribself-spin contribution to v^6

Definition at line 52 of file LALSimIMRSEOBNRv4ROM_NRTidal.c.

◆ SEOBNRv4ROM_NRTidal_Core()

static int SEOBNRv4ROM_NRTidal_Core ( struct tagCOMPLEX16FrequencySeries **  hptilde,
struct tagCOMPLEX16FrequencySeries **  hctilde,
REAL8  phiRef,
REAL8  fRef,
REAL8  distance,
REAL8  inclination,
REAL8  m1_SI,
REAL8  m2_SI,
REAL8  chi1,
REAL8  chi2,
REAL8  Lambda1,
REAL8  Lambda2,
const REAL8Sequence freqs_in,
REAL8  deltaF,
LALDict *  LALparams,
NRTidal_version_type  NRTidal_version 
)
static

< tidal coupling constant.

Parameters
hptildeOutput: Frequency-domain waveform h+
hctildeOutput: Frequency-domain waveform hx
phiRefPhase at reference time
fRefReference frequency (Hz); 0 defaults to fLow
distanceDistance of source (m)
inclinationInclination of source (rad)
m1_SIMass of neutron star 1 (kg)
m2_SIMass of neutron star 2 (kg)
chi1Dimensionless aligned component spin of NS 1
chi2Dimensionless aligned component spin of NS 2
Lambda1Dimensionless tidal deformability of NS 1
Lambda2Dimensionless tidal deformability of NS 2
freqs_inFrequency points at which to evaluate the waveform (Hz)
deltaFSampling frequency (Hz)
LALparamslinked list containing the extra testing GR parameters
NRTidal_version< either NRTidal or NRTidalv2NoAmpCorr

Definition at line 91 of file LALSimIMRSEOBNRv4ROM_NRTidal.c.