"ElasticPPGap" : How to randomize the gap

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

Moderators: silvia, selimgunay, Moderators

Post Reply
bayram_aygun
Posts: 109
Joined: Sat May 05, 2007 12:28 pm
Location: Houston, TX

"ElasticPPGap" : How to randomize the gap

Post by bayram_aygun »

Hi,

Let's say I have the following situation:

# tag K Fy gap
uniaxialMaterial ElasticPPGap 400 6368 -637 [expr $gap]

uniaxialMaterial ElasticPPGap 401 2190 -9e9 [expr $gap-0.1418]

# Combine them
uniaxialMaterial Parallel 12 400 401; # Internal gaps
uniaxialMaterial Parallel 13 402 403; # Abutment gaps

# tag i-node j-node material X
element zeroLength 6000 3420 200 -mat 13 -dir 1

How can I use "randomVariablePositoner" command and randomize the "$gap" parameter?

I was thinking of something like this:

randomVariablePositioner 1 -createRV3 lognormal [expr $gap] [expr $cov*$gap] -element 6000 -material ????

Thanks a lot for your time,
Bayram Aygun
Graduate Student, Civil&Env. Eng.
Rice University
mhscott
Posts: 883
Joined: Tue Jul 06, 2004 3:38 pm
Location: Corvallis, Oregon USA
Contact:

Post by mhscott »

The EPPGapMaterial has not been "parameterized", thus you cannot use random variable positioners, reliability, etc. with this model.
Post Reply