OpenCAEPoro
v0.5.0
A simulator for multicomponent porous media flow
|
TODO: Add Doxygen. More...
#include <ParamWell.hpp>
Public Member Functions | |
WellParam (vector< string > &info) | |
Public Attributes | |
string | name |
Name of Well. | |
string | group {"FEILD"} |
Group the well belongs to. | |
USI | I |
I index of well. | |
USI | J |
J index of well. | |
OCP_DBL | depth {-1.0} |
Depth of well. | |
vector< USI > | I_perf |
I-index of perforation in grid. | |
vector< USI > | J_perf |
J-index of perforation in grid. | |
vector< USI > | K_perf |
K-index of perforation in grid. | |
vector< OCP_DBL > | WI |
Transmissibility connection factor. | |
vector< OCP_DBL > | diameter |
Diameter of perforations. | |
vector< OCP_DBL > | kh |
vector< OCP_DBL > | skinFactor |
Skin factor. | |
vector< string > | direction |
Direction of perforations. | |
OCP_BOOL | ifUseUnweight {OCP_FALSE} |
If use unweighted injector. | |
vector< WellOptPair > | optParam |
TODO: Add Doxygen.
Definition at line 58 of file ParamWell.hpp.