mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
added: MultisegmentWellAssemble::assembleInflowTerm
extracted from MultisegmentWell::assembleWellEqWithoutIteration
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user