28 #ifndef __GyotoPatternDiskBB_H_
29 #define __GyotoPatternDiskBB_H_
36 namespace Astrobj {
class PatternDiskBB; }
83 int
setParameter(std::string name, std::string content, std::string unit);
87 double
emission(double nu_em, double dsem,
88 double c_ph[8], double c_obj[8]) const;
91 void
getVelocity(double const pos[4], double vel[4]) ;
94 void
metric(SmartPointer<Metric::Generic> gg);
97 #ifdef GYOTO_USE_XERCES
A geometrically thin, optically thick disk.
Pointers performing reference counting.
Definition: GyotoSmartPointer.h:51
Geometrically thin disk read from FITS file with black body spectrum.
Definition: GyotoPatternDiskBB.h:54
double emission(double nu_em, double dsem, double c_ph[8], double c_obj[8]) const
Specific intensity Iν
SmartPointer< Spectrum::BlackBody > spectrumBB_
emission law
Definition: GyotoPatternDiskBB.h:57
virtual double emission(double nu_em, double dsem, double c_ph[8], double c_obj[8]) const
Specific intensity Iν
void fillElement(FactoryMessenger *fmp) const
Fill the generic XML bits.
double risco_
ISCO radius (if non-Kerr metric, not computable directly)
Definition: GyotoPatternDiskBB.h:67
double const * getVelocity() const
Get PatternDisk::velocity_.
Geometrically thin disk read from FITS file.
Definition: GyotoPatternDisk.h:51
Namespace for the Gyoto library.
Definition: GyotoAstrobj.h:42
int SpectralEmission_
1 if spectral emission.
Definition: GyotoPatternDiskBB.h:66
virtual SmartPointer< Metric::Generic > metric() const
Get the Metric gg_.
int setParameter(std::string name, std::string content, std::string unit)
Set parameter by name.
I_nu(nu, T) = cst_*2*h*nu^3/c^2/(exp(h*nu/k*T)-1.);.
virtual PatternDiskBB * clone() const
Cloner.