GRINS-0.6.0
variable_name_defaults.h
Go to the documentation of this file.
1 //-----------------------------------------------------------------------bl-
2 //--------------------------------------------------------------------------
3 //
4 // GRINS - General Reacting Incompressible Navier-Stokes
5 //
6 // Copyright (C) 2014-2015 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 
26 #ifndef VARIABLE_NAME_DEFAULTS_H
27 #define VARIABLE_NAME_DEFAULTS_H
28 
29 #include <string>
30 
31 namespace GRINS
32 {
34 
41  const std::string u_var_name_default = "u";
43 
45  const std::string v_var_name_default = "v";
46 
48  const std::string w_var_name_default = "w";
49 
51  const std::string nu_var_name_default = "nu";
52 
54  const std::string u_r_var_name_default = "r_vel";
55 
57  const std::string u_z_var_name_default = "z_vel";
58 
60  const std::string p_var_name_default = "p";
61 
63  const std::string T_var_name_default = "T";
64 
66  const std::string fan_speed_var_name_default = "fan_speed";
67 
69  const std::string scalar_ode_var_name_default = "scalar_var";
70 
72  const std::string Ex_var_name_default = "Ex";
73 
75  const std::string Ey_var_name_default = "Ey";
76 
78  const std::string Ez_var_name_default = "Ez";
79 
81  const std::string Bx_var_name_default = "Bx";
82 
84  const std::string By_var_name_default = "By";
85 
87  const std::string Bz_var_name_default = "Bz";
88 
89  const std::string u_disp_name_default = "u";
90  const std::string v_disp_name_default = "v";
91  const std::string w_disp_name_default = "w";
92 
93 }
94 
95 #endif //VARIABLE_NAME_DEFAULTS_H
const std::string fan_speed_var_name_default
fan speed
const std::string v_disp_name_default
const std::string p_var_name_default
pressure
const std::string Bx_var_name_default
Bx field.
const std::string v_var_name_default
y-velocity
const std::string scalar_ode_var_name_default
arbitrary scalar ODE variable name
GRINS namespace.
const std::string T_var_name_default
temperature
const std::string Ey_var_name_default
Ey field.
const std::string By_var_name_default
By field.
const std::string Bz_var_name_default
Bz field.
const std::string Ez_var_name_default
Ez field.
const std::string u_var_name_default
Default physics variable names.
const std::string u_z_var_name_default
z-velocity (axisymmetric case)
const std::string nu_var_name_default
z-velocity
const std::string w_disp_name_default
const std::string u_r_var_name_default
r-velocity (axisymmetric case)
const std::string Ex_var_name_default
Ex field.
const std::string w_var_name_default
z-velocity
const std::string u_disp_name_default

Generated on Mon Jun 22 2015 21:32:20 for GRINS-0.6.0 by  doxygen 1.8.9.1