GRINS-0.6.0
GRINS::LowMachNavierStokesBCHandling Member List

This is the complete list of members for GRINS::LowMachNavierStokesBCHandling, including all inherited members.

_axisymmetricGRINS::BCHandlingBaseprotectedstatic
_bound_condsGRINS::BCHandlingBaseprotected
_dirichlet_bc_mapGRINS::BCHandlingBaseprotected
_dirichlet_bound_funcsGRINS::BCHandlingBaseprotected
_dirichlet_valuesGRINS::BCHandlingBaseprotected
_neumann_bc_mapGRINS::BCHandlingBaseprotected
_neumann_bound_funcsGRINS::BCHandlingBaseprotected
_num_periodic_bcsGRINS::BCHandlingBaseprotected
_periodic_bcsGRINS::BCHandlingBaseprotected
_physics_nameGRINS::BCHandlingBaseprotected
_q_valuesGRINS::BCHandlingBaseprotected
_T_valuesGRINS::LowMachNavierStokesBCHandlingprotected
_T_varGRINS::LowMachNavierStokesBCHandlingprotected
_T_var_nameGRINS::LowMachNavierStokesBCHandlingprotected
_temp_bc_mapGRINS::LowMachNavierStokesBCHandlingprotected
_u_var_nameGRINS::LowMachNavierStokesBCHandlingprotected
_v_var_nameGRINS::LowMachNavierStokesBCHandlingprotected
_w_var_nameGRINS::LowMachNavierStokesBCHandlingprotected
ADIABATIC_WALL enum valueGRINS::LowMachNavierStokesBCHandlingprivate
apply_neumann_bcs(AssemblyContext &context, const GRINS::CachedValues &cache, const bool request_jacobian, const GRINS::BoundaryID bc_id) const GRINS::BCHandlingBasevirtual
attach_dirichlet_bound_func(const GRINS::DBCContainer &dirichlet_bc)GRINS::BCHandlingBase
attach_neumann_bound_func(GRINS::NBCContainer &neumann_bcs)GRINS::BCHandlingBase
AXISYMMETRIC enum valueGRINS::BCHandlingBaseprotected
BC_BASE enum nameGRINS::BCHandlingBaseprotected
BCHandlingBase(const std::string &physics_name)GRINS::BCHandlingBase
CONSTANT_DIRICHLET enum valueGRINS::BCHandlingBaseprotected
GENERAL_HEAT_FLUX enum valueGRINS::LowMachNavierStokesBCHandlingprivate
GENERAL_ISOTHERMAL_WALL enum valueGRINS::LowMachNavierStokesBCHandlingprivate
GENERAL_VELOCITY enum valueGRINS::LowMachNavierStokesBCHandlingprivate
get_dirichlet_bc_type(const GRINS::BoundaryID bc_id) const GRINS::BCHandlingBaseinline
get_dirichlet_bc_value(GRINS::BoundaryID bc_id, int component=0) const GRINS::BCHandlingBase
get_neumann_bc_value(GRINS::BoundaryID bc_id) const GRINS::BCHandlingBaseinline
get_neumann_bound_func(GRINS::BoundaryID bc_id, GRINS::VariableIndex var_id) const GRINS::BCHandlingBaseinline
get_neumann_bound_func(GRINS::BoundaryID bc_id, GRINS::VariableIndex var_id)GRINS::BCHandlingBaseinline
get_temp_bc_value(GRINS::BoundaryID bc_id) const GRINS::LowMachNavierStokesBCHandling
init_bc_data(const libMesh::FEMSystem &system)GRINS::LowMachNavierStokesBCHandlingvirtual
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)GRINS::LowMachNavierStokesBCHandlingvirtual
init_dirichlet_bc_func_objs(libMesh::FEMSystem *system) const GRINS::BCHandlingBasevirtual
init_dirichlet_bcs(libMesh::FEMSystem *system) const GRINS::LowMachNavierStokesBCHandlingvirtual
init_periodic_bcs(libMesh::FEMSystem *system) const GRINS::BCHandlingBasevirtual
is_axisymmetric() const GRINS::BCHandlingBaseinline
ISOTHERMAL_WALL enum valueGRINS::LowMachNavierStokesBCHandlingprivate
LMNS_BC_TYPES enum nameGRINS::LowMachNavierStokesBCHandlingprivate
LowMachNavierStokesBCHandling(const std::string &physics_name, const GetPot &input)GRINS::LowMachNavierStokesBCHandling
LowMachNavierStokesBCHandling()GRINS::LowMachNavierStokesBCHandlingprivate
NO_SLIP enum valueGRINS::LowMachNavierStokesBCHandlingprivate
PARABOLIC_PROFILE enum valueGRINS::LowMachNavierStokesBCHandlingprivate
PARSED_DIRICHLET enum valueGRINS::BCHandlingBaseprotected
PARSED_FEM_DIRICHLET enum valueGRINS::BCHandlingBaseprotected
PERIODIC enum valueGRINS::BCHandlingBaseprotected
PRESCRIBED_HEAT_FLUX enum valueGRINS::LowMachNavierStokesBCHandlingprivate
PRESCRIBED_VELOCITY enum valueGRINS::LowMachNavierStokesBCHandlingprivate
read_bc_data(const GetPot &input, const std::string &id_str, const std::string &bc_str, const std::string &var_str, const std::string &val_str)GRINS::BCHandlingBasevirtual
set_dirichlet_bc_type(GRINS::BoundaryID bc_id, int bc_type)GRINS::BCHandlingBase
set_dirichlet_bc_value(GRINS::BoundaryID bc_id, libMesh::Real value, int component=0)GRINS::BCHandlingBase
set_neumann_bc_type(GRINS::BoundaryID bc_id, int bc_type)GRINS::BCHandlingBase
set_neumann_bc_value(GRINS::BoundaryID bc_id, const libMesh::Point &q_in)GRINS::BCHandlingBase
set_temp_bc_type(GRINS::BoundaryID bc_id, int bc_type)GRINS::LowMachNavierStokesBCHandling
set_temp_bc_value(GRINS::BoundaryID bc_id, libMesh::Real value)GRINS::LowMachNavierStokesBCHandling
string_to_int(const std::string &bc_type_in) const GRINS::LowMachNavierStokesBCHandlingvirtual
user_apply_neumann_bcs(AssemblyContext &context, const GRINS::CachedValues &cache, const bool request_jacobian, const GRINS::BoundaryID bc_id, const GRINS::BCType bc_type) const GRINS::BCHandlingBasevirtual
user_init_dirichlet_bcs(libMesh::FEMSystem *system, libMesh::DofMap &dof_map, GRINS::BoundaryID bc_id, GRINS::BCType bc_type) const GRINS::LowMachNavierStokesBCHandlingvirtual
ZERO_X_VELOCITY enum valueGRINS::LowMachNavierStokesBCHandlingprivate
ZERO_Y_VELOCITY enum valueGRINS::LowMachNavierStokesBCHandlingprivate
~BCHandlingBase()GRINS::BCHandlingBasevirtual
~LowMachNavierStokesBCHandling()GRINS::LowMachNavierStokesBCHandlingvirtual

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