Absorbent Boundaries

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

Moderators: silvia, selimgunay, Moderators

Post Reply
partla
Posts: 35
Joined: Wed Feb 01, 2012 3:04 am
Location: Urmia university

Absorbent Boundaries

Post by partla » Wed Apr 24, 2013 11:43 am

I use this method for a geotechnical model as absorbent boundaries. But in the boundaries I get large strains. What's the problem? I'll be happy hearing from you.

set DampP [expr $ro*$vs]
set DampN [expr $ro*$vp]
uniaxialMaterial Elastic 1 0 $DampP
uniaxialMaterial Elastic 2 0 $DampN
node 1 16.0 0.0
node 2 16.0 0.0
fix 2 1 1
element zeroLength 1 1 2 -mat 1 2 -dir 1 2

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

Re: Absorbent Boundaries

Post by fmk » Wed Apr 24, 2013 3:06 pm

the command you are using is correct. the strains must be non-zero otherwise the strain rate would be 0 and the dashpots would not contribute anything. As for the material parameters you are using, you may be missing an area term.

partla
Posts: 35
Joined: Wed Feb 01, 2012 3:04 am
Location: Urmia university

Re: Absorbent Boundaries

Post by partla » Sat Apr 27, 2013 7:38 am

thanks for your reply. The model of my project is 2D and size of quad elements (soil elements) are about 1 meter. Because of that the area term is missed. The strain rate is about 0.05 in the boundaries. Is it so large or logical?

Post Reply