Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALInspiral 5.0.3.1-ea7c608
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
InspiralACSTParams Struct Reference

Detailed Description

This structure is needed to solve the differential equation giving the evolution of the orbital angular momentum and the spin angular momenta in the case of spinning black hole binaries.

Definition at line 377 of file LALInspiral.h.

Data Fields

REAL8 v
 parameter of 'integration': v=sqrt(M/r) More...
 
REAL8 magS1
 The constant spin magnitude of the primary. More...
 
REAL8 magS2
 The constant spin magnitude of the secondary. More...
 
REAL8 NCap [3]
 Source direction (unit vector) in detector coordinate system. More...
 
REAL8 spin1 [3]
 Spin of the larger body. More...
 
REAL8 M
 Total mass of the binary (in seconds) More...
 
REAL8 fourM1Plus
 fourM1Plus: = \((4 m_1+3 m_2)/(2 m_1 M^3)\) (all masses expressed in seconds) More...
 
REAL8 fourM2Plus
 fourM2Plus: = \((4 m_2+3 m_1)/(2 m_2 M^3)\) (all masses expressed in seconds) More...
 
REAL8 oneBy2Mcube
 oneBy2Mcube: = \(1/(2 M^3)\) More...
 
REAL8 threeBy2Mcube
 threeBy2Mcube: = \(3/(2 M^3)\) More...
 
REAL8 thirtytwoBy5etc
 thirtytwoBy5etc:= \((32/5) \eta^2 M\) More...
 

Field Documentation

◆ v

REAL8 InspiralACSTParams::v

parameter of 'integration': v=sqrt(M/r)

Definition at line 380 of file LALInspiral.h.

◆ magS1

REAL8 InspiralACSTParams::magS1

The constant spin magnitude of the primary.

Definition at line 381 of file LALInspiral.h.

◆ magS2

REAL8 InspiralACSTParams::magS2

The constant spin magnitude of the secondary.

Definition at line 382 of file LALInspiral.h.

◆ NCap

REAL8 InspiralACSTParams::NCap[3]

Source direction (unit vector) in detector coordinate system.

Definition at line 383 of file LALInspiral.h.

◆ spin1

REAL8 InspiralACSTParams::spin1[3]

Spin of the larger body.

Definition at line 384 of file LALInspiral.h.

◆ M

REAL8 InspiralACSTParams::M

Total mass of the binary (in seconds)

Definition at line 385 of file LALInspiral.h.

◆ fourM1Plus

REAL8 InspiralACSTParams::fourM1Plus

fourM1Plus: = \((4 m_1+3 m_2)/(2 m_1 M^3)\) (all masses expressed in seconds)

Definition at line 386 of file LALInspiral.h.

◆ fourM2Plus

REAL8 InspiralACSTParams::fourM2Plus

fourM2Plus: = \((4 m_2+3 m_1)/(2 m_2 M^3)\) (all masses expressed in seconds)

Definition at line 387 of file LALInspiral.h.

◆ oneBy2Mcube

REAL8 InspiralACSTParams::oneBy2Mcube

oneBy2Mcube: = \(1/(2 M^3)\)

Definition at line 388 of file LALInspiral.h.

◆ threeBy2Mcube

REAL8 InspiralACSTParams::threeBy2Mcube

threeBy2Mcube: = \(3/(2 M^3)\)

Definition at line 389 of file LALInspiral.h.

◆ thirtytwoBy5etc

REAL8 InspiralACSTParams::thirtytwoBy5etc

thirtytwoBy5etc:= \((32/5) \eta^2 M\)

Definition at line 390 of file LALInspiral.h.