added: StandardWellAssemble::assemblePerforationEq

extracted from StandardWell::assembleWellEqWithoutIterationImpl
This commit is contained in:
Arne Morten Kvarving
2022-11-18 12:09:43 +01:00
parent 57ecd2a5e9
commit f720cc6dde
3 changed files with 45 additions and 13 deletions

View File

@@ -71,6 +71,14 @@ public:
const int numWellEq,
StandardWellEquations<Scalar,Indices::numEq>& eqns) const;
//! \brief Assemble equation for a perforation.
template<class EvalWell>
void assemblePerforationEq(const EvalWell& cq_s_effective,
const int componentIdx,
const int cell_idx,
const int numWellEq,
StandardWellEquations<Scalar,Indices::numEq>& eqns) const;
private:
const WellInterfaceFluidSystem<FluidSystem>& well_; //!< Reference to well
};