25 #ifndef GRINS_VARIABLES_PARSING_H
26 #define GRINS_VARIABLES_PARSING_H
32 #include "libmesh/getpot.h"
41 {
return "Displacement"; }
44 {
return "Pressure"; }
47 {
return "Temperature"; }
50 {
return "ThermoPressure"; }
53 {
return "TurbulentViscosity"; }
56 {
return "SpeciesMassFractions"; }
59 {
return "Velocity"; }
62 {
return "SingleVariable"; }
65 {
return "ScalarVariable"; }
69 {
return "Variables"; }
115 "temperature_var_name",
131 "thermo_pressure_var_name",
139 "turbulence_var_name",
147 "displacement_var_name",
152 const std::string& subsection_name,
156 "species_mass_fracs_var_name",
165 const std::string & input_subsection_name,
166 const std::string & input_var_name,
167 const std::string & default_var_name,
173 #endif // GRINS_VARIABLES_PARSING_H
static std::string single_variable_name(const GetPot &input, const std::string &subsection_name, const SECTION_TYPE section_type)
static std::string species_mass_frac_variable_name(const GetPot &input, const std::string &subsection_name, const SECTION_TYPE section_type)
static std::string variables_section()
Helper function to encapsualte the overall [Variables] section name.
static std::string temperature_section()
static std::string velocity_variable_name(const GetPot &input, const std::string &subsection_name, const SECTION_TYPE section_type)
static std::string displacement_section()
static std::string fe_family_input_name(const std::string &subsection)
Helper function to encaplusate fe_family input variable.
static std::string section_parse_var_name(const GetPot &input, const std::string &input_subsection_name, const std::string &input_var_name, const std::string &default_var_name, const SECTION_TYPE section_type)
static std::string press_variable_name(const GetPot &input, const std::string &subsection_name, const SECTION_TYPE section_type)
static std::string disp_variable_name(const GetPot &input, const std::string &subsection_name, const SECTION_TYPE section_type)
static std::string velocity_section()
static std::string turb_variable_name(const GetPot &input, const std::string &subsection_name, const SECTION_TYPE section_type)
static std::string temp_variable_name(const GetPot &input, const std::string &subsection_name, const SECTION_TYPE section_type)
static std::string species_mass_fractions_section()
static std::string thermo_pressure_section()
static std::string pressure_section()
static std::string varnames_input_name(const std::string &subsection)
Helper function to encapsulate the names variable in the input file.
static std::string single_var_section()
static std::string scalar_variable_name(const GetPot &input, const std::string &subsection_name, const SECTION_TYPE section_type)
static std::string turbulence_section()
static std::string scalar_var_section()
static std::string thermo_press_variable_name(const GetPot &input, const std::string &subsection_name, const SECTION_TYPE section_type)
static std::string order_input_name(const std::string &subsection)
Helper function to encaplusate order input variable.