Jacques Franc

Results 12 comments of Jacques Franc

I have. I was actually trying to build some install instruction for it without using WSL. The possibility of using WSL should make the process way easier :crossed_fingers: (hopefully)

Here is the sources for output-ing stats and some helpers writing useful vtk outputs [checkTools.C](https://github.com/OpenFOAM/OpenFOAM-7/blob/master/applications/utilities/mesh/manipulation/checkMesh/checkTools.C) for doing topological checks (illegal cells, holes in a patch of faces, ...) and geometrical...

Changed from layer of cell boundary to face boundary. Changed from `TimeHistoryOutput` to extraction of `reservoirStatictics` from log. Still few things to fix in plotting script. During DocDay we discussed...

Adding the tables now, requires few changes to `xml` input to read tensor of tables names (that may be dropped in the end). ![satg](https://github.com/GEOS-DEV/GEOS/assets/49998870/872b8d7a-ee4a-4792-93e2-13da0e935dae) and new block: ``` xml ```

> I confirm it works. I ran an incompressible single-phase flow quarter five spot problem without gravity on two domains. The first case, the domain is aligned with the Cartesian...

Great idea. Can we make it work with '' define boxes too ?

Many thanks for cleaning/merging it @francoishamon :)

Hi @Oluwatobi-PM, - Can you confirm you are working on Sherlock from SMARTFIELD group ? - Can you try with what @matteofrigo5 deployed there ? Can you try having it...

Re-booting this PR as useful to #3026 and #2807, Making an intermediate abstraction `ToCell` on the way to `FaceToCellElement` and `EmbeddedElementToCell` as most of them can be factored.