GRINS-0.8.0
|
#include <single_variable.h>
Public Member Functions | |
PrimitiveTempFEVariables (const std::vector< std::string > &var_names, const std::vector< VariableIndex > &var_indices, const std::set< libMesh::subdomain_id_type > &subdomain_ids) | |
~PrimitiveTempFEVariables () | |
VariableIndex | T () const |
Public Member Functions inherited from GRINS::SingleVariable | |
SingleVariable (const std::vector< std::string > &var_names, const std::vector< VariableIndex > &var_indices, const std::set< libMesh::subdomain_id_type > &subdomain_ids) | |
~SingleVariable () | |
VariableIndex | var () const |
Public Member Functions inherited from GRINS::FEVariablesBase | |
FEVariablesBase (const std::vector< std::string > &var_names, const std::vector< VariableIndex > &var_indices, const std::set< libMesh::subdomain_id_type > &subdomain_ids) | |
virtual | ~FEVariablesBase () |
void | set_is_constraint_var (bool is_constraint_var) |
Set whether or not this is a "constraint" variable. More... | |
bool | is_constraint_var () const |
void | set_neumann_bc_is_positive (bool is_positive) |
Reset whetever Neumann bc is postive or not. More... | |
libMesh::Real | neumann_bc_sign () const |
const std::vector< std::string > & | active_var_names () const |
Return the var names that are active from this class. More... | |
const std::vector< VariableIndex > & | var_indices () const |
const std::set< libMesh::subdomain_id_type > & | subdomain_ids () const |
Private Member Functions | |
PrimitiveTempFEVariables () | |
Additional Inherited Members | |
Protected Attributes inherited from GRINS::FEVariablesBase | |
std::vector< VariableIndex > | _vars |
std::vector< std::string > | _var_names |
bool | _is_constraint_var |
Tracks whether this is a constraint variable. More... | |
libMesh::Real | _neumann_bc_sign |
Track the sign of the Neumann BC term. Defaults to 1.0. More... | |
std::set< libMesh::subdomain_id_type > | _subdomain_ids |
Definition at line 64 of file single_variable.h.
|
inline |
Definition at line 67 of file single_variable.h.
|
inline |
Definition at line 73 of file single_variable.h.
|
private |
|
inline |
Definition at line 75 of file single_variable.h.
References GRINS::SingleVariable::var().
Referenced by GRINS::HeatTransferStabilizationHelper::compute_res_energy_steady(), GRINS::HeatTransferStabilizationHelper::compute_res_energy_transient(), GRINS::ReactingLowMachNavierStokesAbstract::init_context(), GRINS::AverageNusseltNumber::init_context(), GRINS::AxisymmetricBoussinesqBuoyancy::init_context(), GRINS::ReactingLowMachNavierStokesAbstract::set_time_evolving_vars(), GRINS::AverageNusseltNumber::side_qoi(), GRINS::AverageNusseltNumber::side_qoi_derivative(), GRINS::ReactingLowMachNavierStokesAbstract::T(), and GRINSTesting::SpectroscopicAbsorptionTest::T_elem_derivative().