mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
added: MultisegmentWellAssemble::assemblePerforationEq
extracted from MultisegmentWell::assembleWellEqWithoutIteration
This commit is contained in:
@@ -124,6 +124,13 @@ public:
|
||||
const EvalWell& inlet_rate,
|
||||
Equations& eqns) const;
|
||||
|
||||
//! \brief Assemble equation for a perforation.
|
||||
void assemblePerforationEq(const int seg,
|
||||
const int cell_idx,
|
||||
const int comp_idx,
|
||||
const EvalWell& cq_s_effective,
|
||||
Equations& eqns) const;
|
||||
|
||||
private:
|
||||
const WellInterfaceIndices<FluidSystem,Indices,Scalar>& well_; //!< Reference to well
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user