GRINS-0.7.0
boundary_condition_names.h
Go to the documentation of this file.
1 //-----------------------------------------------------------------------bl-
2 //--------------------------------------------------------------------------
3 //
4 // GRINS - General Reacting Incompressible Navier-Stokes
5 //
6 // Copyright (C) 2014-2016 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_BOUNDARY_CONDITION_NAMES_H
26 #define GRINS_BOUNDARY_CONDITION_NAMES_H
27 
28 namespace GRINS
29 {
32  {
33  public:
34 
36  static std::string bc_section()
37  { return "BoundaryConditions"; }
38 
40  static std::string bc_ids_var()
41  { return BoundaryConditionNames::bc_section()+"/bc_ids"; }
42 
44 
46  static std::string bc_id_name_map_var()
47  { return BoundaryConditionNames::bc_section()+"/bc_id_name_map"; }
48 
50  static std::string bc_flux_var()
51  { return "normal_flux"; }
52 
54 
55  static std::string traction_var()
56  { return "traction"; }
57 
59 
61  static std::string bc_name_prefix_default()
62  { return "Boundary"; }
63 
64  static std::string axisymmetric()
65  { return "axisymmetric"; }
66 
67  static std::string periodic()
68  { return "periodic"; }
69 
70  };
71 } // end namespace GRINS
72 
73 #endif // GRINS_BOUNDARY_CONDITION_NAMES_H
static std::string bc_flux_var()
"Standard" input variable for Neumann flux in input file
Class to contain names of sections and types of boundary conditions.
GRINS namespace.
static std::string bc_name_prefix_default()
Default boundary name prefix if bc_id_name_map/bc_ids are not used.
static std::string traction_var()
Input variable for tractions in input file.
static std::string bc_section()
Outer section name for boundary conditions section in input file.
static std::string bc_id_name_map_var()
Names of boundaries to correspond with bc_ids.
static std::string bc_ids_var()
Variable for list boundary ids to correspond with bc_id_name_map.

Generated on Thu Jun 2 2016 21:52:27 for GRINS-0.7.0 by  doxygen 1.8.10