GRINS-0.8.0
antioch_options_naming.h
Go to the documentation of this file.
1 //-----------------------------------------------------------------------bl-
2 //--------------------------------------------------------------------------
3 //
4 // GRINS - General Reacting Incompressible Navier-Stokes
5 //
6 // Copyright (C) 2014-2017 Paul T. Bauman, Roy H. Stogner
7 // Copyright (C) 2010-2013 The PECOS Development Team
8 //
9 // This library is free software; you can redistribute it and/or
10 // modify it under the terms of the Version 2.1 GNU Lesser General
11 // Public License as published by the Free Software Foundation.
12 //
13 // This library is distributed in the hope that it will be useful,
14 // but WITHOUT ANY WARRANTY; without even the implied warranty of
15 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 // Lesser General Public License for more details.
17 //
18 // You should have received a copy of the GNU Lesser General Public
19 // License along with this library; if not, write to the Free Software
20 // Foundation, Inc. 51 Franklin Street, Fifth Floor,
21 // Boston, MA 02110-1301 USA
22 //
23 //-----------------------------------------------------------------------el-
24 
25 #ifndef GRINS_ANTIOCH_OPTIONS_NAMING_H
26 #define GRINS_ANTIOCH_OPTIONS_NAMING_H
27 
28 namespace GRINS
29 {
31  {
32  public:
35 
36  static std::string stat_mech_thermo_model()
37  { return "stat_mech";}
38 
39  static std::string ideal_gas_thermo_model()
40  { return "ideal_gas";}
41 
42  static std::string cea_nasa_model()
43  { return "cea";}
44 
45  static std::string nasa7_nasa_model()
46  { return "nasa7";}
47 
48  static std::string nasa9_nasa_model()
49  { return "nasa9";}
50 
51  static std::string constant_transport_model()
52  { return "constant";}
53 
54  static std::string mix_avged_transport_model()
55  { return "mixture_averaged";}
56 
57  static std::string constant_conductivity_model()
58  { return "constant";}
59 
61  { return "constant_prandtl";}
62 
63  static std::string eucken_conductivity_model()
64  { return "eucken";}
65 
66  static std::string kinetic_theory_conductivity_model()
67  { return "kinetics_theory";}
68 
69  static std::string constant_viscosity_model()
70  { return "constant";}
71 
72  static std::string sutherland_viscosity_model()
73  { return "sutherland";}
74 
75  static std::string blottner_viscosity_model()
76  { return "blottner";}
77 
78  static std::string kinetic_theory_viscosity_model()
79  { return "kinetics_theory";}
80 
81  static std::string constant_lewis_diffusivity_model()
82  { return "constant_lewis";}
83 
84  static std::string kinetic_theory_diffusivity_model()
85  { return "kinetics_theory";}
86 
87  };
88 } // end namespace GRINS
89 #endif // GRINS_ANTIOCH_OPTIONS_NAMING_H
static std::string ideal_gas_thermo_model()
static std::string nasa9_nasa_model()
static std::string kinetic_theory_diffusivity_model()
static std::string eucken_conductivity_model()
static std::string cea_nasa_model()
static std::string nasa7_nasa_model()
static std::string constant_prandtl_conductivity_model()
GRINS namespace.
static std::string constant_transport_model()
static std::string mix_avged_transport_model()
static std::string constant_conductivity_model()
static std::string sutherland_viscosity_model()
static std::string stat_mech_thermo_model()
static std::string blottner_viscosity_model()
static std::string constant_lewis_diffusivity_model()
static std::string kinetic_theory_viscosity_model()
static std::string kinetic_theory_conductivity_model()
static std::string constant_viscosity_model()

Generated on Tue Dec 19 2017 12:47:28 for GRINS-0.8.0 by  doxygen 1.8.9.1