Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.mrao.cam.ac.uk/~bn204/devman/dust/dustmie_8c.html
Дата изменения: Fri Jul 11 10:32:07 2008 Дата индексирования: Tue Oct 2 10:30:41 2012 Кодировка: |
#include "dustmie.h"
#include <math.h>
#include <gsl/gsl_complex.h>
#include <gsl/gsl_complex_math.h>
#include <gsl/gsl_math.h>
#include "bhmie.h"
Functions | |
void | dust_miecalc (double lambda, double radius, double epsreal, double epsimag, dust_miexsect *res) |
void dust_miecalc | ( | double | lambda, | |
double | radius, | |||
double | epsreal, | |||
double | epsimag, | |||
dust_miexsect * | res | |||
) |
Calculates the scattering and absroption cross section using the Mie approximation.
lambda: waveleghth of radiation radius: radius of the (spherical) grain epsrea, epsimag : real and imaginary parts of the dielectric constant res : structure to store results in
Note that lambda and radius need to be in same units for this to make sense.