Search found 14 matches

by kamyarsa
Sun Nov 12, 2023 1:03 am
Forum: OpenSees.exe Users
Topic: element crossing in BeamContact2D element
Replies: 2
Views: 1976

element crossing in BeamContact2D element

Hello everyone, I am currently working on a project where I want to model a cantilever retaining wall, following Wiki's example. However, I am facing a problem where the wall element crosses the soil element during the excavation process in certain condition, such as when the wall is a 10-meter flex...
by kamyarsa
Sat Apr 01, 2023 9:29 am
Forum: OpenSeesPy
Topic: Creating nodes from importing text file
Replies: 4
Views: 4460

Re: Creating nodes from importing text file

Check this link:
https://portwooddigital.com/2021/12/26/ ... converter/

it helps you to convert some basic tcl codes to python.
by kamyarsa
Fri Mar 10, 2023 11:44 pm
Forum: OpenSees.exe Users
Topic: void Ratio (e) in PDMY
Replies: 3
Views: 1896

Re: void Ratio (e) in PDMY

Yes, you're right. I did exactly as you said. You can see in my previous message that I do not use kwargs ( The first line is only a comment for reference). I do not have any problem in the running of analysis. The analysis starts and finishes properly but the results are the same while I change "e"...
by kamyarsa
Thu Mar 09, 2023 1:13 pm
Forum: OpenSees.exe Users
Topic: void Ratio (e) in PDMY
Replies: 3
Views: 1896

void Ratio (e) in PDMY

Hi, I want to use PDMY02 material. I have one problem regarding using it. I tried to follow the instruction to write the code for the material, I just wonder why changing the void ratio(e) does not change any results. I even model a single 2d element and simulate a triaxial test with this material, ...
by kamyarsa
Sun Feb 05, 2023 2:46 am
Forum: OpenSees.exe Users
Topic: BeamContact2D queries
Replies: 0
Views: 8213

BeamContact2D queries

Hello, I am trying to model a retaining wall using dispbeamcol and the BeamContact2D interface. Can anyone help me with its force queries? The terms are "force", "frictionforce", "scalarforce", and "masterforce". Could anyone tell what they exactly are? wiki's explanation is not enough in my opinion...
by kamyarsa
Sun Aug 21, 2022 11:33 am
Forum: OpenSees.exe Users
Topic: Force output in Quad element
Replies: 1
Views: 1608

Force output in Quad element

Hello, Could anyone help me how the forces are calculated in quad element? Are the results from the guass point or the nodes? I use the quad element in my analysis and I get 8 force values for each element. What are exactly those results? are they horizontal an vertical forces in each guass point or...
by kamyarsa
Mon Aug 08, 2022 12:58 pm
Forum: OpenSeesPy
Topic: relative values in UniformExcitation
Replies: 3
Views: 3880

Re: relative values in UniformExcitation

Dear professor Scott, I would b really grateful if you could help me with this issue. When we use uniform excitation, the values for disp, vel and accel are relative. However, if we use acceleration timeseries we can use the following command to obtain absolute values: " recorder Node -file accel$re...
by kamyarsa
Wed Aug 03, 2022 1:48 am
Forum: OpenSeesPy
Topic: relative values in UniformExcitation
Replies: 3
Views: 3880

Re: relative values in UniformExcitation

Thank you very much.
In the uniform excitation pattern, the relative values obtained from all nodes are relative to the base node results ?
by kamyarsa
Sun Jul 24, 2022 8:00 am
Forum: OpenSeesPy
Topic: relative values in UniformExcitation
Replies: 3
Views: 3880

relative values in UniformExcitation

Hello,
I want to apply earthquake loading to soil model using uniform excitation command. But, from this command, we can only obtain relative values in the results. Is there anyway to obtain the absolute values?

Thank you very much
by kamyarsa
Sat May 28, 2022 11:37 pm
Forum: OpenSeesPy
Topic: pre-processing
Replies: 3
Views: 3331

Re: pre-processing

Thank you for your response.

So, Gmsh can help me in outputting the coordinate script? what is the script language? Is it possible to change it to a python script to feed that to OpenSEESPY?
by kamyarsa
Thu May 26, 2022 9:29 am
Forum: OpenSeesPy
Topic: pre-processing
Replies: 3
Views: 3331

pre-processing

Hi,

Is there any software for pre-processing (to build the geometry of the model, and then import them to Python to perform the analysis)? I guess there are STKO and GiD, but they only output the tcl scripts, right?

Thank you for your help!

Kamyar
by kamyarsa
Tue May 10, 2022 11:48 am
Forum: Documentation
Topic: UniformExcitation Pattern soil column
Replies: 2
Views: 6148

Re: UniformExcitation Pattern soil column

Thank you very much for your response. The uniform excitation input file is an acceleration time history. Are there any sources to know how the equivalent forces are calculated? Furthermore, the other way to apply dynamic load is using velocity time history and dashpots. In using the uniform excitat...
by kamyarsa
Tue May 10, 2022 7:18 am
Forum: Documentation
Topic: UniformExcitation Pattern soil column
Replies: 2
Views: 6148

UniformExcitation Pattern soil column

Hello all, I am modeling a soil column in Openseespy. When I apply the acceleration time history as uniform excitation, is it applied to all the base nodes? besides that, when the acceleration is applied by using this pattern, the acceleration time history is zero at the base nodes and increases gra...
by kamyarsa
Mon Apr 25, 2022 6:04 am
Forum: OpenSeesPy
Topic: UniformExcitation Pattern in OPENSEESPY
Replies: 1
Views: 1719

UniformExcitation Pattern in OPENSEESPY

Hello, I want to exert a sine wave motion to a soil model in Openseespy. I have written the codes as written below:" ops.timeSeries('Sine', 50, 0.0, 10.0 , 2, '-factor', cFactor) ops.pattern('UniformExcitation', 32, 1, '-accel', 50) But the problem is that all displacements, accelerations, and veloc...