OpenCAEPoro  v0.5.0
A simulator for multicomponent porous media flow
Classes | Variables
Well.hpp File Reference

Well class declaration. More...

#include <cassert>
#include "Bulk.hpp"
#include "DenseMat.hpp"
#include "Grid.hpp"
#include "LinearSystem.hpp"
#include "OCPConst.hpp"
#include "OCPStructure.hpp"
#include "ParamWell.hpp"
#include "WellOpt.hpp"
#include "WellPerf.hpp"

Go to the source code of this file.

Classes

class  Well
 

Variables

const int WELL_SUCCESS = 10
 
const int WELL_NEGATIVE_PRESSURE = -11
 
const int WELL_SWITCH_TO_BHPMODE = -12
 
const int WELL_CROSSFLOW = -13
 

Detailed Description

Well class declaration.

Author
Shizhe Li
Date
Oct/01/2021

Copyright (C) 2021–present by the OpenCAEPoro team. All rights reserved.

Released under the terms of the GNU Lesser General Public License 3.0 or later.

Definition in file Well.hpp.