GRINS-0.6.0
spalart_allmaras_bc_handling.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 #ifndef GRINS_SPALART_ALLMARAS_BC_HANDLING_H
26 #define GRINS_SPALART_ALLMARAS_BC_HANDLING_H
27 
28 //GRINS
29 #include "grins/bc_handling_base.h"
31 
32 namespace GRINS
33 {
36  {
37  public:
38 
39  SpalartAllmarasBCHandling( const std::string& physics_name, const GetPot& input );
40 
42 
43  virtual int string_to_int( const std::string& bc_type_in ) const;
44 
45  virtual void init_bc_data( const libMesh::FEMSystem& system );
46 
47  virtual void init_bc_types( const GRINS::BoundaryID bc_id,
48  const std::string& bc_id_string,
49  const int bc_type,
50  const std::string& bc_vars,
51  const std::string& bc_value,
52  const GetPot& input );
53 
54  virtual void user_init_dirichlet_bcs( libMesh::FEMSystem* system,
55  libMesh::DofMap& dof_map,
56  GRINS::BoundaryID bc_id,
57  GRINS::BCType bc_type ) const;
58 
59  protected:
60 
62 
63  private:
64 
66 
71 
72  };
73 }
74 #endif // GRINS_SPALART_ALLMARAS_BC_HANDLING_H
libMesh::boundary_id_type BoundaryID
More descriptive name of the type used for boundary ids.
Definition: var_typedefs.h:54
virtual void user_init_dirichlet_bcs(libMesh::FEMSystem *system, libMesh::DofMap &dof_map, GRINS::BoundaryID bc_id, GRINS::BCType bc_type) const
GRINS namespace.
virtual int string_to_int(const std::string &bc_type_in) const
virtual void init_bc_data(const libMesh::FEMSystem &system)
Override this method to initialize any system-dependent data.
Base class for reading and handling boundary conditions for physics classes.
int BCType
Definition: bc_types.h:32
virtual void init_bc_types(const GRINS::BoundaryID bc_id, const std::string &bc_id_string, const int bc_type, const std::string &bc_vars, const std::string &bc_value, const GetPot &input)
Base class for reading and handling boundary conditions for physics classes.

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