added: MultisegmentWellAssemble::assembleInflowTerm

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

View File

@@ -116,6 +116,14 @@ public:
const EvalWell& segment_rate,
Equations& eqns1) const;
//! \brief Assemble inflow term.
void assembleInflowTerm(const int seg,
const int inlet,
const int inlet_upwind,
const int comp_idx,
const EvalWell& inlet_rate,
Equations& eqns) const;
private:
const WellInterfaceIndices<FluidSystem,Indices,Scalar>& well_; //!< Reference to well
};