LALSimulation  5.4.0.1-fe68b98
LALSimIMRPhenomD_NRTidal.c File Reference

Prototypes

static int IMRPhenomD_NRTidal_Core (COMPLEX16FrequencySeries **htilde, REAL8 phiRef, REAL8 fRef, REAL8 distance, REAL8 m1_SI, REAL8 m2_SI, REAL8 chi1, REAL8 chi2, REAL8 lambda1, REAL8 lambda2, LALDict *extraParams, const REAL8Sequence *freqs_in, REAL8 deltaF, NRTidal_version_type NRTidal_version)
 
IMRPhenomD_NRTidal

C code for IMRPhenomD Husa:2015iqa, Khan:2015jqa with added tidal phase correction from arXiv:1706.02969.

Author
Sebastian Khan, Michael Puerrer

This is a frequency domain model that adds tidal modifications of the phasing to the IMRPhenomD model.

Note
Parameter ranges:
  • ? <= eta <= 0.25
  • 0 <= Lambda_i <= ?
  • -1 <= chi_i <= 1

Aligned component spin on neutron stars. Symmetric mass-ratio eta = m1*m2/(m1+m2)^2. Total mass Mtot.

int XLALSimIMRPhenomDNRTidalFrequencySequence (COMPLEX16FrequencySeries **htilde, const REAL8Sequence *freqs, REAL8 phiRef, REAL8 fRef, REAL8 distance, REAL8 m1_SI, REAL8 m2_SI, REAL8 chi1, REAL8 chi2, REAL8 lambda1, REAL8 lambda2, LALDict *extraParams, NRTidal_version_type NRTidal_version)
 Compute waveform in LAL format at specified frequencies for the IMRPhenomD_NRTidal tidal model based on IMRPhenomD. More...
 
int XLALSimIMRPhenomDNRTidal (COMPLEX16FrequencySeries **htilde, REAL8 phiRef, REAL8 deltaF, REAL8 fLow, REAL8 fHigh, REAL8 fRef, REAL8 distance, REAL8 m1_SI, REAL8 m2_SI, REAL8 chi1, REAL8 chi2, REAL8 lambda1, REAL8 lambda2, LALDict *extraParams, NRTidal_version_type NRTidal_version)
 Compute waveform in LAL format for the IMRPhenomD_NRTidal tidal model based on IMRPhenomD. More...
 

Go to the source code of this file.

Macros

#define omp   ignore
 

Macro Definition Documentation

◆ omp

#define omp   ignore

Definition at line 29 of file LALSimIMRPhenomD_NRTidal.c.

Function Documentation

◆ IMRPhenomD_NRTidal_Core()

int IMRPhenomD_NRTidal_Core ( COMPLEX16FrequencySeries **  htilde,
REAL8  phiRef,
REAL8  fRef,
REAL8  distance,
REAL8  m1_SI,
REAL8  m2_SI,
REAL8  chi1,
REAL8  chi2,
REAL8  lambda1,
REAL8  lambda2,
LALDict *  extraParams,
const REAL8Sequence freqs_in,
REAL8  deltaF,
NRTidal_version_type  NRTidal_version 
)
static

< tidal coupling constant.

Parameters
htildeOutput: Frequency-domain waveform h+
phiRefPhase at reference time
fRefReference frequency (Hz); 0 defaults to fLow
distanceDistance of source (m)
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
extraParamslinked list containing the extra testing GR parameters
freqs_inFrequency points at which to evaluate the waveform (Hz)
deltaFSampling frequency (Hz)
NRTidal_versionVersion of NRTides; can be any one of NRTidal_V (arXiv:1706.02969), NRTidalv2_V (arXiv:1905.06011) or NRTidalv2NoAmpCorr_V (arXiv:1905.06011, without amplitude corrections)

Definition at line 53 of file LALSimIMRPhenomD_NRTidal.c.