Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solve flow directly on connectivity graphs with transmissibility values #128

Closed
herve-gross opened this issue Aug 24, 2018 · 1 comment
Closed
Labels
type: feature New feature or request

Comments

@herve-gross
Copy link
Contributor

Solve flow directly on connection graphs with transmissibility values
Provide connectivity and transmissibility information explicitly instead of computing these from the mesh directly. This allows for non-neighbor connections, and for disconnected neighbors.

This is a first step in the creation of the degree of freedom manager: instead of solving on the mesh points directly, we create an abstraction of the mesh based on the numerical scheme and supply solvers only the information they need for the target objects (any combination of volumes, faces, edges, or vertices).

Benchmarking with intersect and AD-GPRS
This approach would allow for a closer benchmarking opportunity with IX and AD-GPRS (these simulators can consume graph/transmissibillity).

The first step is to supply GEOSX with graphs/transmissibility grids.

@rrsettgast rrsettgast added effort: 1 month type: feature New feature or request labels Aug 8, 2019
@AntoineMazuyer
Copy link
Contributor

I am digging up this issue as we have a use case involving a connectivity list and non conforming mesh.

Now that we have the DOF Manager, things may be easier.
I think the mesh can also be imported as it will hold some properties (porosity). The mesh will also be the support for volume computation and output... and I think it's all ? The idea is to bypass the TPFA stencil computation and directly take the one which is given (by eclipse for instance).

I can start investigating to see if there is any major issues with doing that.

If you have any thoughts/idea/comments about that, please feel free to share !

rrsettgast added a commit that referenced this issue May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants