OpenCAEPoro
v0.5.0
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. | |
OCP_DBL | injTemp |
Temperature of injected fluid. | |
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.