54 namespace Astrobj {
class Jet; }
93 SmartPointer<Spectrum::KappaDistributionSynchrotron> spectrumKappaSynch_;
94 SmartPointer<Spectrum::ThermalSynchrotron> spectrumThermalSynch_;
121 void jetOuterOpeningAngle(double ang);
122 double jetOuterOpeningAngle() const;
123 void jetInnerOpeningAngle(double ang);
124 double jetInnerOpeningAngle() const;
125 void jetBaseHeight(double hh);
126 double jetBaseHeight() const;
127 void gammaJet(double gam);
128 double gammaJet() const;
129 void jetVphiOverVr(double alpha);
130 double jetVphiOverVr() const;
131 double baseNumberDensity() const;
132 double baseNumberDensity(std::string const &unit) const;
133 void baseNumberDensity(double ne);
134 void baseNumberDensity(double dens, std::string const &unit);
135 void baseTemperature(double tt);
136 double baseTemperature()const;
137 void temperatureSlope(double ss);
138 double temperatureSlope()const;
139 void magnetizationParameter(double rr);
140 double magnetizationParameter()const;
141 void kappaIndex(double index);
142 double kappaIndex()const;
146 virtual void
metric(SmartPointer<Metric::Generic>);
148 virtual double operator()(double const coord[4]) ;
150 virtual void
radiativeQ(double Inu[], double Taunu[],
151 double const nu_em[], size_t nbnu,
152 double dsem, state_t const &coord_ph,
153 double const coord_obj[8]=NULL) const ;
154 virtual void
getVelocity(double const pos[4], double vel[4]) ;
Simple jet model with thermal or kappa-distribution synchrotron emission from Pandya et al...
Definition: GyotoJet.h:87
#define GYOTO_OBJECT
Declare class::properties and class::getProperties()
Definition: GyotoObject.h:84
double magnetizationParameter_
Pmagn/(ne mp c2)
Definition: GyotoJet.h:103
double jetOuterOpeningAngle_
Jet outer opening angle (rad)
Definition: GyotoJet.h:95
virtual void radiativeQ(double Inu[], double Taunu[], double const nu_em[], size_t nbnu, double dsem, state_t const &coord_ph, double const coord_obj[8]=NULL) const
emission and transmission together
Thermal synchrotron spectrum.
#define GYOTO_OBJECT_THREAD_SAFETY
Declare virtual bool isThreadSafe() const.
Definition: GyotoObject.h:99
double baseNumberDensity_cgs_
electron nb density at jet base (cgs)
Definition: GyotoJet.h:100
Astronomical objects defined bya a potential/distance.
virtual Jet * clone() const
Cloner.
double jetVphiOverVr_
this is (r*Vphi/Vr) where V is the jet velocity measured by the ZAMO
Definition: GyotoJet.h:99
virtual void getVelocity(double const pos[4], double vel[4])
Fluid velocity field.
double jetBaseHeight_
Height of the base of the jet (z value, M units)
Definition: GyotoJet.h:97
Namespace for the Gyoto library.
Definition: GyotoAstrobj.h:43
Pointers performing reference counting.
Definition: GyotoProperty.h:45
I might listen to a Teller.
Definition: GyotoHooks.h:64
virtual SmartPointer< Metric::Generic > metric() const
Get the Metric gg_.
double gammaJet_
Constant Lorentz factor in jet.
Definition: GyotoJet.h:98
Astronomical objects defined bya a potential/distance.
Definition: GyotoStandardAstrobj.h:84
Powerlaw synchrotron spectrum.
double baseTemperature_
electron temperature at jet base (K)
Definition: GyotoJet.h:101
double jetInnerOpeningAngle_
Jet inner opening angle (rad)
Definition: GyotoJet.h:96
double temperatureSlope_
electron temperature z^temperatureSlope_
Definition: GyotoJet.h:102