OpenCAEPoro
0.2.0 Sep/22/2022
A simulator for multicomponent porous media flow
|
#include <ParamReservoir.hpp>
Public Member Functions | |
void | DisplayTable () const |
Print table. More... | |
Public Attributes | |
string | name |
Name of table. | |
USI | colNum |
Number of columns of table. | |
vector< vector< vector< OCP_DBL > > > | data |
All table with the same name. | |
TableSet is used to store a series of tables which have the same type. For example, a series of PVTW Table, each PVTW table is two-dimension.
Definition at line 27 of file ParamReservoir.hpp.
void TableSet::DisplayTable | ( | ) | const |
Print table.
TODO: Add Doxygen.
Definition at line 748 of file ParamReservoir.cpp.