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:
Bård Skaflestad
2023-03-31 11:10:01 +02:00
committed by GitHub
4 changed files with 47 additions and 0 deletions

View File

@@ -294,6 +294,11 @@ public:
const GroupState& group_state,
DeferredLogger& deferred_logger);
const std::vector<RateVector>& connectionRates() const
{
return connectionRates_;
}
protected:
// simulation parameters