It appears that you aren’t primarily interested in simulating the lateral movement of surface water, but rather in simulating the infiltration of surface water into the subsurface or exfiltration of subsurface water. If that is the case, how about applying a time- and space-varying seepage boundary condition on the top face of cells?
-Gautam
From:
'Adam Haynes' via pflotran-users <pflotra...@googlegroups.com>
Date: Tuesday, June 10, 2025 at 1:45 PM
To: pflotran-users <pflotra...@googlegroups.com>
Subject: [pflotran-users: 8424] Surface flow work arounds
Check twice before you click! This email originated from outside PNNL.
--
You received this message because you are subscribed to the Google Groups "pflotran-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
pflotran-user...@googlegroups.com.
To view this discussion visit
https://groups.google.com/d/msgid/pflotran-users/a6a91a35-7841-4b4e-81fb-bb8a03202d2en%40googlegroups.com.
Hi Adam,
The inputdeck that you shared is precisely what I had in mind.
Regarding lateral transport in surface flow, you’ll need to make an additional change that you initially proposed. You need to implement a different physics (e.g., kinematic wave, diffusion wave, shallow water equation, etc) for the lateral transport of water between grid cells within the ‘atmospheric’ layer(s), otherwise the lateral transport will use the Richards equation.
-Gautam
To view this discussion visit https://groups.google.com/d/msgid/pflotran-users/f0b5cc7b-3a20-4cf5-8522-f15e23296c21n%40googlegroups.com.
Hi Adam,
I'm sorry for not getting back to you sooner. Implementing new physics in PFLOTRAN will not be a straightforward process. Before you make any code modifications, you should understand PFLOTRAN’s implementation of the Richard equations (i.e., the residual and the jacobian equation), determine the surface flow model that you want to implement, and write down all the equations involved. Only then should you consider modifying the code.
-Gautam
To view this discussion visit https://groups.google.com/d/msgid/pflotran-users/f471a065-68af-46ad-b3b7-64192e0fca52n%40googlegroups.com.
On Jun 20, 2025, at 11:42 AM, 'Bisht, Gautam' via pflotran-users <pflotra...@googlegroups.com> wrote:
Hi Dipankar,
I agree with you that applying a time-varying seepage BC on top of each grid cell should be good enough to simulate subsurface flow + BGC.
-Gautam
To view this discussion visit https://groups.google.com/d/msgid/pflotran-users/6846AC9E-5D65-458B-B235-D4175570A379%40lbl.gov.
On Jun 20, 2025, at 1:33 PM, 'Bisht, Gautam' via pflotran-users <pflotra...@googlegroups.com> wrote: