|
Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.mrao.cam.ac.uk/~bn204/devman/dust/classDust_1_1RastSDS.html
Дата изменения: Fri Jul 11 10:32:09 2008 Дата индексирования: Tue Oct 2 13:04:39 2012 Кодировка: Поисковые слова: rainbow |
#include <rastsizedist.hxx>
Public Member Functions | |
| RastSDS (void) | |
| RastSDS (double amin, double amax, BNLib::UnaryDD &carbsdfn, BNLib::UnaryDD &silsdfn, BNLib::UnaryDD &ionffn) | |
| void | InitIplts (void) |
Public Attributes | |
| BNLib::InterpolatorBase * | CarbSDI |
| BNLib::InterpolatorBase * | SilSDI |
| BNLib::InterpolatorBase * | IonFI |
| double | amin |
| double | amax |
| std::valarray< double > | araster |
| std::valarray< double > | carbsd |
| std::valarray< double > | silsd |
| std::valarray< double > | ionf |
| Dust::RastSDS::RastSDS | ( | void | ) |
Must have defualt constructor to faciliate serialisation: this will create a non-functioning object.
| Dust::RastSDS::RastSDS | ( | double | amin, | |
| double | amax, | |||
| BNLib::UnaryDD & | carbsdfn, | |||
| BNLib::UnaryDD & | silsdfn, | |||
| BNLib::UnaryDD & | ionffn | |||
| ) |
| void Dust::RastSDS::InitIplts | ( | void | ) |
| double Dust::RastSDS::amin |
The minimum grain size
| double Dust::RastSDS::amax |
The maximum grain size
| std::valarray< double > Dust::RastSDS::araster |
The points in grain size at which the size distribution function have been evaluated .
Referenced by InitIplts(), and RastSDS().
| std::valarray< double > Dust::RastSDS::carbsd |
Size distribution of carbonaceous grains
Referenced by InitIplts(), and RastSDS().
| std::valarray< double > Dust::RastSDS::silsd |
Size distribution of silicate grains
Referenced by InitIplts(), and RastSDS().
| std::valarray< double > Dust::RastSDS::ionf |
The fractional ionisation as function of grain size
Referenced by InitIplts(), and RastSDS().
1.5.5