OpenCAEPoro
v0.5.0
A simulator for multicomponent porous media flow
|
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 |
Well class declaration.
Copyright (C) 2021–present by the OpenCAEPoro team. All rights reserved.
Definition in file Well.hpp.