Search found 16 matches

by gaziz
Tue Dec 22, 2015 8:59 pm
Forum: OpenSees.exe Users
Topic: arbitrary forces at new nodes added for stage construction
Replies: 3
Views: 3861

Re: arbitrary forces at new nodes added for stage constructi

The code above works well using the latest TAG as it was fixed by Frank McKenna (Many Thanks!)
by gaziz
Thu Nov 12, 2015 11:21 am
Forum: OpenSees.exe Users
Topic: arbitrary forces at new nodes added for stage construction
Replies: 3
Views: 3861

Re: arbitrary forces at new nodes added for stage constructi

Thank you for reply Frank! That would be really great! I don't really have options now for UP elements left and really need to simulate construction stages with UP formulation. P.S. One thing I noticed is if I run the same problems but with all side nodes fixed in x-dir, I don't have any issues. But...
by gaziz
Wed Nov 11, 2015 12:47 am
Forum: OpenSees.exe Users
Topic: arbitrary forces at new nodes added for stage construction
Replies: 3
Views: 3861

arbitrary forces at new nodes added for stage construction

Hi there, I am trying to simulate a stage construction using 9_4_node_quadUP element following Frank's advice in previous post (http://opensees.berkeley.edu/community/viewtopic.php?f=2&t=62065). Now when I am adding new nodes and element, I get tensile stresses before even self-weight of that el...
by gaziz
Tue Nov 10, 2015 10:40 am
Forum: OpenSees.exe Users
Topic: eleLoad command causes segmentation fault on Mac OS
Replies: 4
Views: 4099

Re: eleLoad command causes segmentation fault on Mac OS

Thank you Frank for clarification!
by gaziz
Mon Nov 09, 2015 12:50 pm
Forum: OpenSees.exe Users
Topic: eleLoad command causes segmentation fault on Mac OS
Replies: 4
Views: 4099

Re: eleLoad command causes segmentation fault on Mac OS

Thank you Frank! Exact same situation for Nine_Four_Node_QuadUP element, I would guess that being 2D element it requires: eleLoad -ele 1 -type -selfWeight 1.0 1.0 but this again only works on Windows! On MacOS it can be run only with: eleLoad -ele 1 -type -selfWeight 1.0 1.0 1.0 which seems not what...
by gaziz
Mon Nov 02, 2015 12:17 am
Forum: OpenSees.exe Users
Topic: eleLoad command causes segmentation fault on Mac OS
Replies: 4
Views: 4099

eleLoad command causes segmentation fault on Mac OS

Hi there, I am experiencing problems while using eleLoad command. OpenSees returns segmentation fault: 11 on MacOS, but exactly the same input works just fine on Windows. Other inputs where I do not have eleLoad command work fine on MacOS. Any clue what could be wrong? The input is below followed by...
by gaziz
Fri Sep 25, 2015 11:15 am
Forum: OpenSees.exe Users
Topic: linear load pattern for self-weight
Replies: 5
Views: 5564

Re: linear load pattern for self-weight

works just right! Thank you alborzgh!
by gaziz
Wed Jul 15, 2015 10:14 pm
Forum: OpenSees.exe Users
Topic: linear load pattern for self-weight
Replies: 5
Views: 5564

Re: linear load pattern for self-weight

I still have not resolved the problem, but a colleague suggested to use eleLoad load pattern. So here is what I do now: - add elements using: element quadUP $elTag $n1 $n2 $n3 $n4 $thick $matTag $bulk $fmass $hPerm $vPerm $gx=0 $gy=0 $t=0 - add load pattern using: pattern Plain 1 {Series -time {0 50...
by gaziz
Wed Jul 15, 2015 9:10 am
Forum: OpenSees.exe Users
Topic: linear load pattern for self-weight
Replies: 5
Views: 5564

Re: linear load pattern for self-weight

Thanks for your reply,

I assign gravity to quadUP elements, density to material and then run analysis
by gaziz
Tue Jul 14, 2015 10:28 am
Forum: OpenSees.exe Users
Topic: linear load pattern for self-weight
Replies: 5
Views: 5564

linear load pattern for self-weight

Hi, Is there any way to apply self-weight in linear load pattern manner? I'm using quadUP element at the moment, but this is an issue for other elements (e.g., 9_4nodequadUP, brick, brickUP). When I assign self-weight to an element and run analysis, self-weight is applied instantly. Is there any way...
by gaziz
Wed Mar 11, 2015 2:48 pm
Forum: OpenSees.exe Users
Topic: applied displacement pattern with load limit (transient)
Replies: 3
Views: 3329

Re: applied displacement pattern with load limit (transient)

fmk wrote: > you could of course monitor what is happening in the script and then when you reach > the limit make the load pattern constant or remove it. > Hi frank, Thank you for your reply. So I guess there is a command that could read current load at a node, something similar to displacement read...
by gaziz
Tue Mar 10, 2015 2:00 pm
Forum: OpenSees.exe Users
Topic: Reconsolidation problem
Replies: 4
Views: 4088

Re: Reconsolidation problem

Hi Rain, Have you eventually figured out the solution? I need to do the same for my simulation and have discussed with a friend about the issue. When you fix pore pressure (PP) DOF, you force PP=0. Therefore, if after undrained loading you fixed PP DOF, then it should force PP=0 suddenly. In your ex...
by gaziz
Tue Mar 10, 2015 1:31 pm
Forum: OpenSees.exe Users
Topic: applied displacement pattern with load limit (transient)
Replies: 3
Views: 3329

applied displacement pattern with load limit (transient)

Hi, Is there any way, in transient analysis, to apply displacement pattern but have a load limit for it? I'm using SSPbrickUP element to simulate undrained triaxial compression with own material. I'm applying displacement pattern: set VdispInitial [nodeDisp 5 3] set Vdisp -0.01 set Disp [expr $Vdisp...
by gaziz
Fri Sep 06, 2013 3:10 pm
Forum: Framework
Topic: Problem Building V. 2.4.1
Replies: 11
Views: 13988

Re: Problem Building V. 2.4.1

I have similar problem! What I did is checked out a previous tag 5363 (used to generate v 2.4.1); however, I get different kind of error LNK2019/2001: "extern double dbesi0/dbesi1 in KikuchiBearing.cpp/MultipleNormalSpring.cpp/MultipleShearSpring.cpp is unresovled symbol". This is linking ...
by gaziz
Fri Sep 06, 2013 2:40 pm
Forum: Framework
Topic: add New Material problem, ubuntu 12.04
Replies: 5
Views: 6146

Re: add New Material problem, ubuntu 12.04

fmk wrote: > it should work if set up correctly .. i just tested it with Ubuntu Server > 13.04 on Amazon. > make sure that the LD_LIBRARY_PATH env variable points to ./ > the EC2 server did not have it set, so i issued the following: > echo LD_LIBRARY_PATH=./ > > and then ran OpenSees. Thank you for...