antioch-0.4.0
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
kinetics
include
antioch
reaction_enum.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
27
28
#ifndef ANTIOCH_REACTION_ENUM_H
29
#define ANTIOCH_REACTION_ENUM_H
30
31
namespace
Antioch
32
{
33
namespace
ReactionType
34
{
35
36
enum
ReactionType
{
ELEMENTARY
= 0,
37
DUPLICATE
,
38
THREE_BODY
,
39
LINDEMANN_FALLOFF
,
40
TROE_FALLOFF
,
41
LINDEMANN_FALLOFF_THREE_BODY
,
42
TROE_FALLOFF_THREE_BODY
};
43
44
enum
Parameters
{
NOT_FOUND
= 0,
45
EFFICIENCIES
,
46
TROE_ALPHA
,
47
TROE_T1
,
48
TROE_T2
,
49
TROE_T3
50
};
51
52
}
// end namespace ReactionType
53
54
55
}
// end namespace Antioch
56
57
#endif // ANTIOCH_REACTION_ENUM_H
Antioch::ReactionType::ELEMENTARY
Definition:
reaction_enum.h:36
Antioch::ReactionType::LINDEMANN_FALLOFF_THREE_BODY
Definition:
reaction_enum.h:41
Antioch::ReactionType::TROE_FALLOFF_THREE_BODY
Definition:
reaction_enum.h:42
Antioch::ReactionType::LINDEMANN_FALLOFF
Definition:
reaction_enum.h:39
Antioch::ReactionType::EFFICIENCIES
Definition:
reaction_enum.h:45
Antioch::ReactionType::TROE_ALPHA
Definition:
reaction_enum.h:46
Antioch::ReactionType::Parameters
Parameters
Definition:
reaction_enum.h:44
Antioch::ReactionType::THREE_BODY
Definition:
reaction_enum.h:38
Antioch::ReactionType::TROE_FALLOFF
Definition:
reaction_enum.h:40
Antioch::ReactionType::ReactionType
ReactionType
Definition:
reaction_enum.h:36
Antioch::ReactionType::TROE_T1
Definition:
reaction_enum.h:47
Antioch::ReactionType::TROE_T3
Definition:
reaction_enum.h:49
Antioch::ReactionType::TROE_T2
Definition:
reaction_enum.h:48
Antioch
The parameters are reduced parameters.
Definition:
chemical_mixture.h:47
Antioch::ReactionType::DUPLICATE
Definition:
reaction_enum.h:37
Antioch::ReactionType::NOT_FOUND
Definition:
reaction_enum.h:44
Generated on Thu Jul 7 2016 11:09:45 for antioch-0.4.0 by
doxygen
1.8.8