LISOUSI: Line Source Simulation

◆ coeff()

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

return expansion coefficient for given phase slowness

Implements HSEC.

Definition at line 77 of file wnintegration.cc.

References HSEC::Ma, and HSEC::rayleigh().

78 {
79  TFourier::Tcoeff retval;
80  retval=1./this->rayleigh(p);
81  retval *= Ma;
82  return(retval);
83 } // TFourier::Tcoeff HSECZ::coeff(const double& k) const
TFourier::Tcoeff Ma
derived values
TFourier::Tcoeff rayleigh(const double &p) const
return value of Rayleigh determinant
Here is the call graph for this function: