antioch-0.4.0
List of all members | Static Public Member Functions
Antioch::DefaultInstallFilename Class Reference

Default filenames in the install tree. More...

#include <default_filename.h>

Static Public Member Functions

static const std::string & species_list ()
 
static const std::string & chemical_mixture ()
 
static const std::string & vibrational_data ()
 
static const std::string & electronic_data ()
 
static const std::string & thermo_data ()
 
static const std::string & sutherland_data ()
 
static const std::string & blottner_data ()
 
static const std::string & transport_mixture ()
 

Detailed Description

Default filenames in the install tree.

These include the full path to default files in in the Antioch install tree. These must not be used internally in Antioch; these are meant only for applications.

Definition at line 115 of file default_filename.h.

Member Function Documentation

static const std::string& Antioch::DefaultInstallFilename::blottner_data ( )
inlinestatic

Definition at line 159 of file default_filename.h.

159  {
160  static const std::string filename =
161  std::string(ANTIOCH_DEFAULT_FILES_INSTALL_PATH) +
162  std::string(ANTIOCH_DEFAULT_BLOTTNER_DATA);
163  return filename;
164  }
static const std::string& Antioch::DefaultInstallFilename::chemical_mixture ( )
inlinestatic

Definition at line 124 of file default_filename.h.

Referenced by Antioch::ASCIIParser< NumericType >::ASCIIParser(), and Antioch::ASCIIParser< NumericType >::change_file().

124  {
125  static const std::string filename =
126  std::string(ANTIOCH_DEFAULT_FILES_INSTALL_PATH) +
127  std::string(ANTIOCH_DEFAULT_CHEMICAL_MIXTURE);
128  return filename;
129  }
static const std::string& Antioch::DefaultInstallFilename::electronic_data ( )
inlinestatic

Definition at line 138 of file default_filename.h.

138  {
139  static const std::string filename =
140  std::string(ANTIOCH_DEFAULT_FILES_INSTALL_PATH) +
141  std::string(ANTIOCH_DEFAULT_ELECTRONIC_DATA);
142  return filename;
143  }
static const std::string& Antioch::DefaultInstallFilename::species_list ( )
inlinestatic

Definition at line 117 of file default_filename.h.

117  {
118  static const std::string filename =
119  std::string(ANTIOCH_DEFAULT_FILES_INSTALL_PATH) +
120  std::string(ANTIOCH_DEFAULT_SPECIES_LIST);
121  return filename;
122  }
static const std::string& Antioch::DefaultInstallFilename::sutherland_data ( )
inlinestatic

Definition at line 152 of file default_filename.h.

152  {
153  static const std::string filename =
154  std::string(ANTIOCH_DEFAULT_FILES_INSTALL_PATH) +
155  std::string(ANTIOCH_DEFAULT_SUTHERLAND_DATA);
156  return filename;
157  }
static const std::string& Antioch::DefaultInstallFilename::thermo_data ( )
inlinestatic

Definition at line 145 of file default_filename.h.

145  {
146  static const std::string filename =
147  std::string(ANTIOCH_DEFAULT_FILES_INSTALL_PATH) +
148  std::string(ANTIOCH_DEFAULT_THERMO_DATA);
149  return filename;
150  }
static const std::string& Antioch::DefaultInstallFilename::transport_mixture ( )
inlinestatic

Definition at line 166 of file default_filename.h.

166  {
167  static const std::string filename =
168  std::string(ANTIOCH_DEFAULT_FILES_INSTALL_PATH) +
169  std::string(ANTIOCH_DEFAULT_TRANSPORT_DATA);
170  return filename;
171  }
static const std::string& Antioch::DefaultInstallFilename::vibrational_data ( )
inlinestatic

Definition at line 131 of file default_filename.h.

131  {
132  static const std::string filename =
133  std::string(ANTIOCH_DEFAULT_FILES_INSTALL_PATH) +
134  std::string(ANTIOCH_DEFAULT_VIBRATIONAL_DATA);
135  return filename;
136  }

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

Generated on Thu Jul 7 2016 11:09:48 for antioch-0.4.0 by  doxygen 1.8.8