GEOS-DEV / GEOS-DEV/GEOS

`TimeHistory` cannot output scalar information

Open
#2,289 6 comments 0 reactions 2 assignees View on GitHub

@arng40 is already working on this.

Since Dec 5, 2024.

type: feature
Dominant language
C++
Stars
287
Forks
109
Avg merge
4d 41m
Merged PRs (30d)
5

Description

We'd like to output quantities like mean pressure in a reservoir, or the number of iterations in the loops.
Those are scalar quantities which are currently not supported.
This is a tool which would bring a lot of value to GEOSX's users.

Three examples can be used:

  • Computation of the well bhp (registered here) as a function of time.
  • Computation of linear iterations (registered here) as a function of time.
  • Computation of mean pressure (registered here) as a function of time.
    For this one, RegionStatistics surely needs to be adapted.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.