Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALSimulation 6.2.0.1-b246709
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
PhenomHMStorage Struct Reference

Detailed Description

Structure storing pre-determined quantities complying to the conventions of the PhenomHM model.

convensions such as m1>=m2

Definition at line 162 of file LALSimIMRPhenomHM.h.

Data Fields

REAL8 m1
 mass of larger body in solar masses More...
 
REAL8 m2
 mass of lighter body in solar masses More...
 
REAL8 m1_SI
 mass of larger body in kg More...
 
REAL8 m2_SI
 mass of lighter body in kg More...
 
REAL8 Mtot
 total mass in solar masses More...
 
REAL8 eta
 symmetric mass-ratio More...
 
REAL8 chi1x
 x-component of the dimensionless spin of object 1 w.r.t. More...
 
REAL8 chi1y
 y-component of the dimensionless spin of object 1 w.r.t. More...
 
REAL8 chi1z
 z-component of the dimensionless spin of object 1 w.r.t. More...
 
REAL8 chi2x
 x-component of the dimensionless spin of object 2 w.r.t. More...
 
REAL8 chi2y
 y-component of the dimensionless spin of object 2 w.r.t. More...
 
REAL8 chi2z
 z-component of the dimensionless spin of object 2 w.r.t. More...
 
REAL8 chip
 precession parameter More...
 
REAL8Sequencefreqs
 
REAL8 deltaF
 
REAL8 f_min
 
REAL8 f_max
 
REAL8 f_ref
 
REAL8 Mf_ref
 reference frequnecy in geometric units More...
 
REAL8 phiRef
 
UINT4 freq_is_uniform
 If = 1 then assume uniform spaced, If = 0 then assume arbitrarily spaced. More...
 
size_t npts
 number of points in waveform array More...
 
size_t ind_min
 start index containing non-zero values More...
 
size_t ind_max
 end index containing non-zero values More...
 
REAL8 finmass
 
REAL8 finspin
 
REAL8 Mf_RD_22
 
REAL8 Mf_DM_22
 
REAL8 PhenomHMfring [L_MAX_PLUS_1][L_MAX_PLUS_1]
 
REAL8 PhenomHMfdamp [L_MAX_PLUS_1][L_MAX_PLUS_1]
 
REAL8 Rholm [L_MAX_PLUS_1][L_MAX_PLUS_1]
 ratio of (2,2) mode to (l,m) mode ringdown frequency More...
 
REAL8 Taulm [L_MAX_PLUS_1][L_MAX_PLUS_1]
 ratio of (l,m) mode to (2,2) mode damping time More...
 

Field Documentation

◆ m1

REAL8 PhenomHMStorage::m1

mass of larger body in solar masses

Definition at line 164 of file LALSimIMRPhenomHM.h.

◆ m2

REAL8 PhenomHMStorage::m2

mass of lighter body in solar masses

Definition at line 165 of file LALSimIMRPhenomHM.h.

◆ m1_SI

REAL8 PhenomHMStorage::m1_SI

mass of larger body in kg

Definition at line 166 of file LALSimIMRPhenomHM.h.

◆ m2_SI

REAL8 PhenomHMStorage::m2_SI

mass of lighter body in kg

Definition at line 167 of file LALSimIMRPhenomHM.h.

◆ Mtot

REAL8 PhenomHMStorage::Mtot

total mass in solar masses

Definition at line 168 of file LALSimIMRPhenomHM.h.

◆ eta

REAL8 PhenomHMStorage::eta

symmetric mass-ratio

Definition at line 169 of file LALSimIMRPhenomHM.h.

◆ chi1x

REAL8 PhenomHMStorage::chi1x

x-component of the dimensionless spin of object 1 w.r.t.

Lhat = (0,0,1)

Definition at line 170 of file LALSimIMRPhenomHM.h.

◆ chi1y

REAL8 PhenomHMStorage::chi1y

y-component of the dimensionless spin of object 1 w.r.t.

Lhat = (0,0,1)

Definition at line 171 of file LALSimIMRPhenomHM.h.

◆ chi1z

REAL8 PhenomHMStorage::chi1z

z-component of the dimensionless spin of object 1 w.r.t.

Lhat = (0,0,1)

Definition at line 172 of file LALSimIMRPhenomHM.h.

◆ chi2x

REAL8 PhenomHMStorage::chi2x

x-component of the dimensionless spin of object 2 w.r.t.

Lhat = (0,0,1)

Definition at line 173 of file LALSimIMRPhenomHM.h.

◆ chi2y

REAL8 PhenomHMStorage::chi2y

y-component of the dimensionless spin of object 2 w.r.t.

Lhat = (0,0,1)

Definition at line 174 of file LALSimIMRPhenomHM.h.

◆ chi2z

REAL8 PhenomHMStorage::chi2z

z-component of the dimensionless spin of object 2 w.r.t.

Lhat = (0,0,1)

Definition at line 175 of file LALSimIMRPhenomHM.h.

◆ chip

REAL8 PhenomHMStorage::chip

precession parameter

Definition at line 176 of file LALSimIMRPhenomHM.h.

◆ freqs

REAL8Sequence* PhenomHMStorage::freqs

Definition at line 177 of file LALSimIMRPhenomHM.h.

◆ deltaF

REAL8 PhenomHMStorage::deltaF

Definition at line 178 of file LALSimIMRPhenomHM.h.

◆ f_min

REAL8 PhenomHMStorage::f_min

Definition at line 179 of file LALSimIMRPhenomHM.h.

◆ f_max

REAL8 PhenomHMStorage::f_max

Definition at line 180 of file LALSimIMRPhenomHM.h.

◆ f_ref

REAL8 PhenomHMStorage::f_ref

Definition at line 181 of file LALSimIMRPhenomHM.h.

◆ Mf_ref

REAL8 PhenomHMStorage::Mf_ref

reference frequnecy in geometric units

Definition at line 182 of file LALSimIMRPhenomHM.h.

◆ phiRef

REAL8 PhenomHMStorage::phiRef

Definition at line 183 of file LALSimIMRPhenomHM.h.

◆ freq_is_uniform

UINT4 PhenomHMStorage::freq_is_uniform

If = 1 then assume uniform spaced, If = 0 then assume arbitrarily spaced.

Definition at line 184 of file LALSimIMRPhenomHM.h.

◆ npts

size_t PhenomHMStorage::npts

number of points in waveform array

Definition at line 185 of file LALSimIMRPhenomHM.h.

◆ ind_min

size_t PhenomHMStorage::ind_min

start index containing non-zero values

Definition at line 186 of file LALSimIMRPhenomHM.h.

◆ ind_max

size_t PhenomHMStorage::ind_max

end index containing non-zero values

Definition at line 187 of file LALSimIMRPhenomHM.h.

◆ finmass

REAL8 PhenomHMStorage::finmass

Definition at line 188 of file LALSimIMRPhenomHM.h.

◆ finspin

REAL8 PhenomHMStorage::finspin

Definition at line 189 of file LALSimIMRPhenomHM.h.

◆ Mf_RD_22

REAL8 PhenomHMStorage::Mf_RD_22

Definition at line 190 of file LALSimIMRPhenomHM.h.

◆ Mf_DM_22

REAL8 PhenomHMStorage::Mf_DM_22

Definition at line 191 of file LALSimIMRPhenomHM.h.

◆ PhenomHMfring

REAL8 PhenomHMStorage::PhenomHMfring[L_MAX_PLUS_1][L_MAX_PLUS_1]

Definition at line 192 of file LALSimIMRPhenomHM.h.

◆ PhenomHMfdamp

REAL8 PhenomHMStorage::PhenomHMfdamp[L_MAX_PLUS_1][L_MAX_PLUS_1]

Definition at line 193 of file LALSimIMRPhenomHM.h.

◆ Rholm

REAL8 PhenomHMStorage::Rholm[L_MAX_PLUS_1][L_MAX_PLUS_1]

ratio of (2,2) mode to (l,m) mode ringdown frequency

Definition at line 194 of file LALSimIMRPhenomHM.h.

◆ Taulm

REAL8 PhenomHMStorage::Taulm[L_MAX_PLUS_1][L_MAX_PLUS_1]

ratio of (l,m) mode to (2,2) mode damping time

Definition at line 195 of file LALSimIMRPhenomHM.h.