Go to the documentation of this file.
82 const double d = b * pow((
double)f,3) / (double)i;
83 const double binv = a * (double)f / log( d + 1 );
85 return pow(binv,2) / ( a * (double)f * (
double)i * (1/d+1) );
118 const Numeric costheta1 = cos( theta1 );
119 const Numeric costheta2 = cos( asin( n1.real() * sin(theta1) / n2.real() ) );
124 Rv = ( a - b ) / ( a + b );
127 Rh = ( a - b ) / ( a + b );
154 return ( a * (
double)f ) / log( (b*pow((
double)f,3))/(double)i + 1 );
180 return ( a * (
double)i ) / ( (
double)f * (double)f );
235 return ( a * pow((
double)f,3) ) / ( exp( (b*(
double)f)/(
double)t ) - 1 );
262 return ( (
double)f * (double)f ) / ( a * (double)t );
const Numeric BOLTZMAN_CONST
Numeric dinvplanckdI(const Numeric &i, const Numeric &f)
dinvplanckdI
Numeric invrayjean(const Numeric &i, const Numeric &f)
invrayjean
Numeric number_density(const Numeric &p, const Numeric &t)
number_density
Declarations having to do with the four output streams.
Numeric rayjean(const Numeric &f, const Numeric &t)
rayjean
NUMERIC Numeric
The type to use for all floating point numbers.
Numeric invplanck(const Numeric &i, const Numeric &f)
invplanck
Numeric planck(const Numeric &f, const Numeric &t)
planck
void fresnel(Complex &Rv, Complex &Rh, const Complex &n1, const Complex &n2, const Numeric &theta)
fresnel
const Numeric PLANCK_CONST
const Numeric SPEED_OF_LIGHT
This file contains the definition of String, the ARTS string class.