OpenCAEPoro
v0.5.0
A simulator for multicomponent porous media flow
|
#include <ParamOutput.hpp>
Public Attributes | |
OCP_BOOL | FPR {OCP_FALSE} |
Field average Pressure. | |
OCP_BOOL | FTR {OCP_FALSE} |
Field average Temperature. | |
OCP_BOOL | FOPR {OCP_FALSE} |
Field oil production rate. | |
OCP_BOOL | FOPT {OCP_FALSE} |
Field total oil production. | |
OCP_BOOL | FGPR {OCP_FALSE} |
Field gas production rate. | |
OCP_BOOL | FGPt {OCP_FALSE} |
Field total gas production. | |
OCP_BOOL | FWPR {OCP_FALSE} |
Field water production rate. | |
OCP_BOOL | FWPT {OCP_FALSE} |
Field total water production. | |
OCP_BOOL | FGIR {OCP_FALSE} |
Field gas injection rate. | |
OCP_BOOL | FGIT {OCP_FALSE} |
Field total gas injection. | |
OCP_BOOL | FWIR {OCP_FALSE} |
Field water injection rate. | |
OCP_BOOL | FWIT {OCP_FALSE} |
Field total water injection. | |
Type_A_o | WOPR |
Well oil production rate. | |
Type_A_o | WOPT |
Well total oil production rate. | |
Type_A_o | WGPR |
Well gas production rate. | |
Type_A_o | WGPT |
Well total gas production. | |
Type_A_o | WWPR |
Well water production rate. | |
Type_A_o | WWPT |
Well total water production. | |
Type_A_o | WGIR |
Well gas injection rate. | |
Type_A_o | WGIT |
Well total gas injection. | |
Type_A_o | WWIR |
Well water injection rate. | |
Type_A_o | WWIT |
Well total water injection. | |
Type_A_o | WBHP |
Well pressure. | |
Type_A_o | DG |
Pressure difference between wells and perforations. | |
Type_B_o | BPR |
Bulk pressure. | |
Type_B_o | SOIL |
Oil saturation of bulk. | |
Type_B_o | SGAS |
Gas saturation of bulk. | |
Type_B_o | SWAT |
Water saturation of bulk. | |
OutputSummary contains all information about SUMMARY, these information tells which results will be print to the summary output file.
Definition at line 54 of file ParamOutput.hpp.