1 /*---------------------------------------------------------------------------*\
3 \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
5 \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
7 -------------------------------------------------------------------------------
9 This file is part of OpenFOAM.
11 OpenFOAM is free software: you can redistribute it and/or modify it
12 under the terms of the GNU General Public License as published by
13 the Free Software Foundation, either version 3 of the License, or
14 (at your option) any later version.
16 OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
17 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
18 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
21 You should have received a copy of the GNU General Public License
22 along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
24 \*---------------------------------------------------------------------------*/
26 #include "mathematicalConstants.H"
27 #include "universalConstants.H"
28 #include "electromagneticConstants.H"
29 #include "physicoChemicalConstants.H"
31 #include "dimensionedConstants.H"
33 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
35 const char* const Foam::constant::physicoChemical::group = "physicoChemical";
38 const Foam::dimensionedScalar Foam::constant::physicoChemical::R
53 const Foam::dimensionedScalar Foam::constant::physicoChemical::F
62 NA*constant::electromagnetic::e
68 const Foam::dimensionedScalar Foam::constant::physicoChemical::sigma
81 sqr(constant::mathematical::pi)/60.0
83 *pow4(k)/(pow3(constant::universal::hr)*sqr(constant::universal::c))
89 const Foam::dimensionedScalar Foam::constant::physicoChemical::b
98 (constant::universal::h*constant::universal::c/k)
99 /dimensionedScalar("C", dimless, 4.965114231)
105 const Foam::dimensionedScalar Foam::constant::physicoChemical::c1
114 dimensionedScalar("C", dimless, constant::mathematical::twoPi)
115 *constant::universal::h*sqr(constant::universal::c)
121 const Foam::dimensionedScalar Foam::constant::physicoChemical::c2
130 constant::universal::h*constant::universal::c/k
136 // ************************************************************************* //