OpenCAEPoro  0.2.0 Sep/22/2022
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.
 
vector< OCP_DBLzi
 Proportion of components of injection fluid. (COMPS model only).
 

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: