25 #ifndef GRINS_BOUNDARY_CONDITION_NAMES_H
26 #define GRINS_BOUNDARY_CONDITION_NAMES_H
37 {
return "BoundaryConditions"; }
51 {
return "normal_flux"; }
56 {
return "traction"; }
62 {
return "Boundary"; }
65 {
return "axisymmetric"; }
68 {
return "periodic"; }
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.
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 axisymmetric()
static std::string bc_section()
Outer section name for boundary conditions section in input file.
static std::string periodic()
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.