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
electronics_units.cpp
Go to the documentation of this file.
1
#include "
./electronics_units.hpp
"
2
3
using namespace
std;
4
5
namespace
scifir
6
{
7
SCALAR_UNIT_CPP
(
electrical_conductivity
,
"S/m"
);
8
SCALAR_UNIT_CPP
(
resistance
,
"Ω"
);
9
SCALAR_UNIT_CPP
(
electric_conductance
,
"S"
);
10
SCALAR_UNIT_CPP
(
capacitance
,
"F"
);
11
SCALAR_UNIT_CPP
(
permittivity
,
"F/m"
);
12
SCALAR_UNIT_CPP
(
resistivity
,
"Ω*m"
);
13
SCALAR_UNIT_CPP
(
linear_charge_density
,
"C/m"
);
14
SCALAR_UNIT_CPP
(
surface_charge_density
,
"C/m2"
);
15
SCALAR_UNIT_CPP
(
volume_charge_density
,
"C/m3"
);
16
SCALAR_UNIT_CPP
(
frequency_drift
,
"1/s2"
);
17
}
scifir::coordinates_1d
Definition
coordinates_1d.hpp:18
electronics_units.hpp
scifir
The namespace scifir contains all scifir-units, excepting the string literals, which are outside.
Definition
address.cpp:6
SCALAR_UNIT_CPP
#define SCALAR_UNIT_CPP(name, init_real_dimensions)
Definition
scalar_unit.hpp:81
Generated by
1.9.8