![]() |
OpenCAEPoro
0.2.0 Sep/22/2022
A simulator for multicomponent porous media flow
|
#include <ParamWell.hpp>
Public Member Functions | |
| WellOptParam (string intype, vector< string > &vbuf) | |
Public Attributes | |
| string | type |
| Type of well, injection or production? | |
| string | fluidType |
| Type of fluid into the injection well. (injection well only) | |
| string | state |
| State of well, open or close? | |
| string | optMode |
| Mode of well, Rate or BHP? | |
| OCP_DBL | maxRate |
| Maximum allowable flow rate into/out the well. | |
| OCP_DBL | maxBHP |
| Maximum allowable pressure in the injection well. | |
| OCP_DBL | minBHP |
| Minimum allowable pressure in the production well. | |
| vector< OCP_DBL > | zi |
| Proportion of components of injection fluid. (COMPS model only). | |
WellOptParam contains all the param used for well operation. for a well, all the params in it can be changed over the time.
Definition at line 28 of file ParamWell.hpp.