25 #ifndef GRINS_VARIABLES_PARSING_H 
   26 #define GRINS_VARIABLES_PARSING_H 
   35     { 
return "Displacement"; }
 
   38     { 
return "Pressure"; }
 
   41     { 
return "Temperature"; }
 
   44     { 
return "ThermoPressure"; }
 
   47     { 
return "TurbulentViscosity"; }
 
   50     { 
return "SpeciesMassFractions"; }
 
   53     { 
return "Velocity"; }
 
   56     { 
return "GenericVariable"; }
 
   60     { 
return "Variables"; }
 
   80 #endif // GRINS_VARIABLES_PARSING_H 
static std::string variables_section()
Helper function to encapsualte the overall [Variables] section name. 
 
static std::string temperature_section()
 
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 velocity_section()
 
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 turbulence_section()
 
static std::string generic_section()
 
static std::string order_input_name(const std::string &subsection)
Helper function to encaplusate order input variable.