simulkade / FVTool

Finite volume toolbox for Matlab/Octave
http://fvt.simulkade.com
BSD 2-Clause "Simplified" License
97 stars 56 forks source link

single phase flow and transport #21

Closed ptrinka closed 5 years ago

ptrinka commented 5 years ago

Hi, very interesting suite of codes! I am looking for an example where both single flow and the ADE are solved but I haven't been able to find any. Is there any example that I could look at? Thanks in advance!

simulkade commented 5 years ago

Hi, could you provide an example, e.g, list of equations?

On Fri, 24 May 2019, 11:44 ptrinka, notifications@github.com wrote:

Hi, very interesting suite of codes! I am looking for an example where both single flow and the ADE are solved but I haven't been able to find any. Is there any example that I could look at? Thanks in advance!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/simulkade/FVTool/issues/21?email_source=notifications&email_token=AAOLLRQY3BG4C3RYD7FR3F3PW62H7A5CNFSM4HPN5XWKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GVVDPJQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AAOLLRQPHGAIAGPCEIMGPILPW62H7ANCNFSM4HPN5XWA .

ptrinka commented 5 years ago

E.g. steady-state Richards equation and Advection-Dispersion equation.

simulkade commented 5 years ago

There is one example here. It is with Darcy's law, but you can probably convert it to Richards. Let me know if I can help.

ptrinka commented 5 years ago

Thanks a lot! That should work.