OpenWAM
|
#include <limits>
#include <cmath>
Go to the source code of this file.
Variables | |
const double | __R::Universal = 8314.4 |
const double | __R::Air = 287. |
const double | __R::Fuel = 55.95 |
const double | __R::Burnt = 285.4 |
const double | __R::O2 = 259.825 |
const double | __R::CO2 = 188.9207 |
const double | __R::H2O = 461.398 |
const double | __R::N2 = 296.837 |
const double | __R::Ar = 208.12 |
const double | __R::Diesel = 55.95 |
const double | __R::Gasoline = 72.42 |
const double | __PM::O2 = 32. |
const double | __PM::CO2 = 44.01 |
const double | __PM::H2O = 18.02 |
const double | __PM::N2 = 28.01 |
const double | __PM::Ar = 39.95 |
const double | __PM::C = 12.01 |
const double | __PM::NO2 = 46 |
const double | __PM::NO = 30 |
const double | __PM::CO = 28.01 |
const double | __PM::UHC = 55.04 |
const double | __PM::Diesel = 148.4 |
const double | __PM::Gasoline = 114.8 |
const double | __cons::Pi = 3.14159265358979323846 |
const double | __cons::Pi_2 = Pi / 2 |
const double | __cons::Pi_4 = Pi / 4 |
const double | __cons::Pi_x_2 = 2 * Pi |
const double | __cons::_1_Pi = 1 / Pi |
const double | __cons::_2_Pi = 2 / Pi |
const double | __cons::_4_Pi = 4 / Pi |
const double | __cons::SQR_4_Pi = sqrt(_4_Pi) |
const double | __cons::Sigma = 5.670373e-8 |
const double | __cons::ARef = 343.11 |
const double | __cons::ARef2 = ARef * ARef |
const double | __cons::TRef = 292.99271 |
const double | __cons::PRef = 1.0 |
const double | __units::_DegToRad = 2 * __cons::Pi / 360 |
const double | __HFormacion::CO2 = -393510 |
Enthalpy of formation of CO2. [J / mol]. | |
const double | __HFormacion::CO = -110530 |
Enthalpy of formation of CO. [J / mol]. | |
const double | __HFormacion::NO2 = 33100 |
Enthalpy of formation of NO2. [J / mol]. | |
const double | __HFormacion::NO = 90290 |
Enthalpy of formation of NO. [J / mol]. | |
const double | __HFormacion::H2O = -241830 |
Enthalpy of formation of H2O. [J / mol]. | |
const double | __Gamma::Cp = 1004.5 |
const double | __Gamma::G = Cp / (Cp - __R::Air) |
const double | __Gamma::G_1 = G - 1 |
const double | __Gamma::G_2 = G + 1 |
const double | __Gamma::G_3 = (G - 1) / 2 |
const double | __Gamma::G_4 = 2 * G / (G - 1) |
const double | __Gamma::G_5 = (G - 1) / G / 2 |
const double | __Gamma::G_6 = 1 / (G - 1) |
const double | __Gamma::G_7 = (3 - G) / (G + 1) |
const double | __Gamma::G_8 = (G - 1) / G |
const double | __Gamma::G_9 = G / (G - 1) |
const double | __Gamma::Cp_x2 = 2 * Cp |
const double | __Gamma::Cv = Cp - __R::Air |
const double | __Gamma::gxR = G * __R::Air |
This file is part of OpenWAM.
OpenWAM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
OpenWAM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with OpenWAM. If not, see http://www.gnu.org/licenses/.
This file defines several constants used in OpenWAM.
Definition in file Constantes.h.