Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALSimulation 6.2.0.1-5e288d3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
LALSimNRTunedTides.h
Go to the documentation of this file.
1/*
2 * * Copyright (C) 2017 Tim Dietrich, Sebastiano Bernuzzi, Nathan Johnson-McDaniel,
3 * * Shasvath J Kapadia, Francesco Pannarale and Sebastian Khan, Michael Puerrer.
4 * *
5 * * This program is free software; you can redistribute it and/or modify
6 * * it under the terms of the GNU General Public License as published by
7 * * the Free Software Foundation; either version 2 of the License, or
8 * * (at your option) any later version.
9 * *
10 * * This program is distributed in the hope that it will be useful,
11 * * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * * GNU General Public License for more details.
14 * *
15 * * You should have received a copy of the GNU General Public License
16 * * along with with program; see the file COPYING. If not, write to the
17 * * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 * * MA 02110-1301 USA
19 * */
20
21static int EnforcePrimaryMassIsm1(REAL8 *m1, REAL8 *m2, REAL8 *lambda1, REAL8 *lambda2);
22
23static int EnforcePrimaryMassIsm1_v3(REAL8 *m1, REAL8 *m2, REAL8 *lambda1, REAL8 *lambda2, REAL8 *chi1, REAL8 *chi2);
24
25
27 const REAL8 fHz, /**< Gravitational wave frequency (Hz) */
28 const REAL8 Xa, /**< Mass of companion 1 divided by total mass */
29 const REAL8 Xb, /**< Mass of companion 2 divided by total mass */
30 const REAL8 mtot, /**< total mass (Msun) */
31 const REAL8 kappa2T /**< tidal coupling constant. Eq. 2 in arXiv:1706.02969 */
32);
33
34static REAL8 PlanckTaper(const REAL8 t, const REAL8 t1, const REAL8 t2);
35
37 const REAL8 fHz, /**< Gravitational wave frequency (Hz) */
38 const REAL8 mtot, /**< Total mass in solar masses */
39 const REAL8 kappa2T /**< tidal coupling constant. Eq. 2 in arXiv:1706.02969 */
40 );
41
43 const REAL8 fHz, /**< Gravitational wave frequency (Hz) */
44 const REAL8 Xa, /**< Mass of companion 1 divided by total mass */
45 const REAL8 Xb, /**< Mass of companion 2 divided by total mass */
46 const REAL8 mtot, /**< total mass (Msun) */
47 const REAL8 kappa2T /**< tidal coupling constant. Eq. 2 in arXiv:1706.02969 */
48 );
49
51 const REAL8 fHz, /**< Gravitational wave frequency (Hz) */
52 const REAL8 mtot, /**< total mass (Msun) */
53 const REAL8 NRTidalv3_coeffs[20], /**< NRTidalv3 coefficients*/
54 const REAL8 PN_coeffs[10] /**< 7.5 PN coefficients to be used as constraints*/
55 );
56
58 const REAL8 fHz, /**< Gravitational wave frequency (Hz) */
59 const REAL8 Xa, /**< Mass of companion 1 divided by total mass */
60 const REAL8 mtot, /**< total mass (Msun) */
61 const REAL8 lambda1, /**< dimensionless tidal deformability of companion 1*/
62 const REAL8 lambda2, /**< dimensionless tidal deformability of companion 2*/
63 const REAL8 PN_coeffs[10] /**< 7.5 PN coefficients*/
64 );
static double SimNRTunedTidesFDTidalPhase_v3(const REAL8 fHz, const REAL8 mtot, const REAL8 NRTidalv3_coeffs[20], const REAL8 PN_coeffs[10])
static double SimNRTunedTidesFDTidalPhase_PN(const REAL8 fHz, const REAL8 Xa, const REAL8 mtot, const REAL8 lambda1, const REAL8 lambda2, const REAL8 PN_coeffs[10])
static REAL8 SimNRTunedTidesFDTidalAmplitude(const REAL8 fHz, const REAL8 mtot, const REAL8 kappa2T)
static REAL8 PlanckTaper(const REAL8 t, const REAL8 t1, const REAL8 t2)
static double SimNRTunedTidesFDTidalPhase_v2(const REAL8 fHz, const REAL8 Xa, const REAL8 Xb, const REAL8 mtot, const REAL8 kappa2T)
static int EnforcePrimaryMassIsm1(REAL8 *m1, REAL8 *m2, REAL8 *lambda1, REAL8 *lambda2)
static int EnforcePrimaryMassIsm1_v3(REAL8 *m1, REAL8 *m2, REAL8 *lambda1, REAL8 *lambda2, REAL8 *chi1, REAL8 *chi2)
static double SimNRTunedTidesFDTidalPhase(const REAL8 fHz, const REAL8 Xa, const REAL8 Xb, const REAL8 mtot, const REAL8 kappa2T)
double REAL8