a class that can read the thermo.inp More...
#include <cl_GT_InputThermo.hpp>
Public Member Functions | |
| InputThermo (const string &aPath) | |
| Default Constructor. | |
| ~InputThermo ()=default | |
| bool | entry_exists (RefGas *aRefgas) |
| void | read_data (RefGas *aRefgas) |
| Public Member Functions inherited from belfem::Ascii | |
| Ascii (const string &aPath, const enum FileMode &aMode) | |
| virtual | ~Ascii () |
| bool | save () |
| void | print (const std::string &aLine) |
| index_t | length () const |
| return the number of lines | |
| string & | line (const index_t aLineNumber) |
| const string & | line (const index_t aLineNumber) const |
Additional Inherited Members | |
| Protected Attributes inherited from belfem::Ascii | |
| string | mPath |
| const FileMode | mMode |
| Cell< string > | mBuffer |
| bool | mChangedSinceLastSave = false |
a class that can read the thermo.inp
| belfem::gastables::InputThermo::InputThermo | ( | const string & | aPath | ) |
Default Constructor.
Loads an input file from a path
| aPath |
|
default |
| bool belfem::gastables::InputThermo::entry_exists | ( | RefGas * | aRefgas | ) |
| void belfem::gastables::InputThermo::read_data | ( | RefGas * | aRefgas | ) |