Search found 15 matches

by Rubinsa
Sat Feb 03, 2024 7:06 am
Forum: OpenSees.exe Users
Topic: UmfPack error in retaining wall Analysis
Replies: 1
Views: 2843

UmfPack error in retaining wall Analysis

Hi, I am trying to model a retaining wall. The wall is dispBeamCol element. I use beamcontact2D for soil wall interaction. when I use UmfPack for the analysis process, the model only is able to excavate one layer of soil and then it will give me an error for the other steps as below: WARNING: symbol...
by Rubinsa
Thu Nov 30, 2023 12:44 pm
Forum: OpenSees.exe Users
Topic: SP command
Replies: 1
Views: 1823

SP command

Hi everyone!
sp command is inducing disp or strain to a node?

Thanks!
by Rubinsa
Tue Oct 24, 2023 1:15 am
Forum: OpenSeesPy
Topic: Apply a triangular load on elements
Replies: 4
Views: 5922

Re: Apply a triangular load on elements

I am building a structure on openseespy. Everything is in order, I have been able to apply a distributed load: op.eleLoad('-ele', 1, '-type', '-beamUniform', -Wx, 0.0, 0.0). I wanted to know how can I apply a Triangular distributed load. For example, Load experienced by soil. Hello, Are you applyin...
by Rubinsa
Thu Oct 19, 2023 11:51 am
Forum: OpenSees.exe Users
Topic: Distributed load on quad element
Replies: 2
Views: 2910

Re: Distributed load on quad element

Hello all, Could you find any recommended approach to apply distributed load on quad elements? Did the mentioned approach work well in your analysis?
by Rubinsa
Mon Aug 14, 2023 2:31 am
Forum: OpenSees.exe Users
Topic: soil-retaining wall interface
Replies: 2
Views: 1953

Re: soil-retaining wall interface

Thank you very much for your response.
Based on your experience, which interface elements available in OpenSees works better for soil-retaining wall interface?
by Rubinsa
Sat Aug 05, 2023 3:04 am
Forum: OpenSees.exe Users
Topic: soil-retaining wall interface
Replies: 2
Views: 1953

soil-retaining wall interface

Hi all,
Is it possible to model soil-retaining wall interface using Py-Tz-Qz contacts ? Is there an example for that? Currently I'm using BeamContact2D, but I guess It doesn't work properly at the toe of the wall.
by Rubinsa
Tue Apr 18, 2023 6:36 am
Forum: OpenSees.exe Users
Topic: volume change in quad elements
Replies: 2
Views: 1402

Re: volume change in quad elements

Thank you for your response. I am using plain strain and PDMY02 constitutive model. When I compress a single element horizontally, the horizontal and vertical strain values are exactly the same values (one is negative and the other is positive). It is like the element is in constant volume condition...
by Rubinsa
Mon Apr 17, 2023 5:20 am
Forum: OpenSees.exe Users
Topic: volume change in quad elements
Replies: 2
Views: 1402

volume change in quad elements

Hi all,

In a 2d element test with a quad element, does the quad elemnts have constant value behavior? Is there a way to not behave like that?
by Rubinsa
Thu Mar 09, 2023 8:09 am
Forum: OpenSeesPy
Topic: problem in using zeroLengthContact2D
Replies: 0
Views: 7886

problem in using zeroLengthContact2D

Hello All, I am trying to model a retaining wall. I construct the model according the cantilever example in the wiki. However, I like to model the base of the wall in a way to consider the friction in x direction(not a roller at the base). A simple example of what I wrote can be seen below. I fixed ...
by Rubinsa
Sun Mar 05, 2023 11:38 pm
Forum: OpenSees.exe Users
Topic: frictional fixity
Replies: 4
Views: 2254

Re: frictional fixity

Thank you! You mean zeroLengthContact2D ? or simple zeroLength with frictional material assigned to that?
by Rubinsa
Sun Mar 05, 2023 12:54 pm
Forum: OpenSeesPy
Topic: setParameter for friction in BeamContact2D
Replies: 2
Views: 2099

Re: setParameter for friction in BeamContact2D

Thank you for the response. I changed the code and it worked for turning on and off the friction. However I still have this problem with updateMaterialStage for PDMY. When I use this approach for that I face an error saying: WARNING - unable to assign parameter to object of type -material Thank you ...
by Rubinsa
Tue Feb 28, 2023 1:30 pm
Forum: OpenSees.exe Users
Topic: frictional fixity
Replies: 4
Views: 2254

frictional fixity

Hi,
Is there a way to define a frictional fixity in opensees? I want to model a roller that is not completely free and follow coulomb friction law.

Thanks
by Rubinsa
Thu Feb 23, 2023 9:07 am
Forum: OpenSeesPy
Topic: setParameter for friction in BeamContact2D
Replies: 2
Views: 2099

setParameter for friction in BeamContact2D

Hello, I am trying to model a retaining wall and I used BeamContact2D for wall-soil interaction. I set the friction to be zero for generating in-situ stress state using initialstateanalysis. But I face a notice which say "Domain::addParameter - parameter with tag 0 already exists in model" . However...
by Rubinsa
Tue Feb 14, 2023 2:02 am
Forum: OpenSees.exe Users
Topic: Using 94Quad element for dry sand?
Replies: 2
Views: 1838

Re: Using 94Quad element for dry sand?

Thank you for your response!
Since the Nine-Four quad up element has some pore pressure nodes, how can we define those nodes to be dry soil ? The only thing we can change is the fixity for pwp which means opening and closing the drainage. How can we specify that there is no water?
by Rubinsa
Mon Feb 13, 2023 3:29 am
Forum: OpenSees.exe Users
Topic: Using 94Quad element for dry sand?
Replies: 2
Views: 1838

Using 94Quad element for dry sand?

Hello, Is Nine Four Quad element only useful for saturated soil? Can I use it for Dry sand? I used Quad element so far, but I want to use Nine-noded element for better results and more precise shape function.

Thank you for your help!