feelpp / toolbox

:hammer: Feel++ Toolbox Examples
https://feelpp.github.io/toolbox/
GNU General Public License v3.0
6 stars 11 forks source link

Darcy toolbox #16

Open PhilippeRicka opened 6 years ago

PhilippeRicka commented 6 years ago

We want to develop a toolbox for fluid seepage through porous media in 2D and 3D using the work already done for the Poisson problems.

One of the aims is to be able to solve Stokes-Darcy and Navier-Stokes-Darcy coupled problems within the context of blood perfusion through the brain.

The toolbox should be a subclass of the HDG Poisson.

prudhomm commented 6 years ago

I added @lsala as an assignee, he is also concerned by this development

prudhomm commented 6 years ago

@PhilippeRicka @lsala I would like the toolbox with some examples and benchmarks and of course documentation ready for ECMI 2018 so that we can demo it. This is part of the 2nd toolbox sprint

lsala commented 6 years ago

@prudhomm When you ask for benchmarks, you don't refer to the work done for the convergence tests, do you?

I have another question, which branch do we have to use? I know that the sc-geomap has some compilation issues ...

Thanks!

PhilippeRicka commented 6 years ago

The toolboxes mixed-poisson 2D and 3D are working properly on my computer. Which test cases should I work on ?

lsala commented 6 years ago

I have uploaded two new testcases for MixedPoisson 3D steady with and without IBC. Commits 4a4bd48ba5952902962671c3fb1d2cf18afc4f53 and 7ef85ffd8f23e79d0b377a6b18c70a76ae4126fa

prudhomm commented 6 years ago

where do we stand ? can it be closed ?

lsala commented 6 years ago

What is the difference with the issue #15 ?

prudhomm commented 6 years ago

This issue is about implementing and documenting the darcy toolbox. The HDG Poisson provides the generic components, now we want to have a subclass wrapping Poisson with the vocabulary of Darcy (velocity, pressure). Documentation should be provided about the modeling and mathematics of the Darcy toolbox. #15 is about providing examples of the toolbox

prudhomm commented 6 years ago

I move this to v107 as we won't have anything probably this week @PhilippeRicka @lsala ?