GEOS
GEOS copied to clipboard
GEOS Simulation Framework
This PR - [x] documents the analytical verification of CO2 core flood experiment with Buckley-Leverett theory;  - [x] adds `buckleyLeverett_smoke` to the integratedTests and checks the running on Pecan....
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...
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 -...
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,...
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...
This PR change real64 to real32 in waveSolvers
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...
Added support for CUDA NvToolsExt tracing reusing already present instrumentation. 
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...