![]() |
OpenCAEPoro
0.2.0 Sep/22/2022
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 |
| Transmissiblity 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. | |
| vector< WellOptPair > | optParam |
TODO: Add Doxygen.
Definition at line 60 of file ParamWell.hpp.