added: MultisegmentWellAssemble::assembleAccumulationTerm

extracted from MultisegmentWell::assembleWellEqWithoutIteration
This commit is contained in:
Arne Morten Kvarving
2022-11-18 12:09:43 +01:00
parent 1952ca1e5c
commit 517dd49771
3 changed files with 21 additions and 5 deletions

View File

@@ -103,6 +103,12 @@ public:
const Scalar value,
Equations& eqns) const;
//! \brief Assemble accumulation term.
void assembleAccumulationTerm(const int seg,
const int comp_idx,
const EvalWell& accumulation_term,
Equations& eqns1) const;
private:
const WellInterfaceIndices<FluidSystem,Indices,Scalar>& well_; //!< Reference to well
};