scifir-units
2.0.0
scifir-units is a library of units of measurement, angles, coordinates, fields, and related data, all lightweight, that help in the development of scientific software and scientific machines
Loading...
Searching...
No Matches
derived_units
radiometry_units.cpp
Go to the documentation of this file.
1
#include "
./radiometry_units.hpp
"
2
3
using namespace
std;
4
5
namespace
scifir
6
{
7
SCALAR_UNIT_CPP
(
radioactivity
,
"Bq"
);
8
VECTOR_UNIT_CPP
(
irradiance
,
"kg/s3"
);
9
VECTOR_UNIT_CPP
(
radiant_exposure
,
"kg/s2"
);
10
SCALAR_UNIT_CPP
(
radiant_intensity
,
"kg*m2/s3"
);
11
SCALAR_UNIT_CPP
(
radiance
,
"kg/s3"
);
12
SCALAR_UNIT_CPP
(
spectral_radiance
,
"kg/m*s3"
);
13
VECTOR_UNIT_CPP
(
radiant_flux
,
"kg*m2/s3"
);
14
VECTOR_UNIT_CPP
(
spectral_flux
,
"kg*m/s3"
);
15
}
scifir::coordinates_1d
Definition
coordinates_1d.hpp:18
scifir
The namespace scifir contains all scifir-units, excepting the string literals, which are outside.
Definition
address.cpp:6
radiometry_units.hpp
SCALAR_UNIT_CPP
#define SCALAR_UNIT_CPP(name, init_real_dimensions)
Definition
scalar_unit.hpp:81
VECTOR_UNIT_CPP
#define VECTOR_UNIT_CPP(name, init_real_dimensions)
Definition
vector_unit_3d.hpp:293
Generated by
1.9.8