28 #ifndef __GyotoPatternDiskBB_H_ 29 #define __GyotoPatternDiskBB_H_ 36 namespace Astrobj {
class PatternDiskBB; }
84 bool spectralEmission() const;
85 void spectralEmission(bool t);
89 double
emission(double nu_em, double dsem,
90 state_t const &c_ph, double const c_obj[8]=NULL) const;
#define GYOTO_OBJECT
Declare class::properties and class::getProperties()
Definition: GyotoObject.h:84
A geometrically thin, optically thick disk.
Geometrically thin disk read from FITS file with black body spectrum.
Definition: GyotoPatternDiskBB.h:54
#define GYOTO_OBJECT_THREAD_SAFETY
Declare virtual bool isThreadSafe() const.
Definition: GyotoObject.h:99
SmartPointer< Spectrum::BlackBody > spectrumBB_
emission law
Definition: GyotoPatternDiskBB.h:57
virtual PatternDiskBB * clone() const
Cloner.
virtual double emission(double nu_em, double dsem, state_t const &c_ph, double const c_obj[8]=NULL) const
Specific intensity Iν
Geometrically thin disk read from FITS file.
Definition: GyotoPatternDisk.h:51
Namespace for the Gyoto library.
Definition: GyotoAstrobj.h:43
Pointers performing reference counting.
Definition: GyotoProperty.h:45
double emission(double nu_em, double dsem, state_t const &c_ph, double const c_obj[8]=NULL) const
Specific intensity Iν
int SpectralEmission_
1 if spectral emission.
Definition: GyotoPatternDiskBB.h:66
I_nu(nu, T) = cst_*2*h*nu^3/c^2/(exp(h*nu/k*T)-1.);.