GRINS-0.7.0
List of all members | Public Member Functions | Protected Member Functions
GRINS::ParsedFunctionDirichletOldStyleBCFactory< FunctionType > Class Template Reference

#include <parsed_function_dirichlet_old_style_bc_factory.h>

Inheritance diagram for GRINS::ParsedFunctionDirichletOldStyleBCFactory< FunctionType >:
Inheritance graph
[legend]
Collaboration diagram for GRINS::ParsedFunctionDirichletOldStyleBCFactory< FunctionType >:
Collaboration graph
[legend]

Public Member Functions

 ParsedFunctionDirichletOldStyleBCFactory (const std::string &bc_type_name)
 
 ~ParsedFunctionDirichletOldStyleBCFactory ()
 
- Public Member Functions inherited from GRINS::DirichletBCFactoryFunctionOldStyleBase< FunctionType >
 DirichletBCFactoryFunctionOldStyleBase (const std::string &bc_type_name)
 
 ~DirichletBCFactoryFunctionOldStyleBase ()
 
- Public Member Functions inherited from GRINS::DirichletBCFactoryFunctionBase< FunctionType >
 DirichletBCFactoryFunctionBase (const std::string &bc_type_name)
 
 ~DirichletBCFactoryFunctionBase ()
 
- Public Member Functions inherited from GRINS::DirichletBCFactoryAbstract
 DirichletBCFactoryAbstract (const std::string &bc_type_name)
 
 ~DirichletBCFactoryAbstract ()
 
- Public Member Functions inherited from GRINS::BCFactoryAbstract< libMesh::DirichletBoundary >
 BCFactoryAbstract (const std::string &bc_type_name)
 
 ~BCFactoryAbstract ()
 
- Public Member Functions inherited from GRINS::FactoryWithGetPot< libMesh::DirichletBoundary >
 FactoryWithGetPot (const std::string &name)
 
 ~FactoryWithGetPot ()
 
- Public Member Functions inherited from GRINS::ParsedFunctionFactoryHelper< FunctionType >
 ParsedFunctionFactoryHelper ()
 
 ~ParsedFunctionFactoryHelper ()
 

Protected Member Functions

virtual libMesh::UniquePtr< FunctionType > build_func (const GetPot &input, MultiphysicsSystem &system, std::vector< std::string > &var_names, const std::string &section)
 Builds the FunctionBase object for boundary condition. More...
 
- Protected Member Functions inherited from GRINS::DirichletBCFactoryFunctionOldStyleBase< FunctionType >
virtual void check_state () const
 Helper function. More...
 
virtual void reset_state ()
 Helper function. More...
 
virtual const std::vector< std::string > & get_var_names () const
 Helper function that can be overridded in subclasses. More...
 
- Protected Member Functions inherited from GRINS::DirichletBCFactoryFunctionBase< FunctionType >
libMesh::UniquePtr< libMesh::DirichletBoundary > make_dirichlet_boundary (const std::set< BoundaryID > &bc_ids, const libMesh::System &system, libMesh::UniquePtr< FunctionType > &func, const std::vector< VariableIndex > &var_indices)
 Dispatch, based on FunctionType, to the correct DirchletBoundary construction. More...
 
template<>
libMesh::UniquePtr< libMesh::DirichletBoundary > make_dirichlet_boundary (const std::set< BoundaryID > &bc_ids, const libMesh::System &, libMesh::UniquePtr< libMesh::FunctionBase< libMesh::Number > > &func, const std::vector< VariableIndex > &var_indices)
 
template<>
libMesh::UniquePtr< libMesh::DirichletBoundary > make_dirichlet_boundary (const std::set< BoundaryID > &bc_ids, const libMesh::System &system, libMesh::UniquePtr< libMesh::FEMFunctionBase< libMesh::Number > > &func, const std::vector< VariableIndex > &var_indices)
 
- Protected Member Functions inherited from GRINS::DirichletBCFactoryAbstract
void check_for_vars (const GetPot &input, const std::string &section, const std::vector< std::string > &var_names, std::set< std::string > *vars_found=NULL)
 Helper function. More...
 
- Protected Member Functions inherited from GRINS::BCFactoryAbstract< libMesh::DirichletBoundary >
void check_for_multiple_expressions (const GetPot &input, const std::string &section, const std::string &var_name) const
 Ensure that there is only one expression for the [Section/var_name] variable. More...
 
void build_var_indices (const MultiphysicsSystem &system, const std::vector< std::string > &var_names, std::vector< VariableIndex > &var_indices) const
 
- Protected Member Functions inherited from GRINS::ParsedFunctionFactoryHelper< FunctionType >
libMesh::UniquePtr< FunctionType > build_parsed_func (const MultiphysicsSystem &system, const std::string &expression)
 
libMesh::UniquePtr< FunctionType > build_composite_func ()
 
template<>
libMesh::UniquePtr< libMesh::FunctionBase< libMesh::Number > > build_parsed_func (const MultiphysicsSystem &, const std::string &expression)
 
template<>
libMesh::UniquePtr< libMesh::FEMFunctionBase< libMesh::Number > > build_parsed_func (const MultiphysicsSystem &system, const std::string &expression)
 
template<>
libMesh::UniquePtr< libMesh::FunctionBase< libMesh::Number > > build_composite_func ()
 
template<>
libMesh::UniquePtr< libMesh::FEMFunctionBase< libMesh::Number > > build_composite_func ()
 

Additional Inherited Members

- Static Public Member Functions inherited from GRINS::DirichletBCFactoryFunctionOldStyleBase< FunctionType >
static void set_value_var_old_style (const std::string &value_var)
 Input variable for parsing old style. More...
 
static void set_value_index_old_style (unsigned int idx)
 Input variable index for parsing old style. More...
 
static void set_var_names_old_style (const std::vector< std::string > &var_names)
 
- Static Public Member Functions inherited from GRINS::BCFactoryAbstract< libMesh::DirichletBoundary >
static void set_system (MultiphysicsSystem &system)
 
static void set_bc_ids (const std::set< BoundaryID > &bc_ids)
 Boundary id for the current boundary condition section. More...
 
static void set_fe_var (const FEVariablesBase &fe_var)
 Active variable for the current boundary condition. More...
 
static void set_section (const std::string &section)
 Sets the current section of the input file. More...
 
static bool have_bc_type (const std::string &bc_type)
 
- Static Public Member Functions inherited from GRINS::FactoryWithGetPot< libMesh::DirichletBoundary >
static void set_getpot (const GetPot &input)
 
- Static Protected Attributes inherited from GRINS::DirichletBCFactoryFunctionOldStyleBase< FunctionType >
static std::string _value_var_old_style = std::string("DIE!")
 
static unsigned int _value_idx_old_style = libMesh::invalid_uint
 
static const std::vector< std::string > * _var_names_old_style = NULL
 
- Static Protected Attributes inherited from GRINS::BCFactoryAbstract< libMesh::DirichletBoundary >
static MultiphysicsSystem_system
 We store only a raw pointer here because we can't make a copy. More...
 
static const std::set< BoundaryID > * _bc_ids
 BoundaryID for constructing a particular boundary condition. More...
 
static const FEVariablesBase_fe_var
 The FEVariablesBase class associated with the boundary condition being built. More...
 
static std::string _section
 
- Static Protected Attributes inherited from GRINS::FactoryWithGetPot< libMesh::DirichletBoundary >
static const GetPot * _input
 We store only a raw pointer here because we can't make a copy. More...
 

Detailed Description

template<typename FunctionType>
class GRINS::ParsedFunctionDirichletOldStyleBCFactory< FunctionType >

Definition at line 36 of file parsed_function_dirichlet_old_style_bc_factory.h.

Constructor & Destructor Documentation

template<typename FunctionType>
GRINS::ParsedFunctionDirichletOldStyleBCFactory< FunctionType >::ParsedFunctionDirichletOldStyleBCFactory ( const std::string &  bc_type_name)
inline

Definition at line 41 of file parsed_function_dirichlet_old_style_bc_factory.h.

42  : DirichletBCFactoryFunctionOldStyleBase<FunctionType>(bc_type_name),
43  ParsedFunctionFactoryHelper<FunctionType>()
44  {}
template<typename FunctionType>
GRINS::ParsedFunctionDirichletOldStyleBCFactory< FunctionType >::~ParsedFunctionDirichletOldStyleBCFactory ( )
inline

Definition at line 46 of file parsed_function_dirichlet_old_style_bc_factory.h.

46 {};

Member Function Documentation

template<typename FunctionType >
libMesh::UniquePtr< FunctionType > GRINS::ParsedFunctionDirichletOldStyleBCFactory< FunctionType >::build_func ( const GetPot &  input,
MultiphysicsSystem system,
std::vector< std::string > &  var_names,
const std::string &  section 
)
protectedvirtual

Builds the FunctionBase object for boundary condition.

Subclasses should override this function to build the FunctionBase object that corresponds to the variables passed in var_names. The variable names passed in will correspond to only a single VariableBase object, e.g. Velocity. The section arguments corresponds to the section to parse for the variables in the input file, e.g. input(section+"/"+var_names[0]).

The variable names passed in correspond to all the active variable names for a Variable group. The variable names present in var_names after this function is called will correspond to those variables. Note that var_names is NOT const. This is because one of the behaviors of subclasses may be to remove variables from the list. For example, for some symmetry conditions, we only want to enforce zero on certain components of the solution while leaving others untouched.

Implements GRINS::DirichletBCFactoryFunctionBase< FunctionType >.

Definition at line 38 of file parsed_function_dirichlet_old_style_bc_factory.C.

42  {
43  libmesh_assert_equal_to( var_names.size(), 1 );
44 
45  std::vector<VariableIndex> dbc_vars(1,system.variable_number(var_names[0]));
46 
47  std::string section_str = section+"/"+DirichletBCFactoryFunctionOldStyleBase<FunctionType>::_value_var_old_style;
48  std::string expression = input(section_str,"DIE!",DirichletBCFactoryFunctionOldStyleBase<FunctionType>::_value_idx_old_style);
49 
50  libMesh::UniquePtr<FunctionType> all_funcs = this->build_composite_func();
51 
52  typedef typename TypeFrom<FunctionType>::to_composite composite_type;
53  composite_type * composite_func =
54  libMesh::libmesh_cast_ptr<composite_type *>(all_funcs.get());
55 
56  composite_func->attach_subfunction
57  (TypeFrom<FunctionType>::to_parsed(system, expression), dbc_vars);
58 
59  return all_funcs;
60  }
libMesh::UniquePtr< FunctionType > build_composite_func()

The documentation for this class was generated from the following files:

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