-
How do I change the viscosity or the surface tension in the capillary dominated Invasion Percolation algorithm? I just want to see what the different values do to the output. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You change them on the phase object of the invasion fluid, for instance: |
Beta Was this translation helpful? Give feedback.
-
What's the significance of the color codes in the plots? How do I refer? |
Beta Was this translation helpful? Give feedback.
You change them on the phase object of the invasion fluid, for instance:
water['throat.surface_tension'] = 0.500
. Viscosity will have no effect since it's capillary dominated, the algorithm doesn't look at it.