LALSimulation  5.4.0.1-fe68b98
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 
21 static int EnforcePrimaryMassIsm1(REAL8 *m1, REAL8 *m2, REAL8 *lambda1, REAL8 *lambda2);
22 
24  const REAL8 fHz, /**< Gravitational wave frequency (Hz) */
25  const REAL8 Xa, /**< Mass of companion 1 divided by total mass */
26  const REAL8 Xb, /**< Mass of companion 2 divided by total mass */
27  const REAL8 mtot, /**< total mass (Msun) */
28  const REAL8 kappa2T /**< tidal coupling constant. Eq. 2 in arXiv:1706.02969 */
29 );
30 
31 static REAL8 PlanckTaper(const REAL8 t, const REAL8 t1, const REAL8 t2);
32 
34  const REAL8 fHz, /**< Gravitational wave frequency (Hz) */
35  const REAL8 mtot, /**< Total mass in solar masses */
36  const REAL8 kappa2T /**< tidal coupling constant. Eq. 2 in arXiv:1706.02969 */
37  );
38 
40  const REAL8 fHz, /**< Gravitational wave frequency (Hz) */
41  const REAL8 Xa, /**< Mass of companion 1 divided by total mass */
42  const REAL8 Xb, /**< Mass of companion 2 divided by total mass */
43  const REAL8 mtot, /**< total mass (Msun) */
44  const REAL8 kappa2T /**< tidal coupling constant. Eq. 2 in arXiv:1706.02969 */
45  );
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 double SimNRTunedTidesFDTidalPhase(const REAL8 fHz, const REAL8 Xa, const REAL8 Xb, const REAL8 mtot, const REAL8 kappa2T)
double REAL8