Search found 7 matches

by Trish
Mon Mar 20, 2023 7:26 am
Forum: OpenSeesPy
Topic: How to apply pore pressure
Replies: 0
Views: 7434

How to apply pore pressure

Dear, I am working on a simple model as Prof. Scott suggests, to know how to apply pore pressure. I created three layers, the middle one being a SSPBrickUP element and the other two SSPBrick, I want to initialize the model with gravity applying pore pressure of 10kPa on the porous nodes. For which m...
by Trish
Mon Mar 13, 2023 6:38 am
Forum: OpenSeesPy
Topic: stress state under gravity
Replies: 0
Views: 5697

stress state under gravity

Dear, I tried to reproduce the example presented in the Brick u-p element. Below I am presenting the code. import opensees as ops ops.wipe() ops.model('basic','-ndm',3,'-ndf',4) a = 1 ops.node(1,0,0,0) ops.node(2,0,0,a) ops.node(3,0,a,0) ops.node(4,0,a,a) ops.node(5,a,0,0) ops.node(6,a,0,a) ops.node...
by Trish
Fri Feb 17, 2023 6:48 am
Forum: OpenSeesPy
Topic: Density for sspbrick element
Replies: 1
Views: 1846

Density for sspbrick element

Dear all,

Can any one help me how can I assign density to sspbrick element with nd material Elastic isotropic.

Thank you in advance.
by Trish
Thu Feb 16, 2023 8:32 am
Forum: OpenSeesPy
Topic: Converegnce Error when simulating Cylic Test
Replies: 0
Views: 6037

Converegnce Error when simulating Cylic Test

Dear all, I want to simulate Undrained Cylic Triaxial test using single element SSPBrickUP. I am attaching my code below as also the error when I applied Cyclic load. import opensees as ops ops.wipe() ops.model('basic','-ndm',3,'-ndf',4) ops.node(1,1,0,0) ops.node(2,1,1,0) ops.node(3,0,1,0) ops.node...
by Trish
Tue Jan 17, 2023 2:16 am
Forum: OpenSeesPy
Topic: How to apply acceleration due to gravity
Replies: 1
Views: 1496

How to apply acceleration due to gravity

Hello all,

I would like to ask. How to apply acceleration due to gravity in openseespy. I am using SSP Brick Up element. Is it enough if I gave (0,0,-9.81) in the place of body forces for the element.

Thank you in advance for the reply.
by Trish
Mon Dec 12, 2022 8:51 am
Forum: OpenSeesPy
Topic: Creating huge model- resulting kernel error
Replies: 0
Views: 6339

Creating huge model- resulting kernel error

Hello all, I am working on a model, with 30420 nodes and elements 27550. I imported the nodes through python and created nodes and elements. The model is working fine up to a certain number of elements (21761). If I increase the number of elements I am getting a kernel error. I including my script h...
by Trish
Mon May 16, 2022 2:02 am
Forum: OpenSeesPy
Topic: Implementing Bounding Cam Clay
Replies: 0
Views: 8085

Implementing Bounding Cam Clay

Hello, I am trying to implement nDMaterial('BoundingCamClay'). I am getting an error as follows: CTestNormDispIncr::test() - iteration: 1 current Norm: 64.3004 (max: 1e-06, Norm deltaR: nan) CTestNormDispIncr::test() - iteration: 2 current Norm: nan (max: 1e-06, Norm deltaR: nan) ....... WARNING: CT...