Francois Hamon

Results 10 issues of Francois Hamon

Hello, I am testing RAJA in a small finite-difference code, and I encountered a problem related to the use of `RAJA::View` with the `__restrict__` keyword on CPU. The file that...

performance

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

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

This PR unifies the calculation of the residual norms in the flow and well solvers. It works using the following approach: - In `SolverBaseKernels`, the class `ResidualNormKernelBase` defines two kernels:...

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

This PR adds a validation case for the second problem (Problem 1.2) proposed in the benchmark paper: "A benchmark study on problems related to CO 2 storage in geologic formations",...

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

This PR changes the formulation of the body force and pressure terms in the poromechanics kernels (single-phase and multiphase) to move away from the delta formulation (delta pressure, delta body...

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

**Describe the bug** I need help to use Caliper on Quartz. After the recent TPL update, I am getting the following error when I run the code with the runtime...

type: bug

This PR implements the necessary components to perform the initialization time step in Discussion #1926. That is, assembling and solving the following system: ``` delta x = - J^-1 R...

type: feature

## Description The goal of this issue is to keep track of all developments related to PVT modeling capabilities for CO2 in depleted reservoirs. ## Work Scope Basic first steps...

EPIC

Following up on PR #2095, this PR enables the PEBI cells (prisms 5 to 11) in `CompositionalMultiphaseHybridFVM`. I tested the code with `PoroElastic_hybridHexPrism_co2_3d.xml` up to octagonal prisms (10 faces) and...

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