fdpde_stokesdarcy2field - apusok/FD-PDE GitHub Wiki
FDPDEType: FDPDE_STOKESDARCY2FIELD
Stokes-Darcy equations (2-field formulation)
The two-field formulation is an extension of the Stokes equations for conservation of mass and momentum of a two-phase mixture to include terms related to Darcy flux
where $P$ pressure and $\textbf{u}$ velocity are the unknowns. However, they will have a different meaning than in single-phase Stokes equations (i.e., fluid or dynamic pressure, solid velocity). The coefficients $A, B, C$ are defined as in Stokes questions. The $D_1, D_2, D_3$ represent the Stokes-Darcy coupling coefficients.
The 2-field formulation comes from decomposing the liquid pressure into dynamic and static components: $P_\ell=p+P_{lith}$.
They briefly represent: $A$ - effective viscosity, $B$ - right-hand side for the momentum equation (i.e., body forces), $C$ - right-hand side for the continuity equation (i.e., incompressibility), $D_1$ - compaction (function of compaction and shear) viscosity, $D_2, D_3$ - coefficients for Darcy flux.
The FDPDE_STOKESDARCY2FIELD coefficients and unknowns are located on the staggered grid in the following way
where:
- A is a scalar field but located in both centers A_center (dof=1) and corners A_corner (dof=0),
- B is vector field located on faces, B = [Bx (dof=0), Bz (dof=0)],
- C is scalar field located in centers (dof=0),
- D1 is scalar field located in centers (dof=2),
- D2 is scalar field located on faces, D2x (dof=1), D2z (dof=1),
- D3 is vector field located on faces, D3x (dof=2), D3z (dof=2),
Tests for examples with FDPDE_STOKESDARCY2FIELD
SeeBack to User guide
Back to HOME