Water table variation in FLAC

Hi all,

I’m using a water table in my FLAC v.8 model with the command water table.
I need to change the water table level, by lowering it from a level L1 to a level L2. The Command Reference section of the FLAC manual reports as follows for the water command:

If the water level is instantaneously changed (e.g., lowered), the densities above and below the new water table may need to be changed, and the existing total stresses for zones beneath the changed water table need to be changed. These changes are necessary to account for elastic deformations resulting from the changed water table. For example, if the water table inside a shaft is instantaneously reduced by 1 meter via the WATER table command, then the total stress for material inside the shaft needs to be reduced by an amount equal to the product of the water density, gravity and water-level height reduction. In SI units, if the water level is reduced 1 meter,
then the total stress needs to be reduced by 104 Pa. A convenient way to make the change in FLAC is with the INITIAL command:

ini sxx add 1e4 range
ini syy add 1e4 range
ini szz add 1e4 range

The range would be all zones below the region where the water table is reduced. The values are added to reduce the total stresses, which are negative in compression.

I have two questions:

  1. The range includes: i) all the zones below the original L1 level, ii) all the zones between the L1 and L2 levels, or all the zones below the L2 level?
  2. Let’s now assume that I wanna raise the water level from L2 to L3. Should I correct the total stress too, or this modification is already performed when the new water table level is higher than the previous setting?

Thanks a lot for your help.

Have you tried ‘ATS’ mode in the configuration? the ‘ATS’ mode, will automatically adjust the total stresses.

Thank you jwang! I will try with this configuration.
If I want to manually correct the total stresses anyway, how should I consider the aforementioned range?

Thank you,

  1. You have to specify the range where the initial command applies either via keyword ‘region’, ‘group’, or i j numbers. 2, you have to adjust the total stress too.