-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Connection Fracturing Statistics Summary Vectors
This commit adds support for collecting and reporting the following set of connection level fracturing statistics measures - CFR<Q>MAX -- Maximum value of connection level fracturing quantity <Q> - CFR<Q>MIN -- Minimum value of connection level fracturing quantity <Q> - CFR<Q>AVG -- Arithmetic average of connection level fracturing quantity <Q> - CFR<Q>STD -- Unbiased standard deviation of connection level fracturing quantity <Q> The currently supported quantities (<Q>) are - 'P' -- Fracture pressure - 'IR' -- Injection flow rate - 'WD' -- Fracture width These vectors adhere to the common connection level summary vector specification whence CFRPMAX 'I1' 16 16 6 / / CFRIRAVG 'I1' * / / CFRWDSTD * * / / will report the maximum pressure across all cells intersected by a fracture originating in connection (16,16,6) of well 'I1', one average value for each connection of well 'I1' with the average being taken over all cells intersected by the fraction originating at that connection and, finally, the standard deviation of the fracture width for each connection of each well with each standard deviation being calculated over all cells intersected by the fracture originating at that connection.
- Loading branch information
Showing
3 changed files
with
252 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters