I am currently performing a 1D site response analysis using FLAC 2D. My model consists of eight soil layers: the top seven layers are defined with PM4Sand and PM4Silt, while the bottom (eighth) layer is modeled using the Mohr-Coulomb (MC) constitutive model. When I monitor the pore water pressure ratio (ru) at the center of Layer 2, I observe a strange transient response that doesn’t align with expected behavior. I’ve attached a figure showing this unexpected fluctuation.
Interestingly, when I run a 2D analysis using exactly the same soil layering, geometry, and input motion, the ru response in the same location appears much more reasonable and physically consistent.I am trying to understand:
What might be causing this transient response in the 1D configuration?
Could the transition from the Mohr-Coulomb layer to the liquefiable PM4Sand/PM4Silt layers be creating numerical artifacts or strain localization?
I’ve also plotted the shear strain increment across the profile, and noticed a sudden jump at the interface between the Mohr-Coulomb and the overlying liquefiable layers. Could this be contributing to the irregular ru behavior?
Here are the boundary and attachment conditions for both models:
In the 1D model:
Horizontal boundaries are attached to each other at relevant gridpoints. (i.e., lateral boundaries are attached to simulate 1D behavior). No free-field boundaries are used.
Water boundaries are open laterally and closed at the base.
The bottom boundary is quiet boundary with compliant base
In the 2D model:
Both attached and free-field boundaries are applied on the lateral sides.
Water boundaries are also open laterally and closed at the base.
A quiet boundary with compliant base behavior is defined at the bottom.
Regarding your second question on strain localization:
Strain localization begins just below the top zone of the Mohr-Coulomb layer (Layer 8). The maximum shear strain is observed exactly at the topmost zone of the Mohr-Coulomb layer. This high strain then continues upward into the bottom part of Layer 7, which is modeled with PM4Silt. I have attached a figure showing the distribution of shear strain increment in the profile.
Would you recommend any approach to smooth this transition?
Thanks for the additional information. However, we still cannot determine the details without the datafile. Theoretically, these two methods should produce identical or very similar results. I would suggest the following:
Split Zone 2 into two zones so that the water table does not cut through a single zone.
Regarding “water boundaries are also open laterally and closed at the base”: I’m not entirely sure what is meant by “closed” and “open,” but both the lateral and base boundaries should ideally be free to allow pore pressure to build up. In other words, there should be no fixed pore pressure during dynamic analysis.
Check whether a fixed pore pressure (= 0) is set at the water table.
It seems that the Mohr-Coulomb (MC) zone with large strain has undergone shear yielding in the 2D model. Is this also the case in the 1D model? If this zone behaves very differently (e.g., one localizes while the other does not), it will have a different impact on surrounding zones.
You could consider switching the MC model to an elastic model, since you have already assigned hysteretic damping. This could help avoid localization effects.
Dear Cheng,
Here is a quick update. The strange ru response was caused by how I initially defined the water table using the zone water plane origin command. Instead, I used the following FISH function to assign initial pore pressure conditions more explicitly:
fish define _Assign_WT
local _x, _hw, _pgp
command
zone face apply pore-pressure 0.0 range position-x [M_xMin], [M_xMax] position-y [w_yMax], [M_yMax]
endcommand
end
[_Assign_WT]
Once I used this function (and avoided fixing pore pressure at the water table), the ru behavior became much more stable.
Regarding the shear strain localization issue, I followed your suggestion and replaced the Mohr-Coulomb layer with a linear elastic model. Then I adjusted the hysteretic damping parameters. This significantly reduced the strain concentration at the interface.
Thank you again for your valuable guidance, your comments helped a lot.