added: MultisegmentWellAssemble::assemblePerforationEq

extracted from MultisegmentWell::assembleWellEqWithoutIteration
This commit is contained in:
Arne Morten Kvarving
2022-11-18 12:09:43 +01:00
parent b1d1e47e28
commit 6011a42246
3 changed files with 35 additions and 17 deletions

View File

@@ -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
};