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
physics_units.cpp
Go to the documentation of this file.
1#include "./physics_units.hpp"
2
3namespace scifir
4{
5 // KINEMATICS
17
18 // DYNAMICS
27
28 // ELECTRICITY
37
38 // FLUID DYNAMICS
42
43 // MAGNETISM
55
56 // OPTICS
65
66 // THERMODYNAMICS
71 SCALAR_UNIT_CPP(entropy,"kg*m2/K*s2");
81
82 // WAVES
85
86 // ACCOUSTICS
88}
The namespace scifir contains all scifir-units, excepting the string literals, which are outside.
Definition address.cpp:6
#define SCALAR_UNIT_CPP(name, init_real_dimensions)
#define VECTOR_UNIT_2D_CPP(name, init_real_dimensions)
#define VECTOR_UNIT_CPP(name, init_real_dimensions)
#define VECTOR_UNIT_3D_CPP(name, init_real_dimensions)
#define VECTOR_UNIT_ND_CPP(name, init_real_dimensions)