|
|
using | Scalar = typename FluidSystem::Scalar |
| |
|
using | EvalWell = typename PrimaryVariables::EvalWell |
| |
|
using | Eval = DenseAd::Evaluation< Scalar, Indices::numDerivatives > |
| |
|
using | BVectorWell = typename StandardWellEquations< Scalar, IndexTraits, Indices::numEq >::BVectorWell |
| |
|
using | BMatrix = Dune::BCRSMatrix< Dune::FieldMatrix< Scalar, numWellDofs, numResDofs > > |
| |
|
using | CMatrix = Dune::BCRSMatrix< Dune::FieldMatrix< Scalar, numResDofs, numWellDofs > > |
| |
|
using | DMatrix = Dune::BCRSMatrix< Dune::FieldMatrix< Scalar, numWellDofs, numWellDofs > > |
| |
|
using | WVector = Dune::BlockVector< Dune::FieldVector< Scalar, numWellDofs > > |
| |
|
|
const StandardWellEquations< Scalar, IndexTraits, Indices::numEq > & | linSys () const |
| | Returns a const reference to equation system.
|
| |
|
void | addBCDMatrix (std::vector< BMatrix > &b_matrices, std::vector< CMatrix > &c_matrices, std::vector< DMatrix > &d_matrices, Opm::SparseTable< int > &wcells) const |
| |
|
|
static constexpr int | numResDofs = Indices::numEq |
| |
|
static constexpr int | numWellDofs = numResDofs + 1 |
| |
|
|
| StandardWellEval (const WellInterfaceIndices< FluidSystem, Indices > &baseif) |
| |
|
EvalWell | extendEval (const Eval &in) const |
| |
|
void | computeAccumWell () |
| |
|
ConvergenceReport | getWellConvergence (const WellState< Scalar, IndexTraits > &well_state, const std::vector< Scalar > &B_avg, const Scalar maxResidualAllowed, const Scalar tol_wells, const Scalar relaxed_tolerance_flow, const bool relax_tolerance, const bool well_is_stopped, std::vector< Scalar > &res, DeferredLogger &deferred_logger) const |
| |
|
void | init (std::vector< Scalar > &perf_depth, const std::vector< Scalar > &depth_arg, const bool has_polymermw) |
| |
|
|
static constexpr int | Bhp = PrimaryVariables::Bhp |
| |
|
static constexpr int | WQTotal = PrimaryVariables::WQTotal |
| |
|
static constexpr int | numWellConservationEq = PrimaryVariables::numWellConservationEq |
| |
|
static constexpr bool | has_wfrac_variable = PrimaryVariables::has_wfrac_variable |
| |
|
static constexpr bool | has_gfrac_variable = PrimaryVariables::has_gfrac_variable |
| |
|
static constexpr int | WFrac = PrimaryVariables::WFrac |
| |
|
static constexpr int | GFrac = PrimaryVariables::GFrac |
| |
|
static constexpr int | SFrac = PrimaryVariables::SFrac |
| |
The documentation for this class was generated from the following files: