OpenCAEPoro
v0.5.0
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< string > | refName |
name of refData | |
vector< OCP_DBL > | refData |
refData for each sub data. | |
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 Function Table, each Function table is two-dimension.
Definition at line 27 of file ParamReservoir.hpp.
void TableSet::DisplayTable | ( | ) | const |
Print table.
TODO: Add Doxygen.
Definition at line 909 of file ParamReservoir.cpp.