Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.mrao.cam.ac.uk/~bn204/devman/dust/wdfuncs_8h.html
Дата изменения: Fri Jul 11 10:32:08 2008 Дата индексирования: Tue Oct 2 10:32:07 2012 Кодировка: |
#include "../dustmodel.h"
Go to the source code of this file.
Functions | |
double | dust_wd_Bi (double bc, double sigma, double a0, double acutoff) |
double | dust_wd_F (double a, double beta, double at) |
double | dust_wd_cutoffs (double a, double amin, double at, double alargecut) |
Defines some functions from the Weingarter & Draine 2001 paper
double dust_wd_Bi | ( | double | bc, | |
double | sigma, | |||
double | a0, | |||
double | acutoff | |||
) |
Returns the required normalisation of the log-normal population given integrated carbon locked up (bc), the width of the distro (sigma), the centre of distribution (a0) and the cut-off size (acutoff, normaly 3.5e-10).
double dust_wd_cutoffs | ( | double | a, | |
double | amin, | |||
double | at, | |||
double | alargecut | |||
) |
This function controls the small and large radii cut-offs
Referenced by dust_wd_CarbSD(), and dust_wd_SilSD().
double dust_wd_F | ( | double | a, | |
double | beta, | |||
double | at | |||
) |
This is the W&D curvature function
Referenced by dust_wd_CarbSD(), and dust_wd_SilSD().