-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Collect Statistics on Connection Level Fracturing Process
This commit adds a new member function Fracture::assignGeomechWellState(ConnFracStatistics<Scalar>&) which computes statistical measures (minimum value, maximum value, average value/mean, and standard deviation) of fracture pressures, injection flow rate, and fracture width for a single fracture. We also add a new member function FractureModel::assignGeomechWellState(WellState<Scalar>& wellState) which calls the above for each fracture in the model. Collectively, these enable emitting the new summary vectors CFR<Q>{MAX,MIN,AVG,STD} for the quantity <Q> as 'P' (pressure), 'IR' (injection rate), and 'WD' (width) through the regular mechanism.
- Loading branch information
Showing
5 changed files
with
89 additions
and
0 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
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