59 const Index& stokes_dim,
65 if (n == 0)
throw runtime_error(
"The given frequency vector is empty.");
77 const Index& stokes_dim,
86 if (n == 0)
throw runtime_error(
"The given frequency vector is empty.");
88 out2 <<
" Setting blackbody radiation for a temperature of " << t <<
" K.\n";
100 const Index& stokes_dim,
108 if (n == 0)
throw runtime_error(
"The given frequency vector is empty.");
110 out2 <<
" Setting unpolarised radiation with an intensity of 1.\n";
128 water_p_eq_field.
resize(n1, n2, n3);
131 for (
Index j = 0; j < n2; j++) {
132 for (
Index k = 0; k < n3; k++) {
135 water_p_eq_field(
i, j, k) =
136 exp(54.842763 - 6763.22 / t - 4.21 * log(t) + 0.000367 * t +
137 tanh(0.0415 * (t - 218.8)) *
138 (53.878 - 1331.22 / t - 9.44523 * log(t) + 0.014025 * t));
140 water_p_eq_field(
i, j, k) =
141 exp(9.550426 - 5723.265 / t + 3.53068 * log(t) - 0.00728332 * t);
INDEX Index
The type to use for all integer numbers and indices.
const Numeric COSMIC_BG_TEMP
void MatrixUnitIntensity(Matrix &m, const Index &stokes_dim, const Vector &f, const Verbosity &verbosity)
WORKSPACE METHOD: MatrixUnitIntensity.
void MatrixCBR(Matrix &m, const Index &stokes_dim, const Vector &f, const Verbosity &)
WORKSPACE METHOD: MatrixCBR.
Declarations having to do with the four output streams.
Index nrows() const
Returns the number of rows.
Index nelem() const
Returns the number of elements.
void water_p_eq_fieldMK05(Tensor3 &water_p_eq_field, const Tensor3 &t_field, const Verbosity &)
WORKSPACE METHOD: water_p_eq_fieldMK05.
The global header file for ARTS.
void MatrixPlanck(Matrix &m, const Index &stokes_dim, const Vector &f, const Numeric &t, const Verbosity &verbosity)
WORKSPACE METHOD: MatrixPlanck.
Index ncols() const
Returns the number of columns.
NUMERIC Numeric
The type to use for all floating point numbers.
void resize(Index p, Index r, Index c)
Resize function.
Header file for logic.cc.
Index npages() const
Returns the number of pages.
Numeric planck(const Numeric &f, const Numeric &t)
planck
This file contains declerations of functions of physical character.
void resize(Index r, Index c)
Resize function.