LISOUSI: Line Source Simulation

◆ coeff()

TFourier::Tcoeff HSECR::coeff ( const double &  p) const
virtual

return expansion coefficient for given phase slowness

Implements HSEC.

Definition at line 87 of file wnintegration.cc.

References HSEC::Ma, HSEC::Mb, HSEC::Mbq, HSEC::Mpq, and HSEC::rayleigh().

88 {
89  TFourier::Tcoeff retval;
90  retval=1./this->rayleigh(p);
91  retval *= p*(Mpq-Mbq+2.*Ma*Mb);
92  return(retval);
93 } // TFourier::Tcoeff HSECR::coeff(const double& k) const
TFourier::Tcoeff Ma
derived values
TFourier::Tcoeff Mpq
TFourier::Tcoeff Mbq
TFourier::Tcoeff Mb
TFourier::Tcoeff rayleigh(const double &p) const
return value of Rayleigh determinant
Here is the call graph for this function: