3D dam model diverges

A forum dedicated to users with questions regarding soil materials and elements.

forum currently locked

Moderator: Moderators

Locked
ja_abell
Posts: 43
Joined: Tue Nov 03, 2009 1:22 pm
Location: Universidad de los Andes
Contact:

3D dam model diverges

Post by ja_abell » Tue Jan 26, 2010 10:25 am

Dear OpenSEES community,

I am performing a linear transient analysis on a big 3D earth-dam model.
This is a 3D model composed only of bbarBrick elements with ElasticIsotropic3D materials (different material for each brick).
I am using an acceleration record of 'El Centro' by assigning a pattern UniformExcitation load in the transverse direction.

I am assigning damping with the rayleigh command. The alpha and beta parameters are obtained by:

alpha = xi*w1
beta = xi/w1

Where xi is the percent critical damping at mode 1, and w1 is the angular frequency of mode 1. (I've also tried setElementRayleighDampingFactors, which is what I want to use in the first place to model strain dependent damping in the future).

My analysis options are:

system SparseSPD
constraints Transformation
test NormDispIncr 1.0e-3 40 1
algorithm Linear
numberer RCM
analysis Transient

I've tried many different combinations, but my analysis always diverges after a few seconds of analysis.

The analysis is performed inside an external for loop as in

for {set step 0} {$step < $NSteps} {incr step} {

...code

#Perform one analysis step
analyze 1 $DtAnalysis

....more code
}

This is so I can retrieve the element strains at each time step (i dont want big output files, I just need the element maximum strains), and perform some checking and estimate analysis time (usually about ~20hrs on my PC for a full analysis).

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Post by fmk » Tue Jan 26, 2010 1:14 pm

what integration scheme?

zhuo1005
Posts: 1
Joined: Sun Feb 19, 2012 6:24 pm

Re: 3D dam model diverges

Post by zhuo1005 » Sun Feb 19, 2012 6:37 pm

A man is driving up a steep, narrow mountain road. A woman is driving down the same road. As they pass each other, the woman leans out of the window and yells "PIG!!" The man immediately leans out of his window and replies, "WITCH!!" They each continue on their way, and as the man rounds the next corner, he crashes into a pig in the middle of the road. If only men would listen.

-------------------------------------------------------------------
[url=http://www.dressale.com/wedding-apparel ... -2_10.html]Flower Girl Dresses[/url]|[url=http://www.dressale.com/wedding-dresses ... _3_21.html]Empire Wedding Dresses[/url]|[url=http://www.dressale.com/wedding-dresses ... _3_18.html]New Style Wedding Dresses[/url]

Locked