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
chemistry_units.hpp
Go to the documentation of this file.
1
#ifndef SCIFIR_UNITS_DERIVED_UNITS_ATOMS_UNITS_HPP_INCLUDED
2
#define SCIFIR_UNITS_DERIVED_UNITS_ATOMS_UNITS_HPP_INCLUDED
3
4
#include "../units/scalar_unit.hpp"
5
6
using namespace
std;
7
8
namespace
scifir
9
{
10
// GENERAL CHEMISTRY
11
SCALAR_UNIT_HPP
(
density
);
12
SCALAR_UNIT_HPP
(
viscosity
);
13
SCALAR_UNIT_HPP
(
specific_volume
);
14
SCALAR_UNIT_HPP
(
specific_heat_capacity
);
15
SCALAR_UNIT_HPP
(
specific_entropy
);
16
SCALAR_UNIT_HPP
(
specific_energy
);
17
SCALAR_UNIT_HPP
(
molar_volume
);
18
SCALAR_UNIT_HPP
(
molar_mass
);
19
SCALAR_UNIT_HPP
(
molar_heat_capacity
);
20
SCALAR_UNIT_HPP
(
molar_enthalpy
);
21
SCALAR_UNIT_HPP
(
molar_entropy
);
22
SCALAR_UNIT_HPP
(
molar_energy
);
23
SCALAR_UNIT_HPP
(
molar_conductivity
);
24
SCALAR_UNIT_HPP
(
energy_density
);
25
SCALAR_UNIT_HPP
(
catalytic_efficiency
);
26
27
// SUBSTANCE
28
SCALAR_UNIT_HPP
(
molarity
);
29
SCALAR_UNIT_HPP
(
molality
);
30
SCALAR_UNIT_HPP
(
linear_mass_density
);
31
SCALAR_UNIT_HPP
(
area_density
);
32
SCALAR_UNIT_HPP
(
dynamic_viscosity
);
33
SCALAR_UNIT_HPP
(
mass_flow_rate
);
34
SCALAR_UNIT_HPP
(
catalytic_activity
);
35
36
// PHARMACOLOGY
37
SCALAR_UNIT_HPP
(
amount_of_effect
);
38
}
39
40
#endif
// SCIFIR_UNITS_DERIVED_UNITS_ATOMS_UNITS_HPP_INCLUDED
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
SCALAR_UNIT_HPP
#define SCALAR_UNIT_HPP(name)
Definition
scalar_unit.hpp:50
Generated by
1.9.8