Guidance on Introducing Fluid, Biot Coupling, and Water Table for Mechanical Pore Pressure Generation in FLAC3D

Hello @everyone, @itascan @itascaYang @itasca @dafo407_itasca @itsmoho_sen @isaac

I am trying to introduce fluid behavior and Biot coupling in a FLAC3D model so that pore pressure can be generated when external loading is applied. I also want to define a water level in the model. My understanding is that, for my case, I may need to follow a non-coupled approach (mechanical generation of pore pressure without active fluid flow during loading). I am thinking of using the following command sequence, but I would like to confirm whether the overall process and command order are correct.

model configure fluid

Then, I will Build the entire model first

; — Assign fluid model —

zone fluid cmodel assign isotropic range group ‘X1’ or ‘X2’

zone fluid property permeability 1e-9 porosity 0.35 range group ‘X1’ or ‘X2’

zone gridpoint initialize fluid-modulus 2.2e9 range group ‘X1’ or ‘X2’

zone initialize fluid-density 1000 range group ‘X1’ or ‘X2’

zone fluid biot on

zone fluid property biot 1.0 range group ‘X1’ or ‘X2’

; — Water table definition —

zone water density 1000

zone water plane origin (x,y,z) normal (0,0,1)

zone gridpoint initialize pore-pressure 0.0 range group

zone gridpoint initialize saturation 1.0 range group ‘X1’ or ‘X2’

; — Before applying external loading —

zone mechanical active on

zone fluid active off

zone fluid biot off

Then external loading will be applied

I would like to ask:

  1. Is this the correct approach for generating pore pressure mechanically due to external loading while fluid flow remains inactive and water table is there?

  2. Is it correct to turn zone fluid and zone fluid biot active off before applying the external loading?

  3. Is the water table initialization procedure reasonable for this type of analysis?

  4. Should I instead keep fluid active during loading if I want excess pore pressure generation?

  5. Are there any important issues regarding Biot modulus, fluid modulus, or pore-pressure initialization that I should be careful about?

Any guidance or correction would be greatly appreciated.

Thanks in advance.