OpenCAEPoro  v0.5.0
A simulator for multicomponent porous media flow
Public Member Functions | Public Attributes | List of all members
WellOptParam Class Reference

#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.
 

Detailed Description

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.


The documentation for this class was generated from the following files: