Multi-directional shear loading

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

Post Reply
Rain
Posts: 10
Joined: Sun Jan 11, 2015 5:50 am

Multi-directional shear loading

Post by Rain »

Hi everyone,

I want to simulate an undrained simple shear test of soil under multi-directional shear loading(2D shaking). But there is something wrong with the pattern code:

...
timeSeries Sine 1 0 $FTime $period -factor 9.81 ;# FTime is the end time
timeSeries Sine 2 [expr $period/4.0] $FTime $period -factor 9.81
pattern UniformExcitation 1 1 -accel 1 ;# acc in X-dir
pattern UniformExcitation 2 2 -accel 2 ;# acc in Y-dir
# "[expr $period/4.0]" in the timeSeries 2 could provide a phase difference of 90°.
...

As the code goes like this, there is little pore water pressure can be observed in the result. This is against the real laboratory test. However, the result goes well with the real test when I replace "[expr $period/4.0]" with zero.

How can I fix this problem? Thank you.
Post Reply