OpenCAEPoro
v0.5.0
A simulator for multicomponent porous media flow
|
#include <ParamOutput.hpp>
Public Member Functions | |
void | InputSUMMARY (ifstream &ifs) |
void | InputType_A (ifstream &ifs, Type_A_o &obj) |
void | InputType_B (ifstream &ifs, Type_B_o &obj) |
void | InputRPTSCHED (ifstream &ifs, const string &keyword) |
Public Attributes | |
OutputSummary | summary |
See OutputSummary. | |
OutputRPTParam | outRPTParam |
See OutputRPTParam. | |
OutputVTKParam | outVTKParam |
See OutputVTKParam. | |
ParamOutput is an internal structure used to stores the information of outputting from input files. It is an intermediate interface and independent of the main simulator. After all file inputting finishes, the params in it will pass to corresponding modules.
Definition at line 137 of file ParamOutput.hpp.
void ParamOutput::InputRPTSCHED | ( | ifstream & | ifs, |
const string & | keyword | ||
) |
Input the keyword RPTSCHED, which tells which detailed information will be output to the RPTfile.
Definition at line 187 of file ParamOutput.cpp.
References outRPTParam.
void ParamOutput::InputSUMMARY | ( | ifstream & | ifs | ) |
Input the keyword SUMMARY, which contains many sub-keyword, indicating which results are interested by user. After the simulation, these results will be output into a summary file.
Definition at line 14 of file ParamOutput.cpp.
References OutputSummary::FPR, Map_Str2Int(), ReadLine(), and summary.
void ParamOutput::InputType_A | ( | ifstream & | ifs, |
Type_A_o & | obj | ||
) |
Input the sub-keyword in SUMMARY, the contents in these keyword is in the form of string.
Definition at line 142 of file ParamOutput.cpp.
void ParamOutput::InputType_B | ( | ifstream & | ifs, |
Type_B_o & | obj | ||
) |
Input the sub-keyword in SUMMARY, the contents in these keyword is in the form of coordinates.
Definition at line 169 of file ParamOutput.cpp.
References ReadLine().