antioch-0.4.0
unit_defs.h
Go to the documentation of this file.
1 //-----------------------------------------------------------------------bl-
2 //--------------------------------------------------------------------------
3 //
4 // Antioch - A Gas Dynamics Thermochemistry Library
5 //
6 // Copyright (C) 2014-2016 Paul T. Bauman, Benjamin S. Kirk,
7 // Sylvain Plessis, Roy H. Stonger
8 //
9 // Copyright (C) 2013 The PECOS Development Team
10 //
11 // This library is free software; you can redistribute it and/or
12 // modify it under the terms of the Version 2.1 GNU Lesser General
13 // Public License as published by the Free Software Foundation.
14 //
15 // This library is distributed in the hope that it will be useful,
16 // but WITHOUT ANY WARRANTY; without even the implied warranty of
17 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 // Lesser General Public License for more details.
19 //
20 // You should have received a copy of the GNU Lesser General Public
21 // License along with this library; if not, write to the Free Software
22 // Foundation, Inc. 51 Franklin Street, Fifth Floor,
23 // Boston, MA 02110-1301 USA
24 //
25 //-----------------------------------------------------------------------el-
26 #ifndef ANTIOCH_UNITS_DEFINITIONS_H
27 #define ANTIOCH_UNITS_DEFINITIONS_H
28 
52 //Antioch
53 #include "antioch/unit_store.h"
54 
55 //C++
56 
57 namespace Antioch{
58 
59 namespace UnitBaseStorage{
60 
63 
64 inline
66 {
67  return storage_unit;
68 }
69 
70 inline
72 {
73  return storage_prefixe;
74 }
75 
76 }//end namespace UnitBaseStorage
77 
78 
79 }//end namespace Antioch
80 #endif
Prefixes, SI micro is mu.
Definition: unit_store.h:202
const UnitBaseConstant::UnitBaseStore< long double > storage_unit
Definition: unit_defs.h:61
const UnitBaseConstant::SIPrefixeStore< long double > known_prefixes()
Definition: unit_defs.h:71
const UnitBaseConstant::UnitBaseStore< long double > known_units()
Definition: unit_defs.h:65
The parameters are reduced parameters.
const UnitBaseConstant::SIPrefixeStore< long double > storage_prefixe
Definition: unit_defs.h:62

Generated on Thu Jul 7 2016 11:09:46 for antioch-0.4.0 by  doxygen 1.8.8