mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #4347 from atgeirr/afr_well_assemble_separate
Implement functionality to add well source terms to the residual separately
This commit is contained in:
@@ -294,6 +294,11 @@ public:
|
||||
const GroupState& group_state,
|
||||
DeferredLogger& deferred_logger);
|
||||
|
||||
const std::vector<RateVector>& connectionRates() const
|
||||
{
|
||||
return connectionRates_;
|
||||
}
|
||||
|
||||
protected:
|
||||
|
||||
// simulation parameters
|
||||
|
||||
Reference in New Issue
Block a user