|
Manticore
Version 1.5.3
Physics of Molecular Clouds
|
Classes | |
| struct | FluxData |
| Parameters required by flux(). More... | |
Functions | |
| double | flux (double nu, void *fd) |
| Flux density integrand (one-component). More... | |
| double | flux2 (double nu, void *fd) |
| Flux density integrand (two-component). More... | |
Detector support.
| double manticore::graybody::flux | ( | double | nu, |
| void * | fd | ||
| ) |
Flux density integrand (one-component).
| [in] | nu | Frequency (Hz). |
| [in] | fd | FluxData instance. |
Definition at line 43 of file Graybody.cc.
Referenced by manticore::Graybody::Itot().
| double manticore::graybody::flux2 | ( | double | nu, |
| void * | fd | ||
| ) |
Flux density integrand (two-component).
| [in] | nu | Frequency (Hz). |
| [in] | fd | FluxData instance. |
Definition at line 51 of file Graybody.cc.
Referenced by manticore::Graybody::Itot2().
1.8.15