GRINS-0.7.0
List of all members | Static Public Member Functions
GRINS::VariablesParsing Class Reference

#include <variables_parsing.h>

Static Public Member Functions

static std::string displacement_section ()
 
static std::string pressure_section ()
 
static std::string temperature_section ()
 
static std::string thermo_pressure_section ()
 
static std::string turbulence_section ()
 
static std::string species_mass_fractions_section ()
 
static std::string velocity_section ()
 
static std::string generic_section ()
 
static std::string variables_section ()
 Helper function to encapsualte the overall [Variables] section name. More...
 
static std::string varnames_input_name (const std::string &subsection)
 Helper function to encapsulate the names variable in the input file. More...
 
static std::string fe_family_input_name (const std::string &subsection)
 Helper function to encaplusate fe_family input variable. More...
 
static std::string order_input_name (const std::string &subsection)
 Helper function to encaplusate order input variable. More...
 

Detailed Description

Definition at line 30 of file variables_parsing.h.

Member Function Documentation

static std::string GRINS::VariablesParsing::displacement_section ( )
inlinestatic
static std::string GRINS::VariablesParsing::fe_family_input_name ( const std::string &  subsection)
inlinestatic

Helper function to encaplusate fe_family input variable.

Definition at line 69 of file variables_parsing.h.

References variables_section().

70  { return VariablesParsing::variables_section()+"/"+subsection+"/fe_family"; }
static std::string variables_section()
Helper function to encapsualte the overall [Variables] section name.
static std::string GRINS::VariablesParsing::generic_section ( )
inlinestatic

Definition at line 55 of file variables_parsing.h.

Referenced by GRINS::OldStyleBCBuilder::determine_variable_group(), and GRINS::GenericFETypeVariable::section_name().

56  { return "GenericVariable"; }
static std::string GRINS::VariablesParsing::order_input_name ( const std::string &  subsection)
inlinestatic

Helper function to encaplusate order input variable.

Definition at line 73 of file variables_parsing.h.

References variables_section().

74  { return VariablesParsing::variables_section()+"/"+subsection+"/order"; }
static std::string variables_section()
Helper function to encapsualte the overall [Variables] section name.
static std::string GRINS::VariablesParsing::pressure_section ( )
inlinestatic
static std::string GRINS::VariablesParsing::species_mass_fractions_section ( )
inlinestatic
static std::string GRINS::VariablesParsing::temperature_section ( )
inlinestatic
static std::string GRINS::VariablesParsing::thermo_pressure_section ( )
inlinestatic
static std::string GRINS::VariablesParsing::turbulence_section ( )
inlinestatic
static std::string GRINS::VariablesParsing::variables_section ( )
inlinestatic

Helper function to encapsualte the overall [Variables] section name.

Definition at line 59 of file variables_parsing.h.

Referenced by GRINS::FEVariablesBase::duplicate_name_section_check(), fe_family_input_name(), order_input_name(), GRINS::DefaultBCBuilder::parse_var_sections(), and varnames_input_name().

60  { return "Variables"; }
static std::string GRINS::VariablesParsing::varnames_input_name ( const std::string &  subsection)
inlinestatic

Helper function to encapsulate the names variable in the input file.

This is the full variable name to be passed to GetPot to read in user-supplied names for variables.

Definition at line 65 of file variables_parsing.h.

References variables_section().

Referenced by GRINS::FEVariablesBase::check_dep_name_input(), and GRINS::FEVariablesBase::parse_names_from_input().

66  { return VariablesParsing::variables_section()+"/"+subsection+"/names"; }
static std::string variables_section()
Helper function to encapsualte the overall [Variables] section name.
static std::string GRINS::VariablesParsing::velocity_section ( )
inlinestatic

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

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