Command line front end of the gastable executable. More...
#include <cl_GT_Arguments.hpp>
Public Member Functions | |
| Arguments (int &argc, char *argv[]) | |
| ~Arguments ()=default | |
| const State & | state () const |
| const real & | T_min () const |
| const real & | T_max () const |
| const real & | delta_T () const |
| const string & | gasname () const |
| bool | molar () const |
| Public Member Functions inherited from belfem::Arguments | |
| Arguments (int &argc, char *argv[]) | |
| The constructor also handles the flags all BELFEM executables share, GNU style: -v [N], -vN, –verbose [N] and –verbose=N set the info level of the global logger; without a number, the level defaults to InfoLevel::Everything. | |
| const Cell< string > & | data () const |
| returns a cell with arguments as strings | |
| const string & | data (const index_t aIndex) const |
| access argument by index | |
Protected Member Functions | |
| void | check_arguments () |
Additional Inherited Members | |
| Protected Attributes inherited from belfem::Arguments | |
| Cell< string > | mArguments |
Command line front end of the gastable executable.
Collects the species, the temperature sweep and the molar or mass specific output flag, and reports which of them the user actually set. Defaults are a nitrogen table from 200 to 2000 K in 50 K steps.
| belfem::gastables::Arguments::Arguments | ( | int & | argc, |
| char * | argv[] ) |
|
virtualdefault |
Reimplemented from belfem::Arguments.
|
protected |
| const real & belfem::gastables::Arguments::delta_T | ( | ) | const |
| const string & belfem::gastables::Arguments::gasname | ( | ) | const |
| bool belfem::gastables::Arguments::molar | ( | ) | const |
| const State & belfem::gastables::Arguments::state | ( | ) | const |
| const real & belfem::gastables::Arguments::T_max | ( | ) | const |
| const real & belfem::gastables::Arguments::T_min | ( | ) | const |