Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.mrao.cam.ac.uk/~bn204/devman/dust/energybins_8cxx.html
Дата изменения: Fri Jul 11 10:32:07 2008 Дата индексирования: Tue Oct 2 11:28:33 2012 Кодировка: |
#include "energybins.hxx"
#include "eigenspecs.hxx"
#include "energybintemps.hxx"
#include <memory>
#include <cmath>
#include <stdlib.h>
#include <gsl/gsl_math.h>
Namespaces | |
namespace | Dust |
Functions | |
EBins * | Dust::MkEBins (double *lowstates, unsigned NLow, unsigned NLin, unsigned NLog, dust_model *dm, double LogFact) |
double * | Dust::LowStates (double a, unsigned NLow, dust_type type, dust_model *dm) |
EBins * | Dust::MkEBins (double a, dust_type type, dust_model *dm) |
dust_EBins * | dust_cEBins (double a, dust_type type, dust_model *dm) |
Calculate energy bins appropriate for a grain. | |
void | Dust::BinDist (unsigned &NLog, double &LogFact, double a, dust_type type, dust_model *dm) |
dust_EBins * | Dust::dust_cEBinsv2 (double a, dust_type type, dust_model *dm, double debyerad) |
double | Dust::BinTEquiv (dust_EBins *eb, unsigned i) |
dust_EBins* dust_cEBins | ( | double | a, | |
dust_type | type, | |||
dust_model * | dm | |||
) |
Calculate energy bins appropriate for a grain.
a | The grain radius in metres |