OpenCAEPoro
v0.5.0
A simulator for multicomponent porous media flow
|
#include <WellOpt.hpp>
Public Member Functions | |
WellOpt ()=default | |
Default constructor. | |
WellOpt (const WellOptParam &Optparam) | |
Constructor well operation mode using params. | |
OCP_BOOL | operator!= (const WellOpt &Opt) const |
overload inequality | |
USI | WellType () const |
USI | OptMode () const |
string | InjFluidType () const |
void | SetInjProdPhase (const USI &inPhase) |
void | SetInjZi (const vector< OCP_DBL > &inZi) |
void | SetInjFactor (const OCP_DBL &inFactor) |
void | SetProdPhaseWeight (const vector< OCP_DBL > &inPj) |
Friends | |
class | Well |
class | AllWells |
class | Out4RPT |
WellOpt describes the operation mode of a well. usually it changes over time, specifically, each attributes could be changed including the well type.
Definition at line 26 of file WellOpt.hpp.