MOOSE - Multiscale Object Oriented Simulation Environment
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
consts.cpp
Go to the documentation of this file.
1 /**********************************************************************
2 ** This program is part of 'MOOSE', the
3 ** Messaging Object Oriented Simulation Environment.
4 ** Copyright (C) 2003-2010 Upinder S. Bhalla. and NCBS
5 ** It is made available under the terms of the
6 ** GNU Lesser General Public License version 2.1
7 ** See the file COPYING.LIB for the full notice.
8 **********************************************************************/
9 
10 #include "header.h"
11 
12 const double PI = 3.141592653589793;
13 
14 // There is experimental error in the last sig fig here.
15 const double NA = 6.0221415e23;
16 
17 const double FaradayConst = 96485.3415; // s A / mol
18 
19 const double GasConst = 8.3144621; // R, units are J/(K.mol)
20 
22 const unsigned int ALLDATA = ~0U;
23 
25 const unsigned int BADINDEX = ~1U;
const double NA
Definition: consts.cpp:15
const double FaradayConst
Definition: consts.cpp:17
const unsigned int ALLDATA
Used by ObjId and Eref.
Definition: consts.cpp:22
const double GasConst
Definition: consts.cpp:19
const double PI
Definition: consts.cpp:12
const unsigned int BADINDEX
Used by ObjId and Eref.
Definition: consts.cpp:25