LALSimulation  5.4.0.1-fe68b98
LALSimIMRPhenomC_internals.c File Reference

Prototypes

static BBHPhenomCParamsComputeIMRPhenomCParamsSPA (const REAL8 m1, const REAL8 m2, const REAL8 chi, LALDict *extraParams)
 Internal functions. More...
 
static BBHPhenomCParamsComputeIMRPhenomCParams (const REAL8 m1, const REAL8 m2, const REAL8 chi, LALDict *extraParams)
 
static REAL8 wPlus (const REAL8 f, const REAL8 f0, const REAL8 d, const BBHPhenomCParams *params)
 
static REAL8 wMinus (const REAL8 f, const REAL8 f0, const REAL8 d, const BBHPhenomCParams *params)
 
static size_t NextPow2_PC (const size_t n)
 
static REAL8 IMRPhenomCGeneratePhasePM (REAL8 f, REAL8 eta, const BBHPhenomCParams *params)
 main functions More...
 
static int IMRPhenomCGenerateAmpPhase (REAL8 *amplitude, REAL8 *phasing, REAL8 f, REAL8 eta, const BBHPhenomCParams *params)
 

Go to the source code of this file.

Function Documentation

◆ ComputeIMRPhenomCParamsSPA()

static BBHPhenomCParams* ComputeIMRPhenomCParamsSPA ( const REAL8  m1,
const REAL8  m2,
const REAL8  chi,
LALDict *  extraParams 
)
static

Internal functions.

Parameters
m1mass of companion 1 (solar masses)
m2mass of companion 2 (solar masses)
chiReduced spin of the binary, defined in the main paper
extraParamslinked list containing the extra testing GR parameters

Definition at line 38 of file LALSimIMRPhenomC_internals.c.

◆ ComputeIMRPhenomCParams()

static BBHPhenomCParams* ComputeIMRPhenomCParams ( const REAL8  m1,
const REAL8  m2,
const REAL8  chi,
LALDict *  extraParams 
)
static
Parameters
m1mass of companion 1 (solar masses)
m2mass of companion 2 (solar masses)
chiReduced spin of the binary, defined in the main paper
extraParamslinked list containing the extra testing GR parameters

Definition at line 152 of file LALSimIMRPhenomC_internals.c.

◆ wPlus()

static REAL8 wPlus ( const REAL8  f,
const REAL8  f0,
const REAL8  d,
const BBHPhenomCParams params 
)
static

Definition at line 305 of file LALSimIMRPhenomC_internals.c.

◆ wMinus()

static REAL8 wMinus ( const REAL8  f,
const REAL8  f0,
const REAL8  d,
const BBHPhenomCParams params 
)
static

Definition at line 319 of file LALSimIMRPhenomC_internals.c.

◆ NextPow2_PC()

static size_t NextPow2_PC ( const size_t  n)
static

Definition at line 332 of file LALSimIMRPhenomC_internals.c.

◆ IMRPhenomCGeneratePhasePM()

static REAL8 IMRPhenomCGeneratePhasePM ( REAL8  f,
REAL8  eta,
const BBHPhenomCParams params 
)
static

main functions

Parameters
ffrequency (Hz)
etadimensionless mass-ratio
paramspointer to Object storing coefficients and constants

Definition at line 347 of file LALSimIMRPhenomC_internals.c.

◆ IMRPhenomCGenerateAmpPhase()

static int IMRPhenomCGenerateAmpPhase ( REAL8 amplitude,
REAL8 phasing,
REAL8  f,
REAL8  eta,
const BBHPhenomCParams params 
)
static
Parameters
amplitudepointer to memory for phenomC amplitude
phasingpointer to memory for phenomC phase
ffrequency (Hz)
etadimensionless mass-ratio
paramspointer to Object storing coefficients and constants

Definition at line 373 of file LALSimIMRPhenomC_internals.c.