RE; Use of Drucker prager material in soil
Posted: Tue Mar 25, 2025 12:06 am
Hi,
I am modeling a monopile embedded in sandy soil, subjected to displacement-controlled monotonic horizontal loading under drained conditions. At the end of the analysis, I aim to extract the force-displacement curve resulting from this loading and compare it with results from other FEM software for validation.
Currently, I am using the Drucker-Prager model (nDmaterial DruckerPrager) to model the soil, employing SSPbrick elements. For the monopile, I am also using SSPbrick elements to accurately represent its shape and thickness, assuming a modulus of elasticity (E) of 2E12 kPa to treat the pile as fully rigid.
The steps in my analysis include: 1) a gravity stage (purely soil), 2) pile installation, and 3) [next steps, please specify].) loading.
The purpose of this analysis is to load the pile until failure and record the corresponding force required for this displacement. Below is an image after the pile installation and during the loading process, which illustrates the model schematic. I am using a very coarse mesh for the preliminary analysis. I am entering the weight of the pile and the soil by using the mass density input in the ndmaterials attribute. For element formation, I am specifying b3 (the body force in the z direction) as -9.81 * the density of the soil (ρ). Additionally, I am applying the specified displacement (displacement: 4 times of pile diameter) on a selected master node and measuring the reactionforce. Since the pile has a high modulus of elasticity (E = 2E12 kPa), it behaves rigidly. The density of pile is 7.85Mg/m3 and for the soil is 2Mg/m3. Below is the deformed shape.
I am using an analysis setting of:
puts " Start Loading "
# Analysis settings
#---------------------------------------------
constraints Penalty 1.0e+12 1.0e+12
test NormDispIncr 1e-4 100 2
algorithm KrylovNewton
numberer RCM
system Mumps
integrator Newmark $gamma3 $beta3
analysis VariableTransient
analyze 10000 2.000000e-03 2.000000e-04 2.000000e-03 100
puts "LOADING ANALYSIS COMPLETED.."
After the analysis, I'm receiving an fx (kN) vs ux (m) graph of: The curve shows some yielding at the beginning (due to the curvature), but afterwards, Fx appears to increase linearly with displacement, indicating elastic behaviour, which seems odd. I'm hoping you could shed some light on this problem.
Thank you in advance! I appreciate your help and look forward to your insights.
I have run several analyses on other FEM software and limit analysis software; failure is expected at a displacement of 10m.
I am modeling a monopile embedded in sandy soil, subjected to displacement-controlled monotonic horizontal loading under drained conditions. At the end of the analysis, I aim to extract the force-displacement curve resulting from this loading and compare it with results from other FEM software for validation.
Currently, I am using the Drucker-Prager model (nDmaterial DruckerPrager) to model the soil, employing SSPbrick elements. For the monopile, I am also using SSPbrick elements to accurately represent its shape and thickness, assuming a modulus of elasticity (E) of 2E12 kPa to treat the pile as fully rigid.
The steps in my analysis include: 1) a gravity stage (purely soil), 2) pile installation, and 3) [next steps, please specify].) loading.
The purpose of this analysis is to load the pile until failure and record the corresponding force required for this displacement. Below is an image after the pile installation and during the loading process, which illustrates the model schematic. I am using a very coarse mesh for the preliminary analysis. I am entering the weight of the pile and the soil by using the mass density input in the ndmaterials attribute. For element formation, I am specifying b3 (the body force in the z direction) as -9.81 * the density of the soil (ρ). Additionally, I am applying the specified displacement (displacement: 4 times of pile diameter) on a selected master node and measuring the reactionforce. Since the pile has a high modulus of elasticity (E = 2E12 kPa), it behaves rigidly. The density of pile is 7.85Mg/m3 and for the soil is 2Mg/m3. Below is the deformed shape.
I am using an analysis setting of:
puts " Start Loading "
# Analysis settings
#---------------------------------------------
constraints Penalty 1.0e+12 1.0e+12
test NormDispIncr 1e-4 100 2
algorithm KrylovNewton
numberer RCM
system Mumps
integrator Newmark $gamma3 $beta3
analysis VariableTransient
analyze 10000 2.000000e-03 2.000000e-04 2.000000e-03 100
puts "LOADING ANALYSIS COMPLETED.."
After the analysis, I'm receiving an fx (kN) vs ux (m) graph of: The curve shows some yielding at the beginning (due to the curvature), but afterwards, Fx appears to increase linearly with displacement, indicating elastic behaviour, which seems odd. I'm hoping you could shed some light on this problem.
Thank you in advance! I appreciate your help and look forward to your insights.
I have run several analyses on other FEM software and limit analysis software; failure is expected at a displacement of 10m.