OpenCAEPoro
v0.5.0
A simulator for multicomponent porous media flow
|
Collect more detailed information of each time step. More...
#include <OCPOutput.hpp>
Public Member Functions | |
void | InputParam (const OutputRPTParam &RPTparam) |
void | Setup (const string &dir, const Reservoir &reservoir) |
void | PrintRPT (const string &dir, const Reservoir &rs, const OCP_DBL &days) const |
template<typename T > | |
void | PrintRPT_Scalar (ofstream &ifs, const string &dataName, const OCP_DBL &days, const T *gridVal, const USI &gap, const vector< GB_Pair > &gbPair, const bool &useActive, const OCP_DBL &alpha=1.0) const |
void | GetIJKGrid (USI &i, USI &j, USI &k, const OCP_USI &n) const |
Collect more detailed information of each time step.
Definition at line 210 of file OCPOutput.hpp.