modeling of two phase flow in fractured porous media on
play

Modeling of two-phase flow in fractured porous media on unstructured - PowerPoint PPT Presentation

Modeling of two-phase flow in fractured porous media on unstructured non-uniform coarse grids Jrg Espen Aarnes and Vera Louise Hauge SINTEF ICT, Deptartment of Applied Mathematics Applied Mathematics 1/17 Objective and model assumptions


  1. Modeling of two-phase flow in fractured porous media on unstructured non-uniform coarse grids Jørg Espen Aarnes and Vera Louise Hauge SINTEF ICT, Deptartment of Applied Mathematics Applied Mathematics 1/17

  2. Objective and model assumptions Objective: Develop an algorithm for constructing coarse grids capable of resolving two-phase flow in fractured porous media accurately. Model assumptions: Statistically generated horizontal and vertical fractures with length between 20–40% of length of shortest side of reservoir. Velocity computed on a fine grid that resolves fractures. Saturation computed on an unstructured coarse grid. Homogeneous model with 100 fractures Heterogeneous model with 100 fractures Applied Mathematics 2/17

  3. Non-uniform coarsening algorithm 1 Compute the initial velocity field v on the fine grid and define 1 � g ( E ) = log | v ( x ) | dx − min(log | v | ) + 1 , E ⊂ Ω . | E | E 2 Assign an integer from 1 to 10 to each cell c in the fine grid by � � n ( c ) = ceil 10( g ( c ) − min c g ) / (max g − min c g ) . c 3 Initial blocks = connected groups of cells with the same n ( c ). 4 Merge each block B with less volume than V min with B ′ = arg B ′′ ∈ neighbors | g ( B ) − g ( B ′′ ) | . min 5 Refine each block B with | B | g ( B ) > G max as follows Pick an arbitrary cell c 0 ⊂ B and locate the cell c i ⊂ B with 1 center furthest away from the center of c 0 . Define B ′ = c i and progressively enlarge B ′ by adding cells 2 from B adjacent to cells in B ′ until | B ′ | g ( B ′ ) > G max . Define B = B \ B ′ and refine B further if | B | g ( B ) > G max . 3 6 Repeat step 2 and terminate. Applied Mathematics 3/17

  4. Non-uniform coarsening algorithm Coarse grid: Initial step, 152 cells Coarse grid: Step 2, 47 cells Coarse grid: Step 3, 95 cells Coarse grid: Step 4, 69 cells log | v | on fine grid (2500 cells) log | v | on coarse grid (69 cells) Applied Mathematics 4/17

  5. Explicit Fracture-Matrix Separation (EFMS) 1 3 2 4 2 2 1 1 Initial model: 100 x 100 grid with 50 fractures. Step 1: Introduce an initial coarse grid. Step 2: Separate fractures and matrix. Step 3: Split non-connected blocks. Applied Mathematics 5/17

  6. Operator splitting of saturation equation Water saturation equation for a water-oil system: φ∂S ∂t + ∇ · [ f w ( v + λ o ∇ p cow + λ o g ( ρ o − ρ w ) ∇ z )] = q w , Operator splitting of the water saturation equation φ∂S ∂t + ∇ · ( f w v + f w λ o g ( ρ o − ρ w ) ∇ z ) = q w , � � φ∂S ∂p cow ∂t + ∇ · f w λ o dS ∇ S = 0 . Applied Mathematics 6/17

  7. Numerical discretization of advection equation Denote the non-degenerate fine grid interfaces by γ ij = ∂T i ∩ ∂T j .   ∆ t � n + 1 V ij ( S n + 1 2 ) − G ij ( S n + 1 = S n � 2 ) S 2 m + q w dx − . m   � B m φ dx B m γ ij ⊂ ∂B m Here V ij ( S ) = max { v ij f w ( S | T i ) , − v ij f w ( S | T j ) } , g ( ρ o − ρ w ) | γ ij | λ w ( S + ) λ o ( S − ) G ij ( S ) = λ w ( S + ) + λ o ( S − ) ∇ z · n ij , where v ij = flux from T i to T j , n ij = unit normal on γ ij from T i to T j , and S + and S − is the upstream saturation with respect to the gravity driven flow of oil and water, respectively. Applied Mathematics 7/17

  8. Numerical example: Pure advective flow Coarsening algorithm # blocks L2 water-cut error Non-uniform coarsening 255 0.0240 EFMS 315 0.1428 Cartesian coarse grid 330 0.1838 Saturation profiles at 0.48 PVI Water-cut curves 1 0.8 0.6 Reference solution NUC solution 0.4 Reference NUC 0.2 EFMS Cartesian 0 0 0.2 0.4 0.6 0.8 1 EFMS solution Cartesian solution PVI Applied Mathematics 8/17

  9. Test-case I: No capillary diffusion 100 high permeable fractures and 20 low permeable fractures. Permeability of high permeable fractures: > matrix permeability. Permeability of low permeable fractures: ≪ matrix permeability. 25 simulations with different fracture distributions. Homogeneous model Heterogeneous model Mean water−cut errors for homogeneous model Mean water−cut errors for heterogeneous model 0.2 0.25 EFMS EFMS NUC NUC 0.2 0.15 Mean error Mean error 0.15 0.1 0.1 0.05 0.05 0 0 36 : 38 20 : 24 9 : 11 40 : 47 19 : 21 6 : 9 Upscaling factors Upscaling factors Applied Mathematics 9/17

  10. Numerical discretization of diffusion equation Diffusion equation: φ∂S ∂t = ∇ · d ( S ) ∇ S, ∂p cow where d ( S ) = − f w λ o is a non-negative function. dS Time discretization: Semi-implicit backward Euler φS n +1 = φS n +1 / 2 + △ t ∇ · d ( S n +1 / 2 ) ∇ S n +1 . Spatial discretization: ??? How should △ t ∇ · d ( S n +1 / 2 ) ∇ S n +1 be discretized on coarse grids with complex block geometries and strong subgrid heterogeneity? Applied Mathematics 10/17

  11. Spatial discretization of diffusion equation Option 1: Fine grid discretization (Φ + △ t D ) S n +1 = Φ S n +1 / 2 , where Φ = diag( φ ) and D = [ d ij ( S )] stems from a fine grid discretization of the semi-elliptic operator L = ∇ · d ∇ . Applied Mathematics 11/17

  12. Spatial discretization of diffusion equation Option 1: Fine grid discretization (Φ + △ t D ) S n +1 = Φ S n +1 / 2 , where Φ = diag( φ ) and D = [ d ij ( S )] stems from a fine grid discretization of the semi-elliptic operator L = ∇ · d ∇ . Option 2: Coarse grid discretization by Galerkin projection (Φ c + △ t D c ) S n +1 = Φ c S n +1 / 2 , c c where Φ c = R t Φ R and D c = R t DR . Here R = [ r ij ] where � 1 if cell i is contained in block j, r ij = 0 otherwise . Hence, R maps coarse grid saturations onto the fine grid. Applied Mathematics 11/17

  13. Spatial discretization of diffusion equation Orthogonal projection property If S n +1 solves the fine grid system with S n +1 / 2 = R S n +1 / 2 , then c � R ( S n +1 − S n +1 / 2 S c � R S c − S n +1 � , ) � = arg min c c where � S � = ( S, (Φ + △ t D ) S ) 1 / 2 , i.e., S n +1 is the optimal coarse c grid approximation to S n +1 in the norm � · � . Applied Mathematics 12/17

  14. Spatial discretization of diffusion equation Orthogonal projection property If S n +1 solves the fine grid system with S n +1 / 2 = R S n +1 / 2 , then c � R ( S n +1 − S n +1 / 2 S c � R S c − S n +1 � , ) � = arg min c c where � S � = ( S, (Φ + △ t D ) S ) 1 / 2 , i.e., S n +1 is the optimal coarse c grid approximation to S n +1 in the norm � · � . The fine grid discretization gives too much diffusion! Gradients of the blockwise constant saturation is computed at the fine grid level: Options 1 and 2 overestimate diffusion. Applied Mathematics 12/17

  15. Spatial discretization of diffusion equation The overestimation factor scales with the ratio of the size of the coarse grid blocks relative to the size of the fine grid cells. On average the diffusion should be damped by a factor ( N b /N c ) 1 /d , where N b = number of blocks and N c = number of cells. Applied Mathematics 13/17

  16. Spatial discretization of diffusion equation The overestimation factor scales with the ratio of the size of the coarse grid blocks relative to the size of the fine grid cells. On average the diffusion should be damped by a factor ( N b /N c ) 1 /d , where N b = number of blocks and N c = number of cells. Scaled Galerkin projection � � � 1 /d � N b S n +1 = Φ c S n +1 / 2 Φ c + △ t . D c c c N c Applied Mathematics 13/17

  17. Test-case II: With capillary diffusion Homogeneous model Heterogeneous model fine grid G. proj. scl. proj. fine grid G. proj. scl. proj. EFMS 0.071 0.077 0.028 0.091 0.107 0.051 NUC 0.047 0.055 0.079 0.063 0.109 0.033 Water−cut curves for homogeneous model Water−cut curves for homogeneous model 1 1 0.8 0.8 0.6 0.6 0.4 0.4 Reference Reference 0.2 0.2 NUC (fine) EFMS (fine) NUC (coarse+scaling) EFMS (coarse+scaling) 0 NUC (coarse) EFMS (coarse) 0 0 0.2 0.4 0.6 0.8 1 0 0.2 0.4 0.6 0.8 1 Water−cut curves for heterogeneous model Water−cut curves for heterogeneous model 1 1 0.8 0.8 0.6 0.6 0.4 0.4 Reference Reference 0.2 0.2 NUC (fine) EFMS (fine) NUC (coarse+scaling) EFMS (coarse+scaling) NUC (coarse) EFMS (coarse) 0 0 0 0.2 0.4 0.6 0.8 1 0 0.2 0.4 0.6 0.8 1 Applied Mathematics 14/17

  18. Test-case II: With capillary diffusion Homogeneous model with 100 high permeable fractures: Saturation profiles at 0.2 PVI Fracture model Reference solution NUC: fine grid diffusion EFMS: fine grid diffusion NUC: scaled G. projection EFMS: scaled G. projection Applied Mathematics 15/17

  19. Test-case II: With capillary diffusion Heterogeneous model with 100 high permeable fractures: Saturation profiles at 0.2 PVI Fracture model Reference solution NUC: fine grid diffusion EFMS: fine grid diffusion NUC: scaled G. projection EFMS: scaled G. projection Applied Mathematics 16/17

  20. Summary For flows without capillary diffusion we consistently obtain significantly more accurate solutions on non-uniform coarse grids than on grids with explicit fracture-matrix separation. For flows with relatively strong capillary diffusion, the coarsening algorithms give comparable results for homogeneous fracture models, but non-uniform coarsening gives best results for heterogeneous fracture models. The scaled Galerkin projection generally models diffusion well on complex coarse grids, but more rigorous ways of damping the fine scale diffusion will be studied in further research. Applied Mathematics 17/17

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend