added: MultisegmentWellAssemble::assembleOutflowTerm

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

View File

@@ -109,6 +109,13 @@ public:
const EvalWell& accumulation_term,
Equations& eqns1) const;
//! \brief Assemble outflow term.
void assembleOutflowTerm(const int seg,
const int seg_upwind,
const int comp_idx,
const EvalWell& segment_rate,
Equations& eqns1) const;
private:
const WellInterfaceIndices<FluidSystem,Indices,Scalar>& well_; //!< Reference to well
};