GEOS icon indicating copy to clipboard operation
GEOS copied to clipboard

GEOS Simulation Framework

Results 487 GEOS issues
Sort by recently updated
recently updated
newest added

This PR - [x] documents the analytical verification of CO2 core flood experiment with Buckley-Leverett theory; ![image](https://user-images.githubusercontent.com/53012159/186529794-f9e1d791-389e-4534-bb38-6f890a2e949b.png) - [x] adds `buckleyLeverett_smoke` to the integratedTests and checks the running on Pecan....

type: documentation
flag: ready for review
flag: requires rebaseline

Jacques and I have some difficult cases in which the residual grows uncontrollably when the time step size is too large, which ends up crashing the simulation (line search does...

type: cleanup / refactor
flag: ready for review
flag: requires rebaseline

The purpose of this PR is to add support of Virtual Elements to `SolidMechanicsLagrangianFEM` and `SolidMechanicsSmallStrainQuasiStaticKernel` in order to solve linear elasticity with VEM. ### Summary of relevant changes -...

flag: ready for review
flag: requires rebaseline

This PR adds the support of the old-fashioned net-to-gross property found in many reservoir models (multiplier for the porosity and the horizontal permeability). Although this could also be done externally,...

type: feature
flag: ready for review
flag: requires rebaseline

Example 'kernelTest.xml' is not running. Throws error with 'Release' build: ******************** Rank 0: Total number of nodes:3442951 Region1/cb1/fluid1 is allocated with 1 quadrature points. Region1/cb1/rock is allocated with 1 quadrature...

First order Spectral Element Method (SEM) for the second order elastic wave equation. In this PR we propose the first version of the elastic wave solver using the SEM. The...

flag: ready for review
flag: requires rebaseline

This PR change real64 to real32 in waveSolvers

flag: ready for review

Here is the first version of the work plan to eventually import fractures from input files instead of using `SurfaceGenerator`. - [x] Move the `m_recalculateFractureConnectorEdges`, `m_edgesToFractureConnectorsEdges`, `m_fractureConnectorsEdgesToEdges` and `m_fractureConnectorEdgesToFaceElements` from...

type: feature

Added support for CUDA NvToolsExt tracing reusing already present instrumentation. ![image](https://user-images.githubusercontent.com/1560114/179951762-686b9a3c-b326-4d58-bed5-22af67f78692.png)

flag: ready to be merged
flag: ready for review

In order to most effeciently run a wellbore simulation, we should have a structured mesh option with an IJK interface. Key components are: 1. Structured mesh in cartesian and cylindrical...

type: feature